From b71a74eabcfc97df7b31e51edfb8e1b749061a76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mickae=CC=88l=20Menu?= Date: Sat, 20 May 2023 15:05:27 +0200 Subject: [PATCH] Release zk 0.14.0 --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0a263d..b25cfeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,23 @@ All notable changes to this project will be documented in this file. -## Unreleased + + +## 0.14.0 ### Added * New [`tool.shell`](docs/tool-shell.md) configuration key to set a custom shell (contributed by [@lsvmello](https://github.com/mickael-menu/zk/pull/302)). * New [`notebook.dir`](docs/config-notebook.md) configuration key to set the default notebook (contributed by [@lsvmello](https://github.com/mickael-menu/zk/pull/304)). +### Changed + +* The `note.ignore` configuration property was renamed to `note.exclude`, to be more consistent with the CLI flags. + +### Fixed + +* Fixed LSP positions using UTF-16 offsets (contributed by [@wrvsrx](https://github.com/mickael-menu/zk/pull/317)). + ## 0.13.0 ### Added @@ -89,7 +99,6 @@ All notable changes to this project will be documented in this file. ### Changed * Removed the dependency on `libicu`. -* The `note.ignore` configuration property was renamed to `note.exclude`, to be more consistent with the CLI flags. ### Fixed