Releases: foambubble/foam
Releases · foambubble/foam
v0.7.5
v0.7.4
v0.7.3
Fixes and Improvements:
- Foam model: fix to link references on node update/deletion (#393 - thanks @AndrewNatoli)
- Dataviz: fix hover/selection (#401)
- Dataviz: improved logging
- Dataviz: style tweaks for better readability
v0.7.2
v0.7.1
v0.7.0
New Features:
- Foam stays in sync with changes in notes
- Dataviz: Added multiple selection in graph (shift+click on node)
Fixes and Improvements:
- Dataviz: Graph uses VSCode theme colors
- Reporting: Errors occurring during foam bootstrap are now reported for easier debugging
v0.6.0
New features:
- Added command to create notes from templates (#115 - Thanks @ingalless)
Fixes and Improvements:
- Foam model: Fixed bug that prevented wikilinks from being slugified (#323 - thanks @SanketDG)
- Editor: Improvements in defaults for ignored files setting (thanks @jmg-duarte)
- Dataviz: Centering of the graph on note displayed in active editor (#319)
- Dataviz: Improved graph styling
- Dataviz: Added setting to cap the length of labels in the graph (thanks @jmg-duarte)
- Misc: Fixed problem with packaging icon in extension (#350 - thanks @litanlitudan)
v0.5.0
New features:
- Added tags panel (#311)
Fixes and Improvements:
- Date snippets now support configurable completion actions (#307 - thanks @ingalless)
- Graph now show note titles when zooming in (#310)
- New
foam.files.ignore
setting to exclude globs from being processed by Foam (#304 - thanks @jmg-duarte) - Errors in YAML parsing no longer causes foam to crash (#320)
- Fixed error in CLI command janitor & migrate (#312 - thanks @hikerpig)
Added graph, date snippets, and experimental support for plugins
New features:
- Added
Foam: Show Graph
command - Added date snippets (/+1d, ...) to create wikilinks to dates in daily note format
- Added
Foam: Copy to Clipboard without brackets
command
Improvements:
- Added new option to not generate wikilink definitions
foam.edit.linkReferenceDefinitions
:off
Bug Fixes:
- Daily note could be created before the daily note directory (#232)
- Fix issue with janitor crashing when file is only frontmatter (#222)
- Fix link references spacing when there is no trailing newline (#236)
New experimental features:
- Introduced foam local plugins
Fix "Open Daily Note" on Windows
Patch release for Windows users:
- Fixes #160: Daily Note not resolved by VSCode.
Thanks for a speedy fix to first-time contributor @MehraAkshay! 🎉