Skip to content

v4.06

Choose a tag to compare

@kasuken kasuken released this 14 Aug 08:23
· 6 commits to main since this release

[4.0.6] - 2026-08-14

Added

  • RefreshVersion parameter on TaskListComponent — the component now reloads its task list whenever RefreshVersion changes, enabling parent pages to trigger a targeted refresh without a full page reload.

Changed

  • Navigate to new project after creationProjectsPage now navigates directly to the newly created project's detail page instead of refreshing the list in place, reducing friction in the project-creation flow.
  • ProjectEditorDialog returns the project DTO — the dialog now closes with the created or updated ProjectDto so callers can act on the result (e.g., redirect to the new project).
  • Task list refreshes after add/board changeProjectDetailPage increments _taskListRefreshVersion when a task is added via the dialog or changed on the board, ensuring the task list stays in sync without triggering a full detail reload.