Skip to content

Commit

Permalink
Update to version 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Dec 16, 2023
1 parent eb9462f commit cbc646d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/Advanced/Styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ The following additional components have the following classes:
>
> - `tasks-group-heading` was introduced in Tasks 1.6.0.
> - `plugin-tasks-query-explanation` was introduced in Tasks 1.19.0.
> - `tasks-postpone` was added in Tasks X.Y.Z.
> - `tasks-postpone` was added in Tasks 5.3.0.
## CSS Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/Editing/Postponing.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ publish: true
The ⏩ button in Tasks Search results allows you to quickly postpone (or "snooze") a task until tomorrow or later.

> [!released]
> Introduced in Tasks X.Y.Z.
> Introduced in Tasks 5.3.0.
### Click and Context Menu

Expand Down
2 changes: 1 addition & 1 deletion docs/Editing/Toggling and Editing Statuses.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Changing from one `DONE` status to another:
| In Tasks query search results | Reading mode ||

> [!released]
> The 'Change task status' context menu was introduced in Tasks X.Y.Z.
> The 'Change task status' context menu was introduced in Tasks 5.3.0.
## 'Tasks: Toggle task done' command

Expand Down
8 changes: 4 additions & 4 deletions docs/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ _In recent [releases](https://github.com/obsidian-tasks-group/obsidian-tasks/rel
Move the older ones down to the top of the comment block below...
-->

- X.Y.Z: 🔥 Add [[Postponing|postpone button]] to Tasks query results.
- X.Y.Z: 🔥 Add [[Toggling and Editing Statuses#'Change task status' context menu|'change task status' menu]] to Reading mode and Tasks query results.
- X.Y.Z: 🔥 Add documentation section about [[About Editing|editing tasks]].
- X.Y.Z: 🔥 Add documentation page about [[toggling and editing statuses]].
- 5.3.0: 🔥 Add [[Postponing|postpone button]] to Tasks query results.
- 5.3.0: 🔥 Add [[Toggling and Editing Statuses#'Change task status' context menu|'change task status' menu]] to Reading mode and Tasks query results.
- 5.3.0: 🔥 Add documentation section about [[About Editing|editing tasks]].
- 5.3.0: 🔥 Add documentation page about [[toggling and editing statuses]].
- 5.2.0: 🔥 Most query instructions can now include [[About Queries#Capitals in Query Instructions - Case Insensitivity|capital letters]].
- 5.1.0: 🔥 Add 'Review and check your Statuses' facility: see [[Check your Statuses|check your statuses]].
- 5.1.0: 🔥 Enable [[Custom Filters|custom filters]] and [[Custom Grouping|custom grouping]] to use [[Query Properties|query properties]] directly - no placeholders required.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-tasks-plugin",
"name": "Tasks",
"version": "5.2.0",
"version": "5.3.0",
"minAppVersion": "1.1.1",
"description": "Task management for Obsidian",
"helpUrl": "https://publish.obsidian.md/tasks/",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-tasks",
"version": "5.2.0",
"version": "5.3.0",
"description": "Task management for the Obsidian knowledge base",
"main": "main.js",
"engines": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,6 @@
"5.0.0": "1.1.1",
"5.1.0": "1.1.1",
"5.1.1": "1.1.1",
"5.2.0": "1.1.1"
"5.2.0": "1.1.1",
"5.3.0": "1.1.1"
}

0 comments on commit cbc646d

Please sign in to comment.