Skip to content

Releases: ticketz-oss/ticketz

v1.0.109

06 Mar 00:09

Choose a tag to compare

1ab2064 Add job parameter and delay handling to handleEveryMinute function
f0d9abd Add VSCode configuration files for debugging and task management
52fecd1 revert libzapitu to v1.0.0-alpha.9

v1.0.108

19 Feb 23:46

Choose a tag to compare

e4b76a8 Remove shared session wavoip support
ba56e45 Bump libzapitu-rf dependency to version 1.0.0-alpha.10
780ec85 rebuild package-lock.json
7ec181d Remove debug console log from pastRelativeDate.js for cleaner output
12207e2 Disable wavoip feature for future refactor and hide related UI elements
00b7c0c Make quick message filtering case-insensitive in MessageInputCustom
ebf1578 Refactor saveMediaToFile to use options object and update all usages

v1.0.107

11 Feb 14:07

Choose a tag to compare

9092333 Handle missing user name in TicketNotesItem to prevent rendering errors

v1.0.106

10 Feb 01:34

Choose a tag to compare

b99aa4a Improve contact name detection from new messages
6c00b5a reflect edit and delete made from other devices
8427d5b Add flexible CORS origin handling with support for custom URLs and regex
830f89a socket.ts: prettier
86e0694 Enforce NOT NULL and CASCADE constraints on companyId in key tables
77841eb Refactor ContactNotes to TicketNotes and some related components
1510dc1 Add all supported languages to pastRelativeDate.js
decf7d8 Highlight selected language on language menu
7ebb529 Refactor TicketNotes UI to use icon buttons for save and clear actions
41718e8 Refactor ContactDrawer layout and improve extraInfo display

v1.0.105

15 Jan 19:15

Choose a tag to compare

a0179e6 Remove pagination from Tag ListService and simplify response structure
0c8ab68 Improve tag services & controllers security / remove old kanban routes
2569d31 Fix scroll trigger to use thisPageNumber instead of pageNumber
2eb5d6f Add sticky message area for new messages at bottom of MessagesList
cff84c8 backend: new OpenHours functions
4b59c34 backport from pro: ticket list uses relative date
eae3375 frontend: Introduce new OpenHoursEditor component
8243a70 Refactor schedules to support OpenHoursEditor and new open hours format
3a1c352 Add open hours and date translations to en, es, and pt language files
1c36e65 scroll when already at bottom and new message arrives

v1.0.104

08 Jan 18:51

Choose a tag to compare

8631e67 Limit user and owner attributes to id and name in chat services
4670809 Improve chat UI colors and layout for better readability and theming
421e1a8 Add readOnly prop to MessagesList and update usage
f231b81 Wrap emoji and menu items in a div instead of a fragment in options menu

v1.0.103

06 Jan 19:16

Choose a tag to compare

1bb1756 Update version identifier in backend/src/waversion.json.
b0f30f5 Improve tag chip text visibility with enhanced text-shadow styling
7665a67 Handle 404 errors gracefully when modifying chat
eea8bae Add mutex to expireLog for thread-safe log buffer management
3755692 Avoid out-of-memory failure when marking messages as read
4b036ec Add @microlink/react-json-view and related dependencies to frontend
011ba9c Replace string output with ReactJsonView for better log visualization
0dcb427 Add support for multiple user selection in UsersFilter component
07cea27 Enable multiple user selection in UsersFilter component in Chat page
b6c4f97 Restrict list users from other companies' - fix #461
6139a0f Update Dashboard grid breakpoints for improved responsiveness
81e0b92 bump waversion

v1.0.102

24 Nov 14:00

Choose a tag to compare

3219051 Signup page code cleanup
cf13846 Add plural forms and validation messages to language translation files
9bf0498 Internationalize signup form labels and validation messages
4aadb62 ShowUserService.ts: prettier
1d17e67 Order user queues by name in ascending order in ShowUserService
b278999 UsersFilter support single user selection
751a8b4 NewTicketModal: reformatting
3f82756 Add ContactSelect component with autocomplete and contact creation
d6dd65c Refactor NewTicketModal to use ContactSelect
a303120 backend: ticket listing allow search for ticket id and filter by contact
36b73ef Add contactId support to useTickets hook for enhanced ticket filtering
d2cf29a Add contactId filter on TicketsListCustom
5802a48 Add contact filter to ticket search tab in TicketsManagerTabs component
2798b08 Remove initialContact prop and related logic from ContactSelect
56dbdf4 Add forced contact support to NewTicketModal
af9dfe2 Add NewTicketModal and mentionClick handler to LoggedInLayout component
e57f140 Enable clickable mentions and contact names in group messages
f0dce51 Add findOrInsertContact endpoint and update controller method name
132e2c1 Fallback to mention.id if mention.contactId is undefined in mentionClick
45e879f Add clickable contact number to vCard with API integration and cleanup
beac610 create ticket return already opened ticket if attended by same user
57a866b Remove unnecessary trailing whitespace
3601493 Refactor ContactSelect component for improved readability and formatting
0b8add5 frontend: getSetting return default value if api is not authenticated
d5f72d9 Set noOptionsText to an empty string in ContactSelect component.
aa0c00d NewTicketModal: queue select better UX
fca2d76 Restrict reopening of closed tickets to admin users only
f6faa46 Add new ticket button and update reopen logic for closed tickets
76389a2 Remove NewTicketModal and refactor WhatsApp icon action in Contacts page
c7c5c73 Require admin authentication for importing contacts via API route
a1c64e9 Restrict CSV import/export buttons to admin users in Contacts page

v1.0.101

15 Nov 15:15

Choose a tag to compare

a05f2f1 handle group ack - will show check if one participant received
e620af2 Update WAVersion fetch URL to use https://waversion.ticke.tz endpoint

v1.0.100

13 Nov 22:18

Choose a tag to compare

ac1a778 Sort WhatsApp list by name in ascending order in ListWhatsAppsService
9918f81 Upgrade react-whatsmarked dependency from version 0.9.17 to 0.9.19
f8d932a Add mention processing and enrich message body with contact information
e9aaf42 Add mention rendering and click handler to index.html
b9c44bd Add custom styling for ticketzMention spans in MessagesList component
bf3b93e Update libzapitu-rf dependency to version 1.0.0-alpha.9
a0d5779 Adjust reception of typing/recording events
32078bf correct search for presence contact
b60c8d7 Add geolocation country detection and update countries data source URL
f5d97fc Refactor country loading logic and add getCountryes export function
2732bb3 Add PhoneNumberInput component and translations for multiple languages
afbf50b Use PhoneNumberInput for contact number in ContactModal
d7fb8b2 Integrate Formik context into PhoneNumberInput
6488b73 Check for Brazilian whatsapp number duplicity
5605279 Update message ack icons