Skip to content

Releases: dartungar/obsidian-simple-note-review

1.2.6: Fix critical bug that caused plugin freeze if there was empty noteset

05 Apr 19:15
Compare
Choose a tag to compare

🐞Fixed critical bug that caused plugin freeze if there was empty noteset 😰

1.2.5: Improve handling of empty noteset queues

31 Mar 18:40
Compare
Choose a tag to compare

🛠️ Improved handling of notesets with empty queues (e.g. when noteset rules do not match any note).

1.2.4: remove deleted notes from all noteset queues

08 Mar 09:49
Compare
Choose a tag to compare

🐞Notes are now removed from all noteset queues when they are deleted.
👉This will only work for files deleted from Obsidian when this plugin is active; if something is wrong, it's always a good idea to reset noteset queue via sidebar.

1.2.3: more improvements to validation error handling

04 Mar 15:09
Compare
Choose a tag to compare

🐞 fixed issue where unitialized Dataview index caused "Noteset rules do not match any notes" error
🐞 fixed various issues related to refreshing sidebar after noteset is updated or validated

1.2.2: improve noteset error handling

03 Mar 09:13
Compare
Choose a tag to compare

🐞 Improved noteset error handling. You may want to reload the plugin and/or reset noteset queues after the update to purge old validation errors!

1.2.1: fix bugs with empty review queues & add verbose error messages

01 Feb 18:26
93dc02e
Compare
Choose a tag to compare

🐞Fixed a bug that prevented review of a no longer empty note set that had validation error
🛠️Added verbose error messages

1.2.0: improved validation of noteset rules

06 Dec 16:46
7d83ad2
Compare
Choose a tag to compare

✨ Improved validation of noteset rules:

  • validate noteset rules provided by user
  • validate DataviewJS queries provided by user
  • validate if rules do not match any note

✨Improved handling of empty/incorrect notesets

1.1.0: bug fixes and small improvements

02 Dec 17:59
78c26b7
Compare
Choose a tag to compare

✨ Note set info in stats modal is now displayed in a table!
✨ Improved handling of empty notesets
🐞 Fix metadata regex to recognize empty but existing metadata section (#46 )

1.0.6: additional bug fixes

01 Dec 17:49
083f842
Compare
Choose a tag to compare

🐞 additional fixes for the bug that was supposed to be fixed in 1.0.5.

1.0.5: bugfix for Obsidian 1.5

01 Dec 14:31
083f842
Compare
Choose a tag to compare

🐞 starting a review broke in Obsidian 1.5; this fixes it (and hopefully does not breaks stuff for 1.4.x)
⚠️ Close Similar Tabs plugin was the issue, I suggest you disable it for now.