Skip to content

Releases: oleeskild/obsidian-digital-garden

Release 2.56.2

24 Jan 10:56
Compare
Choose a tag to compare

🐞 Fix for dg-path
When using the dg-path, the dg-permalink would be set to blank, making the site crash in Vercel/Netlify/etc . This release should fix that.

Release 2.56.1

21 Jan 13:59
Compare
Choose a tag to compare

🐞 Deleting multiple files fix

There has been a bug where deleting multiple files would seem to work in the publication center, but in reality, only a few files got deleted. This release should fix that!

This fix closes these issues:
#538, #512

Release 2.56.0

18 Jan 06:48
Compare
Choose a tag to compare

Allow using full resolution images πŸŒ„

A new setting is added under Appearance settings that allows turning on full resolution images, instead of the default where they are compressed for better performance

You also need to update the template for this to work.

Release 2.55.1

16 Jan 10:52
Compare
Choose a tag to compare

🐞 Header transclusion fix

Transcluding a header with special character, such as "?" and ":", would previously transclude the entire page. This release fixes that, and only transcludes the block below the header as expected.

Thanks to @uroybd for fixing this (PR: #533 )

Release 2.55.0

27 Oct 14:33
Compare
Choose a tag to compare

Style settings improvements

  • Some style settings (class toggles and selections) would not work in previous version. This version fixes that. The style settings should now be applied as expected to your site. (You also need to update the template for this to work)

🐞 Bug squasing

  • Some SVGs that contained linebreaks between the inner tags would break the entire page it was on. This has now been fixed (a side effect is that all your notes with transcluded SVGs will show up as changed in the publication center, because the plugin is now removing any linebreaks)
  • Live preview of rewrite rules now works again

Release 2.54.1

17 Oct 14:30
Compare
Choose a tag to compare

πŸ› Bug squashing

Setting alt attributes on internal images, i.e. ![[myimage.png|center]] should now work. This is used in themes like ITS to apply styling to images.
Closes #469

Release 2.54.0

16 Oct 19:25
Compare
Choose a tag to compare

πŸ”‘ New Language setting

In the appearance settings there is now a new setting allowing you to specify the main language of your site. This is used to set the of your site, which is used to assist browser and search engines.

You also need to update the template for this to work.

Thanks to @stalegjelsten for implementing this (PR #473)

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.