Release Notes (version 0.25)
Dendron 0.25 has sprouted 🌱
Highlights
- native publication
- preview and build your notes for publication from within VSCode (docs)
- custom header support
- include your own headers when publishing (docs)
- bunch of bug fixes and enhancements
Spring Cleaning
- dendron v1 publishing is now being deprecated
- all users are encouraged to switch to Publishing V2
- support until end of January at which point we will be removing v1 related functionality
- this includes
- dendron.copyNoteUrlRoot deprecated for
siteUrl
Community
Last and most of all, a big thanks to the following gardeners that brought up issues, contributions, and fixes to this release :man_farmer: :woman_farmer:
- Luke Carrier @lukecarrier#2081
- CI/CD on push
- Ryan Randall
#environmentalist
- contributing to dendron
- Mark H. Choi @hikchoi#8934
#taxonomist
#bug-catcher
- Simon Claudius @Simon-Claudius#7577
#bug-catcher
- Micharris42
You can see an overview of all roles here
Version Numbers
This release comes with the following versions:
-
dendron plugin: 0.25
-
dendron markdown preview: 0.10.19
-
dendron cli: 0.25
-
dendron 11ty: 1.25
-
dendron plugin and dendron markdown preview will be auto-installed by VSCode
-
See the upgrade instructions here for dendron-11ty and dendron cli
From dendron.release.changelog
Go to text →
Release Notes (version 0.25)
0.24.2
Features
Site Build and Preview built-in to extension
You can now publish and build your notes without going to the command line (docs)
Enhancements
- show progress bar when syncing graph
- show progress bar when installing node modules
- useFMTitle set to true by default
- add
.gitignore
to newly created workspace - Copy Note Url uses
siteUrl
as value for noteRef
Bug Fixes
- fix issues with nav capitalization
- fix dup items in nav
- windows site preview not cleaning up child processes
- fix note graph errors
Docs
- revamped publishing docs
House Cleaning
- jekyll based publishing is now deprecated
- dendron.copyNoteUrlRoot deprecated for
siteUrl
0.24.1
Features
Enhancements
- enable pass dict to config (ccbc017)
- use enhanced filter when creating 403 links (65afe8c)
- custom header support (docs)
- google analytics support (docs)
- Multi Vault Edit on GitHub
Bug Fixes
- fix multi-vault breadcrump null issue
- fix windows build for site