Skip to content

Releases: rusnakdima/TaskFlow

Release v0.7.4

05 Jan 12:08

Choose a tag to compare

🚀 Beta release v0.7.4

🔀 CHANGES

  • Added max height and vertical scroll to categories list in stats page

Release v0.7.3

20 Dec 21:55

Choose a tag to compare

🚀 Beta release v0.7.3

🔀 CHANGES

  • Changed the application collector via Github Action

Task Flow

20 Dec 21:46

Choose a tag to compare

🚀 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

13 Dec 09:45

Choose a tag to compare

🚀 Beta release v0.7.1

🔀 CHANGES

  • Changed the logic for storing authorization

Task Flow

08 Dec 20:17

Choose a tag to compare

🚀 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

30 Nov 18:58

Choose a tag to compare

🚀 Beta release v0.6.2

🔧 FIXES

  • Fixed an issue with opening a page with subtasks after deletion

Task Flow

30 Nov 15:08

Choose a tag to compare

🚀 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

29 Nov 22:10

Choose a tag to compare

🚀 Beta release v0.6.0

🔀 CHANGES

  • Changed the types of statuses for tasks/subtasks

Task Flow

24 Nov 18:01

Choose a tag to compare

🚀 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

16 Nov 11:39

Choose a tag to compare

🚀 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