Skip to content

Releases: foambubble/foam

v0.17.1

16 Dec 12:31
Compare
Choose a tag to compare

Fixes and Improvements:

  • Decorate markdown files only (#857)
  • Fix template placeholders issue (#859)
  • Improved replacement range for link completion

Internal:

v0.17.0

08 Dec 08:34
Compare
Choose a tag to compare

Features:

  • Added first class support for sections (#856)
    • Sections can be referred to in wikilinks
    • Sections can be embedded
    • Autocompletion for sections
    • Diagnostic for sections
    • Embed sections

v0.16.1

01 Dec 10:02
Compare
Choose a tag to compare

Fixes and Improvements:

  • Fixed diagnostic bug triggered when file had same suffix (#851)

v0.16.0

24 Nov 14:08
Compare
Choose a tag to compare

Features:

  • Added support for unique wikilink identifiers (#841)
    • This change allows files that have the same name to be uniquely referenced as wikilinks
    • BREAKING CHANGE: wikilinks to attachments must now include the extension
  • Added diagnostics for ambiguous wikilinks, with quick fixes available (#844)
  • Added support for unique wikilinks in autocompletion (#845)

v0.15.9

23 Nov 12:26
Compare
Choose a tag to compare

Fixes and Improvements:

  • Fixed filepath retrieval when creating note from template (#843)

v0.15.8

21 Nov 23:30
Compare
Choose a tag to compare

Fixes and Improvements:

  • Re-enable link navigation for wikilinks (#840)

v0.15.7

21 Nov 18:56
Compare
Choose a tag to compare

Fixes and Improvements:

  • Fixed template listing (#831)
  • Fixed note creation from template (#834)

v0.15.6

21 Nov 18:55
Compare
Choose a tag to compare

Fixes and Improvements:

  • Link Reference Generation is now OFF by default
  • Fixed preview navigation (#830)

v0.15.5

15 Nov 21:18
Compare
Choose a tag to compare

Fixes and Improvements:

  • Major improvement in navigation. Use link definitions and link references (#821 - thanks @JonasSprenger )
  • Fixed bug showing in hover reference the same more than once when it had multiple links to another (#822)

Internal:

  • Foam URI refactoring (#820)
  • Template service refactoring (#825)

v0.15.4

08 Nov 23:54
Compare
Choose a tag to compare

Fixes and Improvements:

  • Detached Foam URI from VS Code URI. This should improve several path related issues in Windows. Given how core this change is, the release is just about this refactoring to easily detect possible side effects.