Releases: rusnakdima/TaskFlow
Releases · rusnakdima/TaskFlow
Release v0.7.4
🚀 Beta release v0.7.4
🔀 CHANGES
- Added max height and vertical scroll to categories list in stats page
Release v0.7.3
🚀 Beta release v0.7.3
🔀 CHANGES
- Changed the application collector via Github Action
Task Flow
🚀 Beta release v0.7.2
🔀 CHANGES
- The style of the progress bar in the Todo and Task elements has been changed: segments of each status are now displayed.
Release v0.7.1
🚀 Beta release v0.7.1
🔀 CHANGES
- Changed the logic for storing authorization
Task Flow
🚀 Beta release v0.7.0
🔀 CHANGES
- Changed the code styles in rust
- Deep-link listening code removed
- Added the authorization verification feature to all pages
- The logic of downloading a new version of the application has been changed
- The page layout has been changed
Release v0.6.2
🚀 Beta release v0.6.2
🔧 FIXES
- Fixed an issue with opening a page with subtasks after deletion
Task Flow
🚀 Beta release v0.6.1
🔧 FIXES
- Fixed an error loading data for statistics and data synchronization
- Fixed the Flatpak collector app via Github Action
Task Flow
🚀 Beta release v0.6.0
🔀 CHANGES
- Changed the types of statuses for tasks/subtasks
Task Flow
🚀 Beta release v0.5.0
🔀 CHANGES
- The description field in the task/subtask creation/editing forms is now optional.
- Changed the position and size of the radio button for tasks/subtasks
- Added logic for the end date field: now it can only be specified if there is a start date, if the start date is deleted, then the end date of the task/subtask is also deleted, and now you cannot select the end date before the start date.
- Added a date deletion button in the form for editing tasks/subtasks.
- Implemented logic so that new tasks/subtasks are shown first
- Added logic for sorting tasks/subtasks so that completed entries are after those not completed in the list.
- The read-only property is set for fields with dates.
🔧 FIXES
- Fixed block markup on the task page
Task Flow
🚀 Beta release v0.4.0
🔀 CHANGES
- The TaskShared module has been removed as it is not necessary.
- The logic of data synchronization between databases has been changed, a provider has been added to synchronize profile data when it is changed locally.
- Added a record search field to the admin panel filter
- The design of elements for projects/tasks/subtasks has been changed: Project details are hidden in the drop-down block
- Fixed the height of the calendar block
- Changed the app assemblers
- Changed the message for the Discord post
🔧 FIXES
- Fixed a project and task editing error.
- Fixed an error updating a record when the date value in the field is deleted.
- Fixed an error updating records when changing the position of projects/tasks/subtasks