Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.4.0](https://github.com/max397574/better-escape.nvim/compare/v2.3.3...v2.4.0) (2026-04-22)


### Features

* add health check and type annotations ([64d6abc](https://github.com/max397574/better-escape.nvim/commit/64d6abc3c3e498d5e1ee749848b43b206a4a7bfa))


### Bug Fixes

* **cmd-mode:** use &lt;C-c&gt; because <Esc> is technically bugged ([11b86f1](https://github.com/max397574/better-escape.nvim/commit/11b86f19d9dc6d5b7ae8cc70604f8df1b836b13c))
* handle all first keys with empty lines ([d217ae9](https://github.com/max397574/better-escape.nvim/commit/d217ae909ae1f13f83217663c5b629459f71a1f1))

## [2.3.3](https://github.com/max397574/better-escape.nvim/compare/v2.3.2...v2.3.3) (2024-08-31)


Expand Down
Loading