From 1258cef04c4dc57d158d1bf8b1af106afb2fa1b5 Mon Sep 17 00:00:00 2001 From: Riccardo Ferretti Date: Sat, 24 Jul 2021 10:19:16 +0200 Subject: [PATCH] Preparation for 0.14.2 --- packages/foam-vscode/CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/foam-vscode/CHANGELOG.md b/packages/foam-vscode/CHANGELOG.md index 66a260fdd..902c19617 100644 --- a/packages/foam-vscode/CHANGELOG.md +++ b/packages/foam-vscode/CHANGELOG.md @@ -4,6 +4,17 @@ 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.14.2] - 2021-07-24 + +Features: + +- Autocompletion for tags (#708 - thanks @pderaaij) +- Use templates for new note created from wikilink (#712 - thanks @movermeyer) + +Fixes and Improvements: + +- Improved performance of initial file loading (#730 - thanks @pderaaij) + ## [0.14.1] - 2021-07-14 Fixes and Improvements: