Skip to content

Releases: oleeskild/digitalgarden

1.61.4

09 Sep 19:10
6f23c1e

Choose a tag to compare

What's Changed

  • Update to ignore a version of eleventy-plugin-rss that is too new. by @rikrose in #273
  • Cleanup dist before build by @davidkopp in #269
  • fix: add missing : (yaml typo) by @meleu in #285

New Contributors

Full Changelog: 1.61.3...1.61.4

1.61.3

11 Jul 13:02
693a35f

Choose a tag to compare

What's Changed

Full Changelog: 1.61.2...1.61.3

1.61.2

08 Jul 10:53
3fa18ba

Choose a tag to compare

What's Changed

  • Remove polyfill.io and make all js files async by @oleeskild in #276

Full Changelog: 1.61.1...1.61.2

1.61.1

10 Jun 19:20
c7e255d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.61.0...1.61.1

Release 1.61.0

03 May 18:27
1812845

Choose a tag to compare

What's Changed

This version closes the following issues

Library version bumps

New Contributors 🎉

Full Changelog: 1.60.0...1.61.0

Release 1.60.0

18 Jan 06:44

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 compressing them for performance.
You need to update the plugin as well for this to work

Release 1.59.0

27 Oct 14:18

Choose a tag to compare

Better style settings support

Some settings set with style settings would not work on previous versions. This release coupled with the latest version og the plugin (2.55.0) should fix theses issues, making it behave more like expected

1.58.1

18 Oct 14:28

Choose a tag to compare

Fix header and ampersand links

In recent versions, any link to a header section ([[my page#header]], or to a page containing an ampersand (&), would resolve to a "Not Found" page. This version should fix that.

Release 1.58.0

16 Oct 19:27
b3964c0

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 plugin to be able to add this.

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

Release 1.57.0

13 Oct 14:40

Choose a tag to compare

Dataview JS links

Links to other notes created by a dataviewjs query should now work as expected