Skip to content

v1.0.0

Compare
Choose a tag to compare
@johmsalas johmsalas released this 18 Dec 20:32
042a8a5

1.0.0 (2023-12-18)

Screencast

text-case nvim 1 0 0

Screencast on YouTube

Features

  • Add description to keymaps and WhichKey (#8) (576e774)
  • Add WhichKey name for keybindings && removed calling setup as a hard requirement (b3410fe)
  • Improve unicode casing (70272ff)
  • Incremental substitution (533d91a)
  • LSP rename converts next word if located in a non word character (#114) (2567488)
  • Notify when LSP renaming failed (#60) (21ee7f8)
  • Provide command to trigger bulk replacement (54e3d9d)
  • Provide default picker in telescope extension (487b75c)
  • Use option enabled_methods for Telescope (985b7de)

Bug Fixes

  • buf_request_all test (9ea38f0)
  • Correct documentation for LazyVim (#121) (b25eee2)
  • Ignore unicode chars with more than 2 bytes (4fd525e)
  • LSP: Apply changes from the language server that touches the most files (1f981c3)
  • non-alphabetical characters are removed (#46) (ed83149)
  • Some Subs test cases were not executed (d1ef3c0)
  • Subs: Allow to select a part of a single line (bf08365)
  • Subs: distinguish visual block mode and visual line mode (#118) (fe04c80)
  • Subs: Make sure Subs command only changes text in visual range (9904f58)
  • visual block selection with Telescope (7a64758)

Reverts