Skip to content

Releases: foambubble/foam

v0.15.3

08 Nov 10:39
Compare
Choose a tag to compare

Fixes and Improvements:

  • Avoid delaying decorations on editor switch (#811 - thanks @memeplex)
  • Fix preview issue when embedding a note and using reference definitions (#808 - thanks @pderaaij)

v0.15.2

27 Oct 10:13
Compare
Choose a tag to compare

Features:

  • Added FOAM_DATE_* template variables (#781)

Fixes and Improvements:

  • Dataviz: apply note type color to filter item label
  • Dataviz: optimized rendering of graph to reduce load on CPU (#795)
  • Preview: improved tag highlight in preview (#785 - thanks @pderaaij)
  • Better handling of link reference definition (#786 - thanks @pderaaij)
  • Link decorations are now enabled by default (can be turned off in settings)

v0.15.0

04 Oct 08:08
Compare
Choose a tag to compare

Features:

Fixes and Improvements:

  • Improved tags parsing (#733)
  • Fixed support for resources named like JS Object methods (#729 - thanks @JonasSprenger)

v0.14.2

24 Jul 08:25
Compare
Choose a tag to compare

Features:

Fixes and Improvements:

  • Improved performance of initial file loading (#730 - thanks @pderaaij)

v0.14.0

13 Jul 11:53
Compare
Choose a tag to compare

Features:

Fixes and Improvements:

  • Fixed for wikilink aliases in tables (#697 - thanks @pderaaij)
  • Fixed link definition generation in presence of aliased wikilinks (#698 - thanks @pderaaij)
  • Fixed template insertion of selected text (#701 - thanks @movermeyer)
  • Fixed preview navigation (#710 - thanks @pderaaij)

v0.13.8

02 Jul 18:24
Compare
Choose a tag to compare

Fixes and Improvements:

  • Improved handling of capitalization in wikilinks (#688 - thanks @pderaaij)
    • This update will make wikilinks with different capitalization, such as [[wikilink]] and [[WikiLink]] point to the same file. Please note that means that files that only differ in capitalization across the workspace would now be treated as having the same name
  • Allow dots in wikilinks (#689 - thanks @pderaaij)
  • Fixed a bug in the expansion of date snippets (thanks @syndenham-chorea)
  • Added support for wikilink alias syntax, like [[wikilink|label]] (#689 - thanks @pderaaij)

v0.13.7

05 Jun 14:19
Compare
Choose a tag to compare

Fixes and Improvements:

  • Fixed #667, incorrect resolution of foam-core library

Internal:

  • BREAKING CHANGE: Removed Foam local plugins
    If you were previously using the alpha feature of Foam local plugins you will soon be able to migrate the functionality to the V1 API

v0.13.6

07 Jun 09:44
Compare
Choose a tag to compare

Fixes and Improvements:

  • Fixed #667, incorrect resolution of foam-core library

v0.13.5

07 Jun 09:44
Compare
Choose a tag to compare

Fixes and Improvements:

v0.13.4

26 May 11:51
Compare
Choose a tag to compare

Fixes and Improvements:

Internal:

  • Updated various dependencies