Releases: oleeskild/obsidian-digital-garden
Release 2.53.0
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
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
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
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
Beta release
- Add logging to mobile version
Release 2.50.3
Beta release
- Another attempt at fixing the mobile version
Release 2.50.2
Beta release
- The last release did not fix the iOS and Android problems. Hopefully this does.
Release 2.50.1
Beta release
- Image deletion should now work better
- Hopefully the plugin should work on iOS and Android again🤞
Release 2.50.0
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
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.