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.Reviews/CHANGELOG.md
+42-2Lines changed: 42 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,48 @@
1
1
# What's changed in 🔬 Projects + Reviews plugin?
2
2
See [website README for more details](https://github.com/NotePlan/plugins/tree/main/jgclark.Reviews), and how to configure.under-the-hood fixes for integration with Dashboard plugin
3
3
4
-
## [1.3.0.b11] - 2026-02-14
4
+
<!--
5
+
## [1.3.0] - 2026-02-???
6
+
### Display Improvements
7
+
- Supports opening the Project Lists window in NotePlan's main window on macOS. See Display setting "Open Project Lists in what sort of macOS window?".
8
+
- Adds the plugin to the NP Sidebar list of plugins
9
+
- Now highlights the project in the list that is currently being reviewed
10
+
- Moved the display toggles to a new "Filter…" menu in the top bar, and added "Show next actions?" and "Show paused?" toggles. Other changes to layout at narrower window widths.
11
+
- When running in the main window, clicking on a project note now opens it in a split view to the side.
12
+
- Added 'Next' review button to top bar.
13
+
- Added 'Start' review button to the edit dialogs
14
+
- Smartly truncates long 'next action' lines
15
+
- Uses a note's icon in the project list, if set in the note's frontmatter
16
+
- Turned back on the automatic updates of Dashboard plugin (if open). [Requires Dashboard v2.4.0 beta 18 or later.]
17
+
- Improved the dialog box title (now includes folder and clickable project note name)
18
+
- Progress line format now changed to remove colon after date by default (i.e. `Progress: <num>@YYYY-MM-DD <description>`), but existing lines will still be parsed correctly.
19
+
- If "display dates?" setting is off, then any progress or next actions lines are shown under the project title, rather than to the side.
20
+
21
+
### Processing Improvements
22
+
- Supports projects in (Team)Space notes, using the settings in the Perspective from Dashboard v2.4 which allows you to specify which (Team)Spaces you wish to include, plus whether or not to include the Private "Space" (all notes not in a Space).
23
+
- New 'Sequential' project marker that automatically makes the first open task/checklist in a project note the 'next action'. To set this add the frontmatter `project: #sequential`.
24
+
- Improved next action processing: now only the first tagged item is shown; if there are no tagged items and a sequential tag is present in the frontmatter, the first open item is displayed instead.
25
+
- New setting "Progress Heading" allows to put a heading wherever you want in a project note for the `Progress: ...` lines to live. If a note has existing progress lines when this is first set, it will first find them and insert the heading above the lines. (Requested by @Harold.)
26
+
- New setting "Also write most recent Progress line to frontmatter?". When turned on this allows the current progress information to be used in Folder Views. (default: off) (for @oak86)
27
+
- Pausing or un-pausing on a Project now also updates the `@reviewed()` date
28
+
- Stops the 'next action' check from running if the project note is marked as `#sequential`
29
+
<!-- - added new **weekly projects progress** command for JGC -->
30
+
<!--
31
+
### Fixed
32
+
- Re-wrote finding open project note now there can be multiple Editors open.
33
+
- Folder name (including Space name) not being included in project completion list in yearly note
34
+
- Progress lines with 100% were parsed as 10%
35
+
- Other smaller improvements and fixes (including those reported by @Garba, @Mourique and @Doug)
36
+
-->
37
+
38
+
## [1.3.0.b12] - 2026-02-16
39
+
- Added a count badge to project list rows: shows count of open (non-future) items in a small grey square. Badges only appear for active projects and when counts are greater than zero.
40
+
- Added an "Add Task" button to the edit dialog, which asks user for task details, and which heading to add it under.
41
+
42
+
## [1.3.0.b11] - 2026-02-15
43
+
- get display of progress lines working again in the main display, and truncate when too long
5
44
- fix for folder name (including Space name) not being included in project completion list in yearly note
45
+
- if "display dates?" setting is off, then any progress or next actions lines are shown under the project title, rather than to the side.
6
46
7
47
## [1.3.0.b10] - 2026-02-14
8
48
- Added 'Next' review button to top bar.
@@ -18,7 +58,7 @@ See [website README for more details](https://github.com/NotePlan/plugins/tree/m
18
58
19
59
## [1.3.0.b8] - 2026-02-08
20
60
- dev: refactor to move most HTML code into separate htmlGenerators.js file
21
-
- stop the 'next action' check from running if the project note is marked as `#ssequential`
61
+
- stop the 'next action' check from running if the project note is marked as `#sequential`
22
62
- added new hidden **weekly projects progress** command for JGC
23
63
- new 'Display Filter...' menu for the various checkboxes
24
64
- improve dialog box title (now includes folder and clickable project note name)
Copy file name to clipboardExpand all lines: jgclark.Reviews/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ Progress: 0@2021-04-05 Project started with a briefing from M about SPECTRE's da
138
138
```
139
139
140
140
The starting percentage number doesn't have to be given; if it's not it is **calculated from the % of open and completed tasks** found in the note. From v1.2. there are new settings that affect which open tasks/checklists are included:
141
-
- Ignore tasks set more than these days in the future: If set more than 0, then when the progress percentage is calculated it will ignore items scheduled more than this number of days in the future. (Default is 0 days -- i.e. no future items are ignored).
141
+
- Ignore tasks set more than these days in the future: If set more than 0, then when the progress percentage is calculated it will ignore items scheduled more than this number of days in the future. (Default is 1 day: all items with future scheduled dates are ignored.)
142
142
- Ignore checklists in progress? If set, then checklists in progress will not be counted as part of the project's completion percentage.
"plugin.lastUpdateInfo": "1.3.0.b9: New 'Also write most recent Progress line to frontmatter?' option.\n1.3.0.b8: Improved the project dialog box, including new 'Start' button for reviews.\n1.3.0.b7: Improved next action processing. Turned back on automatic updates of Dashboard plugin (if open).\n1.3.0.b6: Small improvements.\n1.3.0.b5: New 'Progress Heading' settings. Fix when using `metadata:` key in frontmatter, and \n1.3.0.b4: 'Start Reviews' bug fix and various layout improvements.\n1.3.0.b3: can now display the first open task/checklist in a project as the 'next action' by adding a new 'Sequential project marker' to the frontmatter (e.g. `project: #sequential`).\n1.3.0.b2: now supports 'show in main window' setting. Other small improvements and fixes.\n1.3.0.b1: now supports projects in (Team)Space notes, using the Perspective setting from Dashboard v2.4 which allows you to specify which (Team)Spaces you wish to include.",
15
15
"plugin.script": "script.js",
@@ -327,7 +327,7 @@
327
327
{
328
328
"key": "numberDaysForFutureToIgnore",
329
329
"title": "Ignore tasks set more than these days in the future",
330
-
"description": "If set more than 0, then when the progress percentage is calculated it will ignore items scheduled more than this number of days in the future. (Default is 0 days -- i.e. no future items are ignored).",
330
+
"description": "If set more than 0, then when the progress percentage is calculated it will ignore items scheduled more than this number of days in the future. (Default is 1 day: all items with future scheduled dates are ignored.)",
0 commit comments