Releases: foambubble/foam
Releases · foambubble/foam
v0.19.2
v0.19.1
v0.19.0
v0.18.5
Fixes and Improvements:
- Support for
alias
YAML property to define note alias (#1014 - thanks @lingyv-li)
Internal:
- Improved extension bundling (#1015 - thanks @lingyv-li)
- Use
vscode.workspace.fs
instead offs
(#1005 - thanks @joshdover)
v0.18.4
Fixes and Improvements:
- move past
]]
when writing wikilinks (#998 - thanks @Lauviah0622) - highlight improvements (#890 - thanks @memeplex)
v0.18.2
Fixes and Improvements:
- Fixed parsing error on empty direct links (#980 - thanks @chrisUsick)
- Improved rendering in preview of wikilinks that have link definitions (#979 - thanks @josephdecock)
- Restored handling of section-only wikilinks (#981)
v0.18.1
v0.18.0
Features:
- Link synchronization on file rename
Internal:
- Changed graph computation on workspace change to simplify code