Skip to content

Releases: Kageetai/obsidian-plugin-journal-review

2.5.0

25 Oct 17:35
f4c430c
Compare
Choose a tag to compare

What's Changed

  • Fix duplicate entries in journal review plugin by @Kageetai in #169

Full Changelog: 2.4.4...2.5.0

2.4.4

23 Oct 15:43
ed7b790
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.3...2.4.4

2.4.3

22 Oct 13:46
b37893a
Compare
Choose a tag to compare

refactor: make sure to follow OO24 guidelines for performance

  • only register event listener when view is ready
  • check for instance of view when accessing it

Full Changelog: 2.4.2...2.4.3

2.4.2

22 Oct 10:02
2289076
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.1...2.4.2

2.4.1

22 Oct 07:33
0f4d109
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...2.4.1

2.4.0

12 Aug 12:49
5939586
Compare
Choose a tag to compare
Render view based on daily note (#123)

* feat: when opening a daily note

new setting to enable this feature
refactor reduceTimeSpans function to allow other dates than today

debounce rendering for some Obsidian events

* chore: update core-plugins.json and adjust npm script generateNotes

* chore: extract more logic from reduceTimeSpans to simplify

* chore: simplify Main.tsx

* chore: bumb version

2.3.2

05 Apr 12:01
c3bd8cf
Compare
Choose a tag to compare
feat: Increase timeout for checking new day to 1000ms (#55)

* feat: Increase timeout for checking new day to 1000ms

Increasing the setTimeout value for checkIsNewDay function to 1000ms
to allow more time for notes to be loaded before firing the notification.

* chore: Update version to 2.3.2 in manifest and package.json. Add version 2.3.2 to versions.json.

2.3.1

05 Mar 10:23
e64af52
Compare
Choose a tag to compare

Hotfix to trigger notification when users had no previous settings

2.3.0

05 Mar 09:45
6c0cd8f
Compare
Choose a tag to compare
Notifications (#32)

* feat: use Notice feature from Obsidian to trigger notifications when new day has passed

setting up focus listener and disabling it based on settings

* feat: don't fully recreate view when settings have changed, just rerender when settings change etc.

* feat: new setting in settings view to disable notifications

also clean up some older settings and provide better descriptions

* chore: version 2.3.0

2.2.0

09 Feb 13:54
07c4e52
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.2.0