Skip to content

Commit

Permalink
Release zk 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu committed May 20, 2023
1 parent 1ec777d commit b71a74e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,23 @@

All notable changes to this project will be documented in this file.

## Unreleased
<!--## 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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit b71a74e

Please sign in to comment.