Releases: MisanthropicBit/decipher.nvim
Releases · MisanthropicBit/decipher.nvim
v2.1.0
What's Changed
- Add codecs from vim-unimpaired by @MisanthropicBit in #30
Full Changelog: v2.0.0...v2.1.0
v2.0.0
BREAKING CHANGES 🚨
- Fixes the base64-url codec which didn't correspond to its RFC spec.
- Improved tests
- Dropped support for neovim v0.7.2.
- Moved base64-url-safe, zbase32, and crockford into their own files.
- Removed the
active_codecsoption. Using a fuzzy-finder or the builtinvim.ui.selectshould be fine. - Fixed use of deprecated
vimfunctions.
Full Changelog: v1.0.3...v2.0.0
v1.0.3
What's Changed
- Remove require path to vader/luassert and fix deprecated health api in healthcheck by @MisanthropicBit in #24, reported by @DavidGamba
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Add healthcheck requirement to issue template by @MisanthropicBit in #13
- fix missing comma in readme by @zdcthomas in #16
- Add missing comma in docs by @MisanthropicBit in #17
- Add v0.10.0 to test workflow by @MisanthropicBit in #19
- Add example keymaps to README by @MisanthropicBit in #21
- Fix/selection out of range by @MisanthropicBit in #18
- Bump to v1.0.2 by @MisanthropicBit in #22
New Contributors
- @zdcthomas made their first contribution in #16
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
v0.1.2
v0.1.1
Many fixes and updates.
v0.1.0
Initial release version.