Skip to content

Releases: foambubble/foam

v0.28.1

25 Sep 21:33

Choose a tag to compare

Fixes and Improvements:

  • Removed duplicate links in dataviz graph (#1511 - thanks @Tenormis)
  • Use letter case to further disambiguate note identifiers (#1519, #1303)
  • Sanitize filepath before creating note from template (#1520, #1216)

v0.28.0

24 Sep 10:02

Choose a tag to compare

Features:

  • Added workspace symbols for note aliases (#1461)
  • Added tag navigation and peek (#1510)
  • Added support for tag refactoring (#1513)
  • Added support for wikilink images styling (#1514)

Fixes and Improvements:

  • Added support for image link title attribute (#1514)
  • Exposing FOAM_DATE_DAY_ISO variable (#1512 - thanks @ChThH)

v0.27.7

17 Sep 10:25

Choose a tag to compare

Features:

  • Added FOAM_DATE_DAY_ISO template variable for ISO weekday number (1-7, Monday=1)

Fixes and Improvements:

  • Fixed root-path relative links opening new notes instead of existing files (#1505)

v0.27.6

17 Sep 10:25

Choose a tag to compare

Fixes and Improvements:

  • Fixed URI handling across scheme/authority (fixes #1404)

v0.27.5

17 Sep 10:25

Choose a tag to compare

Features:

  • Added FOAM_CURRENT_DIR template variable for explicit current directory context (#1507)

v0.27.4

17 Sep 10:25

Choose a tag to compare

Fixes and Improvements:

  • Fixed double template application when using absolute filepath properties (#1499)

v0.27.3

17 Sep 10:25

Choose a tag to compare

Fixes and Improvements:

  • Improved timezone handling for create-note when passing string date
  • Added debugging for daily note issue (#1505, #1502, #1494)
  • Deprecated daily note settings (use daily-note template instead)

v0.27.2

17 Sep 10:24

Choose a tag to compare

Fixes and Improvements:

  • Ensure absolute paths used in create-note command are relative to workspace
  • Improved Windows path handling in URIs

v0.27.1

17 Sep 10:24

Choose a tag to compare

Fixes and Improvements:

  • Fixed handling of daily note template on Windows machines (#1492)

v0.27.0

23 Jul 13:36

Choose a tag to compare

Features:

  • Introduced a unified note creation engine supporting both Markdown and JavaScript templates

Internal:

  • Improved testing framework by creating a mocked VS Code environment