Releases: oleeskild/digitalgarden
Releases · oleeskild/digitalgarden
Release 1.50.0
🎨 Content classes to note body
It is now possible to specify css classes you want to add to a note's body class. (PR by @uroybd #132 ) . This requires the latest version of the plugin as well. See https://dg-docs.ole.dev/advanced/note-specific-settings/#body-classes and https://dg-docs.ole.dev/getting-started/04-appearance-settings/#css-settings for more info.
Release 1.49.2
RSS fix
- The rss-feed located at "/feed.xml" got broken in the latest updates. This release fixes that.
Release 1.49.1
Security patch
- Fixed #135
Release 1.49.0
- Image optimization. Images is now generated into several sizes, such that they automatically scale based on screensize. This should make sites more responsive and users can upload images without worrying about sizes. (#116 by @uroybd)
- Tables that is too long to fit on the screen now get a scrollbar (#114 by @uroybd)
- The files vercel.json and netlify.toml will no longer be overwritten when updating the template. If you have any custom settings there, they will stay that way even when updating the template (#115)
Release 1.48.1
- Fix filetree ordering that broke in the last release, so that folder will be at the top and notes will be at the bottom
- Small changes to search button so that it is properly centered
Release 1.48.0
Filetree enhancements 🌳
- A new option has been added to rewrite your vault paths, to other file paths in your garden. For example: If you want you vault folder named "Personal/Journal" to just be "Journal" in the garden, you can now do that (#112 by @uroybd )
- Pinned Notes: If you add the "dg-pinned: true" property to the frontmatter of a note, it will be pinned to the top of the folder it is in (#110 by @uroybd)
Graph enhancements 📈
- Hide note in graph: If you add the "dg-hide-in-graph: true" property to the frontmatter of a note, it will be hidden from the graph view. (#111 by @uroybd)
Publication center enhancement 🗞️
- Note count will now show next to each section in the publication center view
Release 1.47.0
Style Settings Support 🎨
The Digital Garden now supports applying your style settings set with the style settings plugin. Instructions on how to use it described here
You also need the latest version of the plugin for this to work.
Release 1.46.0
- Added support for RSS feed. It will be available at
/feed.xml
if you have set the necessary settings as described here: https://dg-docs.ole.dev/features/#atom-rss-feed
Release 1.45.0
Release 1.44.2
- Fix bug where callout icons would not be rendered