mirror of https://github.com/itflow-org/itflow
Add Periods to the changelog
This commit is contained in:
parent
0454685039
commit
cc00e3bf75
48
CHANGELOG.md
48
CHANGELOG.md
|
|
@ -8,17 +8,17 @@ This file documents all notable changes made to ITFlow.
|
||||||
- Corrected some edit modals not showing notes correctly.
|
- Corrected some edit modals not showing notes correctly.
|
||||||
- Bugfix: When exporting to CSV, the first asset wasn't being shown.
|
- Bugfix: When exporting to CSV, the first asset wasn't being shown.
|
||||||
- Fix broken create / edit credentials.
|
- Fix broken create / edit credentials.
|
||||||
- Fixed missing Notificatons link
|
- Fixed missing Notificatons link.
|
||||||
- Fixed a few dead links
|
- Fixed a few dead links.
|
||||||
- Fixed Overdue count also counting Non-Billable Invoices
|
- Fixed Overdue count also counting Non-Billable Invoices.
|
||||||
- Fix Edit Client Notes
|
- Fix Edit Client Notes.
|
||||||
|
|
||||||
### Added / Changed
|
### Added / Changed
|
||||||
- Implemented SSL certificate history tracking.
|
- Implemented SSL certificate history tracking.
|
||||||
- Added Inactive / Active Filter to Recurring Invoices
|
- Added Inactive / Active Filter to Recurring Invoices.
|
||||||
- Merged Dismissed notifications and notification in one.
|
- Merged Dismissed notifications and notification in one.
|
||||||
- Added Link Button to addd / edit Document WYSIWYG
|
- Added Link Button to addd / edit Document WYSIWYG.
|
||||||
- Added Physical location to the asset export / import
|
- Added Physical location to the asset export / import.
|
||||||
|
|
||||||
## [25.02.1]
|
## [25.02.1]
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
@ -42,33 +42,33 @@ This file documents all notable changes made to ITFlow.
|
||||||
- Added a Vendor Quick Details Modal.
|
- Added a Vendor Quick Details Modal.
|
||||||
- Enabled vendor linking and added a License Purchase Reference in the Software Licenses section.
|
- Enabled vendor linking and added a License Purchase Reference in the Software Licenses section.
|
||||||
- Added download original, optimized and thumbnail option for images.
|
- Added download original, optimized and thumbnail option for images.
|
||||||
- Added Paid status to the top corner of Invoice PDFs
|
- Added Paid status to the top corner of Invoice PDFs.
|
||||||
|
|
||||||
## [25.02]
|
## [25.02]
|
||||||
### Fixed
|
### Fixed
|
||||||
- Migrated several reports to the new permissions/roles system
|
- Migrated several reports to the new permissions/roles system.
|
||||||
- Resolved issue with empty task box showing for closed/resolved tickets
|
- Resolved issue with empty task box showing for closed/resolved tickets.
|
||||||
- Corrected ticket priority sorting
|
- Corrected ticket priority sorting.
|
||||||
- Cloned asset interfaces when transferring assets between clients
|
- Cloned asset interfaces when transferring assets between clients.
|
||||||
|
|
||||||
### Added / Changed
|
### Added / Changed
|
||||||
- Restored max number of records per page option back to 500 since we dont have repeating modals.
|
- Restored max number of records per page option back to 500 since we dont have repeating modals.
|
||||||
- Bulk Categorize Tickets feature
|
- Bulk Categorize Tickets feature.
|
||||||
- Renamed "Interface port" to "Interface Description." "Interface Name" should now refer to port name and/or number
|
- Renamed "Interface port" to "Interface Description." "Interface Name" should now refer to port name and/or number.
|
||||||
- Changed "Transfer Asset to Client" from a single action to a bulk action
|
- Changed "Transfer Asset to Client" from a single action to a bulk action.
|
||||||
- Updated Filter Footer UI to show "Showing x to x of x records" instead of just the total records
|
- Updated Filter Footer UI to show "Showing x to x of x records" instead of just the total records.
|
||||||
- Added Client Overview section to view client assets, contacts, licenses, credentials, etc.
|
- Added Client Overview section to view client assets, contacts, licenses, credentials, etc.
|
||||||
- Introduced Quick Peek for asset details, contact information, and document viewing throughout the ITFlow App, all made possible by AJAX
|
- Introduced Quick Peek for asset details, contact information, and document viewing throughout the ITFlow App, all made possible by AJAX.
|
||||||
- Enabled Simple Drag-and-Drop Ordering for Invoices, Recurring Invoices, Quotes, Ticket Tasks, and Ticket Template Tasks
|
- Enabled Simple Drag-and-Drop Ordering for Invoices, Recurring Invoices, Quotes, Ticket Tasks, and Ticket Template Tasks.
|
||||||
- Added new Ticket View options: Kanban and Simple View
|
- Added new Ticket View options: Kanban and Simple View.
|
||||||
- Migrated all repeating modals to the new AJAX modal function for faster loading times and quicker development
|
- Migrated all repeating modals to the new AJAX modal function for faster loading times and quicker development.
|
||||||
- Allowed clients to upload PDF documents to accepted quotes
|
- Allowed clients to upload PDF documents to accepted quotes.
|
||||||
- Client Portal now shows ticket category
|
- Client Portal now shows ticket category.
|
||||||
- Custom links can now be added to the Client Portal navbar
|
- Custom links can now be added to the Client Portal navbar.
|
||||||
- Lots of little tweaks to UI, performance, bugs, etc.
|
- Lots of little tweaks to UI, performance, bugs, etc.
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
- Cron scripts have officially been moved to the /scripts folder and are no longer in the root directory; they must be updated to function properly
|
- Cron scripts have officially been moved to the /scripts folder and are no longer in the root directory; they must be updated to function properly.
|
||||||
|
|
||||||
## [25.01.3]
|
## [25.01.3]
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue