Skip to content

Releases: foambubble/foam

v0.7.0

25 Nov 15:49
Compare
Choose a tag to compare

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

19 Nov 17:03
Compare
Choose a tag to compare

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

09 Nov 16:46
Compare
Choose a tag to compare

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

28 Oct 12:20
Compare
Choose a tag to compare

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:

Fix "Open Daily Note" on Windows

26 Jul 23:00
Compare
Choose a tag to compare

Patch release for Windows users:

  • Fixes #160: Daily Note not resolved by VSCode.

Thanks for a speedy fix to first-time contributor @mehraakshay! 🎉

Daily Notes, Janitor (Experimental), and Linking Improvements

25 Jul 17:43
Compare
Choose a tag to compare

New Features

Fixes and improvements

Acknowledgements!

Thank you everyone who contributed to this release with documentation! Special thanks for @jojanaho for specification work on Link format improvements, @jsjoeio for reviews, @digiguru and @mathieudutour for PRs, discussions and ideas, @thomaskoppelaar and @synesthesia for answering questions on Discord, and @tchayen for reviewing and merging PRs over at Markdown Links! ❤️

Improve link reference list generation + refactor everything!

12 Jul 14:22
Compare
Choose a tag to compare

Improvements:

  • Order link references alphabetically to cause smaller diffs
  • Remove link references when links are removed
  • Documentation improvements

Underneath, pretty much everything has changed:

These changes will enable us to work on multiple roadmap items more effectively in parallel. Expect good stuff in your Marketplace updates soon!