Releases: oleeskild/digitalgarden
Releases · oleeskild/digitalgarden
1.73.0
What's Changed
- Improve search normalization for accented Spanish words by @tomasbarrios in #348
- User experience improvements by @VladislavDoremi in #340
- Fix: Add case-insensitive URL matching for local graph lookup by @BahneGork in #332
New Contributors
- @tomasbarrios made their first contribution in #348
- @VladislavDoremi made their first contribution in #340
- @BahneGork made their first contribution in #332
Full Changelog: 1.72.0...1.73.0
1.72.0
What's Changed
- fix(seo): meta-tags by @manishprivet in #282
- fix: folder containing 'notes' breaks file tree by @shatQ in #296
- Enable printability of content by @david-sharer in #303
- sitemap.xml lastmod respect page.data.updated by @wudanyang27 in #324
New Contributors
- @manishprivet made their first contribution in #282
- @shatQ made their first contribution in #296
- @david-sharer made their first contribution in #303
- @wudanyang27 made their first contribution in #324
Full Changelog: 1.71.1...1.72.0
1.71.1
1.71.0
1.70.0
What's Changed
- Fix canvas preview and TOC wikilink rendering by @oleeskild in #346
Full Changelog: 1.69.0...1.70.0
1.69.0
Users can now link to an image or PDF without transcluding it.
Example: [[myimage.png]] and [[mydocument.pdf]] will now link to that file.
Hover previews will also work for both file types.
You need to update both the template and the plugin for this to work.
Release 1.68.2
Sort filenames in filetree naturally with regards to numbers.
Previously it would be
- Day 1
- Day 10
- Day 2
This change makes it so it is
- Day 1
- Day 2
- Day 10