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
- Improved local lint checks so package and CSS issues reported by Obsidian's online review can be caught before submission.
6
+
- Cleaned up stylesheet compatibility issues reported by Obsidian's online review without changing the intended TaskNotes appearance.
7
+
- Improved spacing and alignment in task, timeblock, and webhook modals after the stylesheet cleanup.
8
+
- Reworked optional calendar and ICS subscription refresh scheduling to avoid interval-based network polling while preserving the same refresh intervals.
9
+
- Cleaned up additional source patterns reported by Obsidian's online review, including unsafe default object stringification and redundant external type unions.
10
+
- Prevented a console error when plugin listeners are cleaned up after reloads.
11
+
- Added a local lint check to prevent interval-based polling in files that also perform network requests.
Copy file name to clipboardExpand all lines: docs/releases/unreleased.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,3 @@ Example:
23
23
```
24
24
25
25
-->
26
-
27
-
## Changed
28
-
29
-
- Improved local lint checks so package and CSS issues reported by Obsidian's online review can be caught before submission.
30
-
- Cleaned up stylesheet compatibility issues reported by Obsidian's online review without changing the intended TaskNotes appearance.
31
-
- Improved spacing and alignment in task, timeblock, and webhook modals after the stylesheet cleanup.
32
-
- Reworked optional calendar and ICS refresh scheduling to avoid `setInterval` around network requests while preserving the same refresh intervals.
33
-
- Cleaned up additional source patterns reported by Obsidian's online review, including unsafe default object stringification and redundant external type unions.
34
-
- Prevented a console error when plugin listeners are cleaned up after reloads.
35
-
- Added a local lint check to prevent `setInterval` from being reintroduced in plugin source.
0 commit comments