Skip to content

Releases: oleeskild/digitalgarden

Release 1.44.1

07 Mar 08:04
4edcab6
Compare
Choose a tag to compare
  • Fix bug where some links would render as unresolved links, although they were working links
  • Aligned lucide icons (#103 by @uroybd)

Release 1.44.0

06 Mar 20:44
12575e1
Compare
Choose a tag to compare
  • Add support for rendering created and update timestamps. You'll need the latest version of the plugin for this to work. (#81 by @uroybd)
  • Replace font awesome icons with lucide icons (#98 by @uroybd)

Release 1.43.0

06 Mar 08:09
Compare
Choose a tag to compare
  • The home page is now only existing on the root path ("/"), and doesn't generate an additional note page. (#88 by @uroybd)
  • The assets (css, js and html) now gets minified, resulting in better performance (#92 by @uroybd)
  • Users can now modify their markdown and eleventy configuration in the new /src/helpers/userSetup.js file, without having to worry about this getting overwritten when updating the template. (#95 by @uroybd)

Release 1.42.3

02 Mar 07:30
702344c
Compare
Choose a tag to compare
  • Add data-content attribute to tags (#84 @12-VidE )
  • Allow users to add scripts in the src/site/scripts folder to be used in custom components (#93 @uroybd)

Release 1.42.2

23 Feb 09:55
18b4be3
Compare
Choose a tag to compare
  • Fix double equal sign in code blocks crashing the site (#87, @uroybd)
  • Fix table of content rendering out of order (#83, @uroybd)
  • Fix so that footnotes in a heading won't crash the build (#89, @uroybd)

Release 1.42.1

18 Feb 18:42
c1891a3
Compare
Choose a tag to compare
  • Fixes bug where nested collapsed child callouts would close the parent callout when opening.

Thanks to @12-VidE for creating a PR for this fix 🎉

Release 1.42.0

17 Feb 16:12
4d5458c
Compare
Choose a tag to compare
  • Added new css vars for granular control of graph colors (PR by @uroybd)
  • Added new userUtils.js file, to allow adding custom data to be used in components (PR by @uroybd)
  • Fix issue where notes with URLs using non-English characters would show the graph of the home page instead of the page itself
  • Switched to using JSDelivr as CDN for the various scripts, instead of unpkg which has been slow lately.

Release 1.41.1

15 Feb 07:52
27d71e8
Compare
Choose a tag to compare
  • Fixes missing slots in the file tree (Issue 66)

Release 1.41.0

14 Feb 17:47
Compare
Choose a tag to compare
  • New settings are added for easily setting custom note icons. This is documented here and here. This should make it easy to show things like note maturity in your garden. You'll need the latest version of the plugin for this to work.

Thanks to @uroybd for implementing this 🎉

Release 1.40.1

14 Feb 16:34
Compare
Choose a tag to compare