Releases: qvacua/vimr
Releases · qvacua/vimr
v0.44.0-20230103.174333
- Neovim 0.8.2 😀
- Reduce app size (~14MB) by using
strip
on VimR binary. - Dependencies updates
- Kitura/BlueSocket@2.0.4
- sparkle-project/Sparkle@2.3.1
v0.43.0-20221115.195322
- Neovim 0.8.1 😀
- Minimum macOS version 10.15
- Dependencies updates:
- Kentzo/ShortcutRecorder@3.4.0
- sparkle-project/Sparkle@2.3.0
SNAPSHOT-20221101.101711
Since the last snapshot:
- Bugfix: Opening files via file browser or
vimr
CLI does not work. - Dependencies updates:
- Kentzo/ShortcutRecorder@3.4.0
SNAPSHOT-20221031.204527
- Neovim 0.8.0
- Increase the minimum macOS version for Intel Macs to Catalina
v0.42.2-20220913.230838
- Improve rendering performance.
v0.42.1-20220910.153746
- Bugfix: Memory leak (custom tabs).
v0.42.0-20220703.104316
- Add
VimRRefreshFileBrowser
andVimRRevealCurrentBufferInFileBrowser
functions. Thanks @jaanauati for the PR! - Include
libintl
again.
v0.41.2-20220628.220813
- Bugfix: Sometimes macOS returns a weird locale, e.g.,
en_DE.UTF-8
, which Neovim does not understand.
v0.41.0-20220626.182832
- Neovim 0.7.2 😀
v0.40.0-20220618.161750
- Improved trackpad scrolling sensitivity (removed the option for customizing the sensitivity). Thanks @tsung-ju for the PR!
- Refactor open quickly:
- Use fzy instead of ccls
- Replace The Silver Searcher's ignore mechanism with own implementation in Swift using wildmatch
- Dependencies updates
- Quick/Nimble@10.0.0
- qvacua/misc.swift@0.0.1