Skip to content

Releases: obsidian-tasks-group/obsidian-tasks

3.8.0 - control order of recurring tasks; control size of groups

27 May 17:10
Compare
Choose a tag to compare

What's Changed

🌟 Most Notable

Please restart Obsidian after updating the plugin. Thank you.

Main changes

Here are the most notable user-visible changes.

🌟 Features

πŸ“– Documentation

πŸ› οΈ Behind the scenes

Full Changelog (including changes too small to note above, and that do not affect the behaviour of the plugin itself):

3.7.0 - reverse sorting of groups

15 May 14:39
Compare
Choose a tag to compare

What's Changed

🌟 Most Notable

Please restart Obsidian after updating the plugin. Thank you.

🌟 Added reverse sorting of groups - thank you @ilandikov

By popular demand (42 votes and a bunch of hearts)... It is now possible to reverse the order of group headings.

For example, group by due reverse will order headings from newest to oldest dates.

Main changes

Here are the most notable user-visible changes.

🌟 Features

πŸ› οΈ Behind the scenes

Full Changelog: 3.6.0...3.7.0

3.6.0 - 'sort by recurring' - 'group by urgency' - better sorting of group headings

11 May 16:01
Compare
Choose a tag to compare

What's Changed

Please restart Obsidian after updating the plugin. Thank you.

Main changes

Here are the most notable user-visible changes.

🌟 Features

πŸ’ͺ Fixes

  • fix: Use proper natural sorting order for group names by @claremacrae in #1942
    • For example, if you have more than 9 numbered headings, and group by heading, 9 will correctly appear before 10 now.

πŸ“– Documentation

πŸ› οΈ Behind the scenes

Full Changelog (including changes too small to note above, and that do not affect the behaviour of the plugin itself):

3.5.0 - Global Query, and fixes to Dataview field display

27 Apr 15:08
Compare
Choose a tag to compare

What's Changed

🌟 Most Notable

Please restart Obsidian after updating the plugin. Thank you.

  • 🌟 Added Global Query settingΒ - thanksΒ @kedestin
    • You can set a global query in the settings that Tasks will add to the start of all the Queries in your vault.
    • Docs

Image of Global Query settings, with standard placeholder

  • πŸ’ͺ Fixed, or added workarounds, for Obsidian's display of multiple dataview fields on same line - thanksΒ @kedestin

Full List

🌟 Features

πŸ’ͺ Fixes

  • fix: Documentation link in Task Format settings now works by @claremacrae in #1918
  • fix: Dataview: Enable workarounds to prevent Obsidian from rendering inline fields as reference style links by @kedestin in #1916

πŸ“– Documentation

  • docs, usability: Minor improvements to Global Query docs & settings by @claremacrae in #1919

Full Changelog: 3.4.0...3.5.0

3.4.0 - backlinks jump to exact task line; filter by root and folder

25 Apr 13:27
Compare
Choose a tag to compare

What's Changed

🌟 Most Notable

Please restart Obsidian after updating the plugin. Thank you.

🌟 Tasks now requires Obsidian 1.1.1 or above.

🌟 Clicking on backlinks now jumps to the task's exact line! Thanks @esm7.

🌟 New filters root folder. Thanks @ilandikov.

Full List

🌟 Features

  • feat: Backlinks now jump to task's exact line by @esm7 in #1810
  • feat: Add 'root' and 'folder' filters by @ilandikov in #1873

πŸ’ͺ Fixes

  • fix: Allow filename filters to contain parentheses by @esm7 in #1907
  • fix: query-related fields now have a "hidden" CSS class by @esm7 in #1908
  • fix: created date suggestion appearing too often by @ldanet in #1897

πŸ“– Documentation

  • docs: Remove leftover Jekyll {% raw %} and {% endraw %} text from new docs by @claremacrae in #1904

πŸ› οΈ Dependencies

  • chore(deps-dev): bump eslint-config-prettier from 8.5.0 to 8.8.0 by @dependabot in #1834
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.36.1 to 5.59.0 by @dependabot in #1885

πŸ› οΈ Behind the scenes

Full Changelog: 3.3.0...3.4.0

3.3.0 - Now with added Dataview format support!

20 Apr 20:24
Compare
Choose a tag to compare

What's Changed

Please restart Obsidian after updating the plugin. Thank you.

🌟 Reading either Dataview or Tasks Emoji formats

  • Tasks can now read and write:
    • EITHER the existing Tasks Emoji format
    • OR the Dataview plugin's bracketed inline fields on task lines!
  • This is a whole-vault setting, and a step on the way to support of both Dataview and Tasks formats simultaneously.
  • Essential reading: About Task Formats and Dataview Format
  • Many thanks to @kedestin for implementing this long-requested feature.

πŸ’ͺ Fixed some searches for past dates

  • Fixed: Queries like due last Wednesday and due this monday can once again match tasks with dates before today
  • If you are using a version of Tasks newer than 1.25.0, please do update.
  • Many thanks to @PSFHU for finding and reporting the issue, and @ilandikov for assistance fixing it.

Full List

🌟 Features

  • feat: Add support for either Dataview OR Tasks emoji task formats by @kedestin in #1824

πŸ’ͺ Fixes

  • fix: Enable queries like 'due last Wednesday' to search dates before today by @claremacrae in #1903

πŸ“– Documentation

  • docs: Document Task formats, including Dataview format support by @claremacrae in #1895

πŸ› οΈ Behind the scenes

Full Changelog: 3.2.0...3.3.0

3.2.0 - 'created today' added to Auto-suggest; LYT Mode theme supported

16 Apr 09:51
Compare
Choose a tag to compare

What's Changed

🌟 Most Notable

Please restart Obsidian after updating the plugin. Thank you.

  • Auto-Suggest: Add created today to the Auto-Suggest menu - thank you @ldanet!
  • Styles: Add one-button support for LYT Mode checkboxes
  • Styles: Update for Aura theme's support of light mode

Full List

🌟 Features

πŸ“– Documentation

πŸ› οΈ Behind the scenes

New Contributors

Full Changelog: 3.1.0...3.2.0

3.1.0 - Search for tasks in numbered week, month, quarter or year

08 Apr 18:59
Compare
Choose a tag to compare

What's Changed

🌟 Most Notable

Dependencies have been updated. Please restart Obsidian after updating the plugin. Thank you.

  • 🌟 Search for tasks in given week, month, quarter or year - thanks @ilandikov!
    • Examples:
      - Year: happens in 2023
      - Quarter: created in 2023-Q1
      - Month: done in 2022-11
      - Week: due in 2023-W42
    • docs
  • 🌟New Documentation Site
    • The Tasks user guide has moved to: publish.obsidian.md/tasks/
    • We now edit the docs in Obsidian, and publishing them with Obsidian Publish.
    • The documentation links in Settings have been updated to the new location
    • We will eventually make the old site redirect to the new one.

Full List

🌟 Features

  • feat: Search for numbered week, month, quarter & year ranges by @ilandikov in #1756
  • feat: date range explanations much more readable by @ilandikov in #1836

πŸ’ͺ Fixes

  • fix:

πŸ“– Documentation

πŸ› οΈ Behind the scenes

Full Changelog: 3.0.0...3.1.0

3.0.0 - Themability!

02 Apr 20:13
Compare
Choose a tag to compare

What's Changed

🌟 Most Notable 🌟

Dependencies have been updated. Please restart Obsidian after updating the plugin. Thank you.

  • 🌟 Added major new styling capability - New CSS classes for "themeability" - thank you @esm7
  • πŸ’ͺ Fixed: 'group by filename' links now work on filenames with underscores - thank you @ilandikov
  • πŸ’ͺ Fixed: Tasks query blocks now render correctly in Canvas cards, in Obsidian 1.2.0 Insider and newer - thank you, Obsidian development team! (See #1732)

πŸŽ‰ A few example CSS snippets πŸŽ‰

See the comprehensive styling documentation for CSS snippets for all these and many more.

Colour-code your tasks by their Priority:

Colour-code your Due dates - here, whether over-due or due today:

Colour-code specific tags:

Complete example:

The possibilities are limitless!

Full List

🌟 Features

πŸ’ͺ Fixes

  • fix: 'group by filename' links now work on filenames with underscores by @ilandikov in #1805
  • fix: Reading mode: nested bullets work in sample grid CSS by @esm7 in #1825

πŸ“– Documentation

πŸ› οΈ Dependencies

πŸ› οΈ Behind the scenes

  • refactor: Make Editor Suggestions more modular by @kedestin in #1773

Full Changelog: 2.0.1...3.0.0

2.0.1 - Speed up drawing of Tasks blocks after 2.0.0 release

26 Mar 13:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1