Skip to content

Commit bd416d5

Browse files
committed
docs: Prepare to remove hyperlinks from new headings in Breaking Changes.md
1 parent 75195f3 commit bd416d5

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

docs/Support and Help/Breaking Changes.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,31 +18,41 @@ To help users updating across multiple Tasks releases, we collect here links to
1818

1919
## Tasks [2.0.0](https://github.com/obsidian-tasks-group/obsidian-tasks/releases/tag/2.0.0) (22 March 2023)
2020

21+
*Release notes: [Tasks 2.0.0](https://github.com/obsidian-tasks-group/obsidian-tasks/releases/tag/2.0.0).*
22+
2123
- The introduction of filtering for date ranges [[Filters#Appendix Tasks 2.0.0 improvements to date filters|improved the results of some date searches]].
2224

2325
## Tasks [3.0.0](https://github.com/obsidian-tasks-group/obsidian-tasks/releases/tag/3.0.0) (2 April 2023)
2426

27+
*Release notes: [Tasks 3.0.0](https://github.com/obsidian-tasks-group/obsidian-tasks/releases/tag/3.0.0).*
28+
2529
- Some CSS snippets that use `>` in their selectors [[Styling#Appendix Fixing CSS pre-existing snippets for Tasks 3.0.0|may need updating]].
2630
- For example, see comment mentioning `3.0.0` in the CSS sample in [[How to style backlinks#Using CSS to replace the backlinks with icons|Using CSS to replace the backlinks with icons]].
2731

2832
## Tasks [4.0.0](https://github.com/obsidian-tasks-group/obsidian-tasks/releases/tag/4.0.0) (15 June 2023)
2933

34+
*Release notes: [Tasks 4.0.0](https://github.com/obsidian-tasks-group/obsidian-tasks/releases/tag/4.0.0).*
35+
3036
- The order of `group by urgency` [[Grouping#Urgency|was reversed]].
3137

3238
## Tasks [5.0.0](https://github.com/obsidian-tasks-group/obsidian-tasks/releases/tag/5.0.0) (21 October 2023)
3339

40+
*Release notes: [Tasks 5.0.0](https://github.com/obsidian-tasks-group/obsidian-tasks/releases/tag/5.0.0).*
41+
3442
- The meaning of final backslash (`\`) characters on query lines [[Line Continuations#Appendix Updating pre-5.0.0 searches with trailing backslashes|has changed]].
3543

3644
## Tasks [X.Y.Z](https://github.com/obsidian-tasks-group/obsidian-tasks/releases/tag/X.Y.Z) (21 January 2024)
3745

46+
*Release notes: [Tasks X.Y.Z](https://github.com/obsidian-tasks-group/obsidian-tasks/releases/tag/X.Y.Z).*
47+
3848
These are all bug-fixes, improving the default behaviour, and recorded here for transparency.
3949

40-
- Sorting
50+
- **Sorting**
4151
- The [[Sorting#Default sort order|default sort order]] now sorts first by status type, to greatly improve search results that include completed tasks.
42-
- Invalid dates
52+
- **Invalid dates**
4353
- [[Filters#Happens|happens]] date now ignores any invalid dates.
44-
- `sort by [date]` now puts invalid dates before valid dates, as action is required. See [[Sorting#How dates are sorted]].
54+
- `sort by [date]` puts invalid dates before valid dates, as action is required. See [[Sorting#How dates are sorted]].
4555
- `group by [date]` now puts `Invalid [date] date` as the first heading.
4656
- The [[urgency]] calculation now ignores any invalid dates.
4757
- `task.due.category` and `task.due.fromNow` now handle invalid dates as different from future dates. See [[Task Properties#Values in TasksDate Properties|Values in TasksDate Properties]].
48-
- Code snippets used to change the look of the Edit and Postpone buttons must be changed, as explained in [[How to style buttons]], which gives several examples.
58+
- **Code snippets** used to change the look of the Edit and Postpone buttons must be changed, as explained in [[How to style buttons]], which gives several examples.

0 commit comments

Comments
 (0)