Skip to content

Releases: oleeskild/obsidian-digital-garden

2.57.2

13 Jun 13:23
Compare
Choose a tag to compare

Hotfix for #605

2.57.1

11 Jun 18:14
Compare
Choose a tag to compare

What's Changed

  • Publish multiple files in one commits by @oleeskild in #588
    • Each deleted note still uses one commit per deletion. I'm unable to get batch deletion working. I'll get back to that at a later point. The mass publish of changed and new notes is working as expected.
  • fix: don't replace block IDs in codeblocks by @tyler-dot-earth in #596

New Contributors

Full Changelog: 2.56.2...2.57.1

Beta release 2.57.0

07 May 15:10
Compare
Choose a tag to compare
Beta release 2.57.0 Pre-release
Pre-release

Multiple files in one commit πŸŽ‰

This release implements the most requested feature so far: putting multiple files in one commit. This means that publishing many files at once, will only trigger one deploy in Vercel/Netlify/etc.
At most, the plugin will do two commits, one for changed/new files and another one for deleted files.

Additionally the performance of publishing has increased dramatically, as the file upload are now done in parallel.

This closes
#115
#475
#320

Beta

I'm releasing this as a beta version to start with. If you have any feedback, please let me know in the Discord!
You can install the beta automatically by using BRAT.

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)