Skip to content

Releases: foambubble/foam

v0.7.5

17 Dec 19:42
Compare
Choose a tag to compare

Fixes and Improvement:

  • Fixed "Open Daily Note" command issue in Windows (#407)

v0.7.4

16 Dec 19:02
Compare
Choose a tag to compare

Fixes and Improvement:

  • Fixed a bug that was causing Foam to not work correctly in Windows (#391)

v0.7.3

14 Dec 09:59
Compare
Choose a tag to compare

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

28 Nov 17:13
Compare
Choose a tag to compare

Fixes and Improvements:

  • Dataviz: Sync note deletion
  • Foam model: Fix to wikilink format (#386 - thanks @SanketDG)

v0.7.1

27 Nov 15:14
Compare
Choose a tag to compare

New Feature:

  • Foam logging can now be inspected in VsCode Output panel (#377)

Fixes and Improvements:

  • Foam model: Fixed bug in tags parsing (#382)
  • Dataviz: Graph canvas now resizes with window (#383, #375)
  • Dataviz: Limit label length for placeholder nodes (#381)

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! 🎉