diff --git a/packages/foam-vscode/CHANGELOG.md b/packages/foam-vscode/CHANGELOG.md index d6785f1b0..5beea6ec1 100644 --- a/packages/foam-vscode/CHANGELOG.md +++ b/packages/foam-vscode/CHANGELOG.md @@ -4,18 +4,27 @@ All notable changes to the "foam-vscode" extension will be documented in this fi Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.20.3] - 2022-12-19 + +Fixes and Improvements: + +- Show number of entries in title for orphan, placeholder, tag treeviews + ## [0.20.2] - 2022-10-26 Fixes and Improvements: + - Creating new note uses default template when none is provided (#1094) Internal: + - Changed matcher implementation to remove dependency on micromatch/glob - Removed unnecessary dependencies and assets from extension ## [0.20.1] - 2022-10-13 Fixes and Improvements: + - Improved support for daily notes in multi root workspace (#1073) - Create note from placeholder using template (#1061 - thanks @Dominic-DallOsto) - Improved support for globs in multi root workspace (#1083) @@ -23,9 +32,11 @@ Fixes and Improvements: ## [0.20.0] - 2022-09-30 New Features: + - Added `foam-vscode.create-note` command, which can be very customized for several use cases (#1076) Fixes and Improvements: + - Removed `+` as a trigger char for date snippets - Improved attachment support (#915) - Improved error handling when starting Foam without an open workspace (#908) @@ -36,6 +47,7 @@ Fixes and Improvements: ## [0.19.5] - 2022-09-01 Fixes and Improvements: + - Added `FOAM_DATE_WEEK` variable (#1053 - Thanks @dmurph) - Fixed extension inclusion when generating references for attachments - Link completion label can be note title as well as path (#1059) @@ -44,20 +56,24 @@ Fixes and Improvements: ## [0.19.4] - 2022-08-07 Fixes and Improvements: + - Fixed note embed in preview (#1052) ## [0.19.3] - 2022-08-04 Fixes and Improvements: + - Image embeds fixed in preview (#1036) ## [0.19.2] - 2022-08-04 Fixes and Improvements: + - Added support for angle markdown links (#1044) - Filter out invalid file name chars when creating note (#1042) Internal: + - Reorganized docs (#1031, thanks @infogulch) - Fixed documentation links (#1046) - Preview code refactoring @@ -65,39 +81,46 @@ Internal: ## [0.19.1] - 2022-07-11 Internal: + - Introduced cache for markdown parser (#1030) - Various code refactorings ## [0.19.0] - 2022-07-07 New Features: + - Support for attachments (PDF) and images (#1027) - Support for opening day notes for other days as well (#1026, thanks @alper) ## [0.18.5] - 2022-06-29 Fixes and Improvements: + - Support for `alias` YAML property to define note alias (#1014 - thanks @lingyv-li) Internal: + - Improved extension bundling (#1015 - thanks @lingyv-li) - Use `vscode.workspace.fs` instead of `fs` (#1005 - thanks @joshdover) ## [0.18.4] - 2022-06-03 Fixes and Improvements: + - move past `]]` when writing wikilinks (#998 - thanks @Lauviah0622) - highlight improvements (#890 - thanks @memeplex) ## [0.18.3] - 2022-04-17 Fixes and Improvements: + - Better reporting when links fail to resolve - Failing link resolution during graph computation no longer fatal ## [0.18.2] - 2022-04-14 Fixes and Improvements: + - Fixed parsing error on empty direct links (#980 - thanks @chrisUsick) - Improved rendering in preview of wikilinks that have link definitions (#979 - thanks @josephdecock) - Restored handling of section-only wikilinks (#981) @@ -105,6 +128,7 @@ Fixes and Improvements: ## [0.18.1] - 2022-04-13 Fixes and Improvements: + - Fixed parsing error for direct links with square brackets in them (#977) - Improved markdown direct link resolution (#972) - Improved templates support for custom paths (#970) @@ -112,14 +136,17 @@ Fixes and Improvements: ## [0.18.0] - 2022-04-11 Features: + - Link synchronization on file rename Internal: + - Changed graph computation on workspace change to simplify code ## [0.17.8] - 2022-04-01 Fixes and Improvements: + - Do not add ignored files to Foam upon change (#480) - Restore full use of editor.action.openLink (#693) - Minor performance improvements @@ -127,49 +154,58 @@ Fixes and Improvements: ## [0.17.7] - 2022-03-29 Fixes and Improvements: + - Include links with sections in backlinks (#895) - Improved navigation when document editor is already open ## [0.17.6] - 2022-03-03 Fixes and Improvements: + - Don't fail on error when scannig workspace (#943 - thanks @develmusa) ## [0.17.5] - 2022-02-22 Fixes and Improvements: + - Added FOAM_SLUG template variable (#865 - Thanks @techCarpenter) ## [0.17.4] - 2022-02-13 Fixes and Improvements: + - Improvements to Foam variables in templates (#882 - thanks @movermeyer) - Foam variables can now be used just any other VS Code variables, including in combination with placeholders and transformers ## [0.17.3] - 2022-01-14 Fixes and Improvements: + - Fixed autocompletion with tags (#885 - thanks @memeplex) - Improved "Open Daily Note" to be usabled in tasks (#897 - thanks @MCluck90) ## [0.17.2] - 2021-12-22 Fixes and Improvements: + - Improved support for wikilinks in titles (#878) - Use syntax injection for wikilinks (#876 - thanks @memeplex) -- Fix when applying text edits in last line +- Fix when applying text edits in last line Internal: + - DX: Clean up of testing setup (#881 - thanks @memeplex) ## [0.17.1] - 2021-12-16 Fixes and Improvements: + - Decorate markdown files only (#857) - Fix template placeholders issue (#859) - Improved replacement range for link completion Internal: + - Major URI/path handling refactoring (#858 - thanks @memeplex) ## [0.17.0] - 2021-12-08 @@ -225,7 +261,6 @@ Fixes and Improvements: - Link Reference Generation is now OFF by default - Fixed preview navigation (#830) - ## [0.15.5] - 2021-11-15 Fixes and Improvements: