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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ For more details see the [plugin's documentation](https://github.com/NotePlan/pl
8
8
- TODO: fix long-standing layout bug where some tooltips were getting clipped
9
9
- TODO: fix isNoteFromAllowedFolder() for teamspace or possibly 2025-W21.md
10
10
-->
11
-
<!-- - ??? dev: check winowID throughout -->
12
11
13
12
## [2.4.0.b17] 2026-01-21
14
13
### New
15
14
- added new way to select items to show from Calendar sections: "Calendar note Sections to Include". There is already a way to exclude specific sections in a calendar note; this adds a way to only include specific sections. The matches are partial, so 'Home' will include 'Home' and 'The Home Areas' etc. If left blank, all sections are still included.
15
+
- WIP: tried and failed to get 'Rename Perspective' to actually save it fully to settings.json
16
16
17
17
## [2.4.0.b16] 2026-01-20
18
18
### Fixes
@@ -24,6 +24,7 @@ For more details see the [plugin's documentation](https://github.com/NotePlan/pl
24
24
- dev: suppress "backup settings" messages to users on upgrades
"Comma-separated list of folder(s) to ignore when selecting open tasks/checklists to show. The matches are partial, so 'Work' will exclude 'Work' and 'Work/CompanyA' etc. To ignore notes at the top-level (not in a folder), include '/' in the list. (@Trash is always ignored, but other special folders need to be specified, e.g. @Archive, @Templates.)",
* Set the isActive flag for the perspective with the given name (and false for all others) & reset isModified flag on all
299
-
* @param {string} name
302
+
* Set the isActive flag for the perspective with the given name (and false for all others) & reset isModified flag on all. The isModified flag is only reset for the renamed perspective.
303
+
* @param {string} oldName
304
+
* @param {string} newName - the new name for the perspective
0 commit comments