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
Copy file name to clipboardExpand all lines: jgclark.EventHelpers/CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,13 @@ See [website README for more details](https://github.com/NotePlan/plugins/tree/m
4
4
5
5
## [0.23.0] - 2025-08-22 @jgclark
6
6
### New
7
-
- new command **/insert week's events as list**, which inserts this week's calendar events in the current note
7
+
- new command **/insert week's events as list**, which inserts this week's calendar events in the current note (for @ScottC)
8
8
- new equivalent `insertWeeksEvents` and `listWeeksEvents` functions for use in automation (templating or x-callbacks)
9
9
### Changed
10
10
- changed setting 'Processed tag name' to 'Processed indicator string' to clarify that you can use any string, not just hashtags. And added a note that if this string contains an emoji then it sometimes triggers a bug in NotePlan where you get some repeated characters at the end of the line.
11
11
### Fixed
12
-
- regression on "/time blocks to calendar"
12
+
- regression on "/time blocks to calendar" (thanks, @WalterMusings)
13
+
- stopped timeblocks being falsely generated from `@done(...)` strings under some ssettings
13
14
14
15
## [0.22.2] - 2025-08-19 @jgclark
15
16
- add 'add computed final date' setting for '/process date offsets' command. (Previously it always added a final computed date to the relevant section heading. Now this can be turned off.)
0 commit comments