Skip to content

Releases: MisanthropicBit/decipher.nvim

v2.1.0

17 Oct 20:10
v2.1.0
2f511f2

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

11 Aug 08:00
v2.0.0
2519864

Choose a tag to compare

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_codecs option. Using a fuzzy-finder or the builtin vim.ui.select should be fine.
  • Fixed use of deprecated vim functions.

Full Changelog: v1.0.3...v2.0.0

v1.0.3

10 Feb 19:02
v1.0.3
f30f86b

Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

05 Sep 20:27
d77fe3a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

23 Apr 20:34
c21f29d

Choose a tag to compare

What's Changed

  • Always use bits wrapper module #12

Full Changelog: v1.0.0...v1.0.1

v1.0.0

06 Apr 20:51
0d9dd8a

Choose a tag to compare

What's Changed

  • Issue templates and ci #4
  • Add v0.9.0 to test workflow #8
  • Fix async ui select #7
  • Update docs + gitignore #9
  • Support encoding base64-url #6

Full Changelog: v0.1.2...v1.0.0

v0.1.2

26 Aug 09:28
v0.1.2
f268daa

Choose a tag to compare

v0.1.2 Pre-release
Pre-release
  • Use assets link generated by github (#1)
  • Check for bit library support (#2)

v0.1.1

26 Aug 09:02
v0.1.1

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

Many fixes and updates.

v0.1.0

26 Aug 09:01
v0.1.0

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Initial release version.