Releases: oleeskild/obsidian-digital-garden
2.57.2
2.57.1
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
- @tyler-dot-earth made their first contribution in #596
Full Changelog: 2.56.2...2.57.1
Beta release 2.57.0
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.
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
π 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
Release 2.56.0
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
Release 2.55.0
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
π 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
π‘ 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)