Changelog

May 9, 2025
8.6.5Desktop
Public

Fix

  • fix: should respect the basic setting of view
  • fix: recurrence not creating the new due date
  • fix: should not duplicate date when create new reward item

Chore

  • chore: update compatibility docs
May 8, 2025
8.6.4Desktop
Public

Fix

  • fix: cannot update date of task multi times when call popover on the task gutter
May 8, 2025
8.6.3Desktop
Public

Feat

  • feat: support task gutter editor. docs

Improvement

  • improve: task in code block will not be recognized as task anymore

Fix

  • fix: path exclude filter and also tag exclude filter are not working
May 4, 2025
8.6.0Desktop
Public

Feat

  • feat: support sort command. docs
    • feat: support sort criteria settings
  • feat: support relative time display for list item in task genius view. docs
  • feat: support show-on heading filter for progressbar. docs
  • feat: support only show task with date (eg., has due date, start date, or is recurring)
    • Support hasDate, noDate or any
  • feat: support first day of week for forecast view. docs
  • feat: ignore tasks based on heading or focus tasks based on heading. docs
  • feat: support sort tasks for view. docs

Improvement

  • improve: add more test cases for sort command
  • improve: support better confirm modal
  • style: update project badge style
  • improve: show all tasks when switch to tree view of tasks
  • improve: support every month on the 5th for recurrence task

Fix

  • fix: task sorter is not working
  • fix: conflict with dataview plugin when renderring progressbar in read mode
  • fix: duplicate tag issue when complete recurrence task
  • fix: cannot show setting for event view correctly
  • fix: tree item not showing correctly in some views
  • fix: should use scheduled date to calculate next date if there is no due date

Chore

  • chore: update test cases for sort command
  • chore: update the docs
  • chore: update description for tags in detail edit component
April 29, 2025
8.5.1Desktop
Public

Improvement

  • feat: support showRewardType setting in reward settings.
April 28, 2025
8.5.0Desktop
Public

Feat

  • Support full habit feature
  • Reward modal is based on task completed now #156
  • Support daily note path as due date/start/scheduled date

Fix

  • Fix tab header issue
  • Fix plan duplicate issue

Other Updates

  • Update translations
  • Ukrainian translation update:
    • Refactoring like in original en file
    • New Reward system
    • Small updates in progress bars and metadata
April 27, 2025
8.4.0Desktop
Public

Feat

  • feat: support full reward system

Improvement

  • feat: support refresh menu-button of the view via pane menu
  • feat: better index method that based on full app related, would not share between vault.

Fix

  • fix: tag issue in markdown link or wiki link

Chore/Style

April 25, 2025
8.3.1Desktop
Public

Feat

  • feat: support icon menu for view config
  • improve: default view cannot be deleted from sidebar (You can hide it)
  • improve: prevent escape hotkey of view

Fix

  • fix: cannot update active item correctly when delete item from sidebar
April 25, 2025
8.3.0Desktop
Public

Feat

  • feat: support open view as single tab, you can right click on sidebar menu of task genius view.
  • feat: support switch view via command
  • feat: support multi paths suggest
  • feat: support multi paths when set path filter in view config

Fix

  • fix: cannot update task when use text switcher with tasks plugin
  • fix(settings): remove duplicate Gantt view configuration @Moyf
  • fix: compatitable issue with outliner and tasks plugin
  • fix: @ in link should not be hide when index
  • fix: insert markdown link should not influence task status
  • fix: sort task metadata to match tasks plugin

Chore

April 23, 2025
8.2.0Desktop
Public

Feat

  • feat: custom two column view via view config modal, for example context view #109
  • feat: updated translation of RU/UA from @ arhidiz1

Fix

  • fix: text mark in reading view should follow its original mark.
  • fix: build issue from github workflow
  • fix: duplicate tags when complete task
  • fix: duplicate tags when completed
April 22, 2025
8.1.0Desktop
Public

Fix

  • fix: tags issue related to CJK
  • fix: tags issue when completed task
April 21, 2025
8.0.0Desktop
Public

We are pleased to announce the official release of Task Genius version 8.0.0! This is a major update, introducing brand new task management views and several feature enhancements.

Shiny new things

  • feat: Calendar View -- View and manage tasks in multiple modes
    • Year view, Month view, Week view, Day view, and Agenda view
    • Visually view task deadlines and scheduled times
    • Supports quickly adding and managing tasks directly on the calendar
  • feat: Kanban View -- Trello-like Kanban interface
    • Displays tasks in columns based on their status
    • Drag-and-drop functionality for easily changing task status
    • Task cards display key information and tags
    • Quickly add tasks directly to a specific status column
  • feat: Gantt Chart View -- Project progress visualization
    • View task plans in a timeline format
    • Supports multiple time scales (Day, Week, Month, Year)
    • Zooming and navigation features

All three views above support existing features like clicking to edit tasks.

Improvement

  • feat: Goal -- Parent task progress bars can now be updated based on the completion status of subtasks, reflecting actual progress settings. @fastrick
  • feat: Autocomplete Feature -- Provides smart suggestions when editing tasks
    • Project name autocompletion
    • Context name autocompletion
    • Tag name autocompletion
  • feat: Forecast View -- Tasks with scheduled dates are now displayed in the Forecast view.
  • feat: Review View -- Faster reviewing in the Review view.
  • feat: Status Component -- More convenient task status management
    • Visual status selector
    • Quickly change task status
  • feat: Dataview and Tasks Format Support -- Full support for recognizing both formats. Note: The plugin will fall back to the Tasks format if no content is recognized using the Dataview format.
  • feat: Performance and Stability -- Improved performance and stability
  • feat: Large Task Library -- Optimized handling of large task libraries
  • feat: Translations -- Updated translations for multiple languages
  • feat: Optimizations and bug fixes -- Optimizations and bug fixes for existing features @SapphireSymphony