Skip to content

Releases: Zachatoo/obsidian-inbox

3.0.2

06 Mar 05:06
Compare
Choose a tag to compare
  • Fix modifications to newly created inboxes not persisting.
  • Fix unable to add new inboxes.
  • Prevent removing last inbox.

3.0.0

26 Oct 03:34
Compare
Choose a tag to compare
  • Add support for multiple inboxes (#12).
    • This is a breaking change! You will not be able to smoothly downgrade from this version to an earlier version without losing your settings.

2.0.1

27 Aug 17:30
Compare
Choose a tag to compare
  • Add support for inbox folders (#9).
  • Internal changes to ensure settings stay in sync across views, and that settings are valid.

1.1.0

24 Apr 04:30
Compare
Choose a tag to compare
  • Close settings modal when clicking on "Start walkthrough" button in the Inbox settings pane (#8).

1.0.0

26 Feb 22:40
Compare
Choose a tag to compare

Made it on the official community plugin store!

  • Fix walkthrough not starting on step 1 when initially installing plugin.
  • Show .md extension in "inbox note path" setting.
  • Prevent changing workspace layout when starting walkthrough and walkthrough view is already active.
  • Support setting the inbox note while focused on a markdown file in a .canvas file.
    • Only works if embedded markdown file is in edit mode.

0.3.0

01 Feb 05:01
Compare
Choose a tag to compare
  • Remove requirement for note to be in edit mode in order to trigger the "Set inbox note" command. The tab just has to be focused, the note can be in any mode.
  • When opening the inbox note from the notification, if the inbox note is already open in a tab, focus that existing tab. Otherwise open in a new tab.
  • Fix inbox notification having infinite duration when unset instead of defaulting to default Obsidian notice duration.
  • Remove \n from base content placeholder text.

0.2.3

30 Jan 03:23
Compare
Choose a tag to compare
  • Updates to prepare for release on community store.
  • Important! The plugin id had to be changed from obsidian-inbox to inbox in order to be accepted into the community store. This means if you've installed an older version of this plugin with BRAT you may end up with two versions of this plugin. You should remove the old plugin and update your settings to match what you had before in the new plugin. Sorry for the inconvenience.

0.2.2

30 Jan 02:46
Compare
Choose a tag to compare
  • Fix all active Svelte components not updating UI when opening plugin settings tab and changing "Compare type" dropdown value once or twice.

0.2.1

29 Jan 21:39
Compare
Choose a tag to compare
  • Internal changes to reduce and simplify code.
    • InboxPlugin subscribes to store and updates settings when changes are made, allowing for store logic to be simpler.

0.2.0

29 Jan 06:35
Compare
Choose a tag to compare
  • Add setting for what to compare Inbox note to on startup when determining whether or not to show a notification.
    • "Compare to last tracked" will compare to a snapshot from when Obsidian was last closed. This is the new default, and is most commonly used when you want to know if a note was changes externally outside of Obsidian.
    • "Compare to base" will compare to a base contents that you define. This is used for when you want to know if there's anything in your inbox note, even if there haven't been any changes to your note since your last startup. This previously was the default behavior.
  • Update walkthrough to account for new setting.