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.Dashboard/CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,15 @@ For more details see the [plugin's documentation](https://github.com/NotePlan/pl
10
10
- TODO: enlarged default window size on iPads
11
11
-->
12
12
13
-
## [2.3.0.b9] 2025-08-???
14
-
- Added tagCache age to section info (if 'comparison' is turned on)
13
+
## [2.3.0.b9] 2025-09-01
14
+
- Added tagCache age to section info (if 'Comparison' FFlag is turned on)
15
15
- Add another check to regenerate or update tagMentionCache after 24 and 1 hour respectively
16
16
- Make 'Show folder name in note link?' setting indented under 'Show note link for tasks?'
17
+
- I have stopped some of the unnecessary generation of Project List. Let me know how it goes, @dwertheimer. (Will require rebuilding jgclark.Reviews plugin as well (to v1.2.4).)
18
+
- Also added some logging to track down when Project list generation is happening when it shouldn't be. If 'Show Section Timings' Flag is on, then it will also write a log to note "@Meta/Project Generation Log".
19
+
- Fix color of blockID marker in light mode themes
20
+
- Further fix to display of calendar events in tasks
21
+
- Tweak some TaskDialog button labels
17
22
18
23
## [2.3.0.b8] 2025-08-27
19
24
- Add temporary workaround for error in DataStore.listOverdueParagraphs() for regular Teamspace notes
// Send message to Reviews (if that window is open) to re-generate the Projects list and render it
510
-
// TEST: Now not await-ing this, because it can take a long time and we don't want to block the main thread. FIXME: still taking a long time, and appears to be blocking the main thread.
511
-
logDebug('switchToPerspective', `Sending message to Reviews to regenerate the Projects List and render it`)
"plugin.lastUpdateInfo": "1.2.3: bug fixes.\n.1.2.2: fix bug with 'Finish + Next' review.\n1.2.1: small improvements and bug fixes and under-the-hood changes for integration with Dashboard plugin.\n1.2.0: new settings that affect how plugin calculates % completion for a project.\n1.1.2: fix bug with 'next action' setting.\n1.1.1: turn off background refresh of Dashboard plugin after every change to Project List, as it was causing problems.\n1.1.0: new option to use current 'Perspective' from the Dashboard plugin. New simpler top bar. Other small improvements and fixes.\n1.0.2: theme font size can now be overriden by user setting in NP.\n1.0.1: fix bug with 'next action' setting.\n1.0.0: new 'next action' functionality. New display toggles, and keyboard shortcuts. Much faster. Bug fixes. Lots of under-the-hood changes.\n0.14.1: new 'Remove due dates when pausing a project?' option. Other small improvements and fixes.\n0.14.0: add edit buttons to Rich output. Other small improvements and fixes.\n0.13.2: clarified the 'include' and 'exclude' folder settings. Fixed bug about project notes in root folder always displaying.\n0.13.1: change review list to show 'due' not just 'overdue' (i.e. include items ready to review today.)",
11
+
"plugin.version": "1.2.4",
12
+
"plugin.lastUpdateInfo": "1.2.4: TEST: to try and fix things in Dashboard.\n1.2.3: bug fixes.\n.1.2.2: fix bug with 'Finish + Next' review.\n1.2.1: small improvements and bug fixes and under-the-hood changes for integration with Dashboard plugin.\n1.2.0: new settings that affect how plugin calculates % completion for a project.\n1.1.2: fix bug with 'next action' setting.\n1.1.1: turn off background refresh of Dashboard plugin after every change to Project List, as it was causing problems.\n1.1.0: new option to use current 'Perspective' from the Dashboard plugin. New simpler top bar. Other small improvements and fixes.\n1.0.2: theme font size can now be overriden by user setting in NP.\n1.0.1: fix bug with 'next action' setting.\n1.0.0: new 'next action' functionality. New display toggles, and keyboard shortcuts. Much faster. Bug fixes. Lots of under-the-hood changes.\n0.14.1: new 'Remove due dates when pausing a project?' option. Other small improvements and fixes.\n0.14.0: add edit buttons to Rich output. Other small improvements and fixes.\n0.13.2: clarified the 'include' and 'exclude' folder settings. Fixed bug about project notes in root folder always displaying.\n0.13.1: change review list to show 'due' not just 'overdue' (i.e. include items ready to review today.)",
13
13
"plugin.dependsOn": [
14
14
{
15
15
"id": "np.Shared",
@@ -208,9 +208,20 @@
208
208
},
209
209
{
210
210
"hidden": true,
211
-
"name": "test:renderProjectLists",
211
+
"name": "renderProjectLists",
212
212
"description": "render current allProjects list in current style(s)",
213
-
"jsFunction": "renderProjectLists"
213
+
"jsFunction": "renderProjectLists",
214
+
"arguments": [
215
+
"config",
216
+
"shouldOpen window/note if not already open? (optional, default: true)",
217
+
"scroll position to set (pixels) for HTML display (optional, default: 0)"
218
+
]
219
+
},
220
+
{
221
+
"hidden": true,
222
+
"name": "renderProjectListsIfOpen",
223
+
"description": "render current allProjects list in current style(s) if already open",
0 commit comments