You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The introduction of filtering for date ranges [[Filters#Appendix Tasks 2.0.0 improvements to date filters|improved the results of some date searches]].
22
24
23
25
## Tasks [3.0.0](https://github.com/obsidian-tasks-group/obsidian-tasks/releases/tag/3.0.0) (2 April 2023)
- Some CSS snippets that use `>` in their selectors [[Styling#Appendix Fixing CSS pre-existing snippets for Tasks 3.0.0|may need updating]].
26
30
- 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]].
27
31
28
32
## Tasks [4.0.0](https://github.com/obsidian-tasks-group/obsidian-tasks/releases/tag/4.0.0) (15 June 2023)
- The meaning of final backslash (`\`) characters on query lines [[Line Continuations#Appendix Updating pre-5.0.0 searches with trailing backslashes|has changed]].
35
43
36
44
## Tasks [X.Y.Z](https://github.com/obsidian-tasks-group/obsidian-tasks/releases/tag/X.Y.Z) (21 January 2024)
These are all bug-fixes, improving the default behaviour, and recorded here for transparency.
39
49
40
-
- Sorting
50
+
-**Sorting**
41
51
- 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**
43
53
-[[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]].
45
55
-`group by [date]` now puts `Invalid [date] date` as the first heading.
46
56
- The [[urgency]] calculation now ignores any invalid dates.
47
57
-`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