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.Summaries/CHANGELOG.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,22 @@
1
1
# What's Changed in ⏱ Habits and Summaries plugin?
2
2
(And see the full [README](https://github.com/NotePlan/plugins/tree/main/jgclark.Summaries).)
3
3
4
-
_Rather arbitrarily promoting this to v1.0. But I think it deserves it after 4 years!_
5
4
6
-
## [1.0.0.b3] - 2025-10-07
5
+
## [1.0.0] - 2025-10-08
6
+
_Rather arbitrarily promoting this to v1.0. But I think it deserves it after 4 years!_
7
+
### New
8
+
- Adds support for 'all' time period in /periodStats command, including x-callback (for @grdn)
9
+
- Allow override of settings for /periodStats command when called from x-callbacks (for @grdn)
10
+
This is achieved through a new 4th callback argument where any relevant settings can be over-ridden. (See examples in README!)
11
+
### Changed
12
+
- In the progress update output, if an item is asked for both in "average" and "total", then the output will show them combined, rather than as separate lines (for @joshdoyle, closes #614).
13
+
- If you 'Refresh' an existing progress summary in an older note, it should now use the date interval when it was created, rather than the current date interval (for @vorg, closes #450)
14
+
- Uses richer menu in /periodStats command (available from NP 3.18.0)
15
+
- Add note icon to periodStats output notes.
16
+
### Fixed
17
+
- stop periodStats opening its output note in a new split window when it was already open
18
+
<!--
19
+
## [1.0.0.b3] - 2025-10-07 (unreleased)
7
20
### Changed
8
21
- If you 'Refresh' an existing progress summary in an older note, it should now use the date interval when it was created, rather than the current date interval (for @vorg, closes #450)
9
22
- In the progress update output, if an item is asked for both in "average" and "total", then the output will show them combined, rather than as separate lines (for @joshdoyle, closes #614).
@@ -25,7 +38,7 @@ _Rather arbitrarily promoting this to v1.0. But I think it deserves it after 4 y
"plugin.lastUpdateInfo": "1.0.0: add support for 'all' time period in stats command. Allow override of settings for periodStats when called from x-callbacks.\n0.22.1: fix empty lines appearing in template output from `progressUpdate(...)` calls.\n0.22.0: Add support for checklist progress.\n0.21.0: Add Mermaid charting command. Fix to simple weekly CSV generation.\n0.20.3: Bug fix for progressUpdate() in templates.\n0.20.2: Added x-callback options for /periodStats.\n0.20.1: fix refresh after '/append progress update' command. Logging change.\n0.20.0: add new '/today progress' and '/heatmap for tag' commands, and add refresh button to /periodStats output.\n0.19.3: bug fixes on 'weekly stats generation' commands.\n0.19.2: change date library.\n0.19.1: bug fix\n. 0.19.0: adds totals and averages for hashtags as well. Improve output of averages.",
11
+
"plugin.version": "1.0.0",
12
+
"plugin.lastUpdateInfo": "1.0.0: add support for 'all' time period in stats command. Allow override of settings for periodStats when called from x-callbacks. Other improvements and fixes.\n0.22.1: fix empty lines appearing in template output from `progressUpdate(...)` calls.\n0.22.0: Add support for checklist progress.\n0.21.0: Add Mermaid charting command. Fix to simple weekly CSV generation.\n0.20.3: Bug fix for progressUpdate() in templates.\n0.20.2: Added x-callback options for /periodStats.\n0.20.1: fix refresh after '/append progress update' command. Logging change.\n0.20.0: add new '/today progress' and '/heatmap for tag' commands, and add refresh button to /periodStats output.\n0.19.3: bug fixes on 'weekly stats generation' commands.\n0.19.2: change date library.\n0.19.1: bug fix\n. 0.19.0: adds totals and averages for hashtags as well. Improve output of averages.",
0 commit comments