Skip to content

Commit e12dbc7

Browse files
committed
jgclark.Summaries v1.0.0
1 parent 10892aa commit e12dbc7

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

jgclark.Summaries/CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
# What's Changed in ⏱ Habits and Summaries plugin?
22
(And see the full [README](https://github.com/NotePlan/plugins/tree/main/jgclark.Summaries).)
33

4-
_Rather arbitrarily promoting this to v1.0. But I think it deserves it after 4 years!_
54

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)
720
### Changed
821
- 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)
922
- 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
2538
### Dev
2639
- Fixed spurious "Skipping ill-formed mention" logs
2740
- Refactored most of stats.js
28-
41+
-->
2942
## [0.22.1] - 2024-09-13
3043
- fix empty lines appearing in output of some `progressUpdate(...)` template calls (reported by Madscientist and Kc)
3144

jgclark.Summaries/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"plugin.author": "Jonathan Clark",
99
"plugin.url": "https://github.com/NotePlan/plugins/tree/main/jgclark.Summaries/",
1010
"plugin.changelog": "https://github.com/NotePlan/plugins/blob/main/jgclark.Summaries/CHANGELOG.md",
11-
"plugin.version": "1.0.0.b3",
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.\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.",
1313
"plugin.dependencies": [],
1414
"plugin.script": "script.js",
1515
"plugin.isRemote": "false",

0 commit comments

Comments
 (0)