Skip to content

Releases: oleeskild/obsidian-digital-garden

Release 2.53.0

12 Oct 11:32
Compare
Choose a tag to compare

Bug squashing 🐞

Users that had branches not named main for their garden would have problems with publication center loading forever. This release fixes that.

Release 2.52.0

12 Oct 11:12
Compare
Choose a tag to compare

iOS/Android fix 📱

  • This release fixes the issues with loading the plugin on mobile. (PR #478)

Thanks to @julesvirallinen and discord user rik for helping fix this 💪

Release 2.51.0

05 Oct 16:20
Compare
Choose a tag to compare

Dataview JS improvements

Large dataviews that previously wouldn't render should now work.
Also, if you had any issues with inline dataview js not showing up, this release should fix that

Remember to also update the template, as this contains changes to better support dataview styles.

Release 2.50.5

04 Oct 13:55
Compare
Choose a tag to compare

Dataview improvements

  • Dataview inline queries that wouldn't work previously should now work as expected (it would fail if you had any whitespace between the query and the opening character. I.e. = this.name instead of =this.name.)
  • Dataview queries inside callouts should now work as expected

Performance

  • Updating the template should be significantly faster. You should also clearly see if you need to update or not.
  • Updating the settings will no longer result in an empty favicon update commit

Other

  • The plugin now supports images in webp format

Release 2.50.4

03 Oct 15:09
Compare
Choose a tag to compare

Beta release

  • Add logging to mobile version

Release 2.50.3

03 Oct 15:06
Compare
Choose a tag to compare

Beta release

  • Another attempt at fixing the mobile version

Release 2.50.2

03 Oct 14:53
Compare
Choose a tag to compare

Beta release

  • The last release did not fix the iOS and Android problems. Hopefully this does.

Release 2.50.1

03 Oct 11:56
Compare
Choose a tag to compare

Beta release

  • Image deletion should now work better
  • Hopefully the plugin should work on iOS and Android again🤞

Release 2.50.0

02 Oct 13:13
Compare
Choose a tag to compare

Beta release

The plugin has undergone major refactorings and rewrites (thanks to @julesvirallinen). Because of this, this release is currently released as a Beta version. It will not be visible in the community plugin page in Obsidian. You will need the "BRAT" plugin installed in order to try it out.

New Features.

In addition to the big rewrite, there are also some bugfixes and new features in this release:

  • Updating the template should be significantly faster. You should also clearly see if you need to update or not.
  • Dataview inline queries that wouldn't work previously should now work as expected (it would fail if you had any whitespace between the query and the opening character. I.e. = this.name instead of =this.name.)
  • Updating the settings will no longer result in an empty favicon update commit
  • The plugin now supports images in webp format
  • Invalid regex in the custom filters will no longer crash the entire plugin

Release 2.49.1

30 Sep 16:29
b4a1845
Compare
Choose a tag to compare

Bug squashing 🐞

Previously, if any of your custom filters contained an invalid regex, it would crash the plugin. Now we will simply skip it, and notify the user about it.