2016-12-11 13:36:19 +03:00
# next
* GH-360 Bugfix: a buffer list related bug.
* GH-363: Accidentaly included the (problematic for pre 10.12) jemalloc upgrade for Neovim. Revert it.
2016-12-03 01:44:37 +03:00
# 0.11.1-140
* GH-354: Bugfix: a file browser related bug.
2016-11-28 21:20:39 +03:00
# 0.11.0-138
2016-11-11 15:46:32 +03:00
2016-11-20 16:33:37 +03:00
* GH-341: Do not become unresponsive when opening a file with existing swap file via the file browser. (This bug was introduced with GH-299)
2016-11-20 18:14:20 +03:00
* GH-347: Do not become unresponsive when you `wq` the last tab or buffer.
2016-11-24 00:17:20 +03:00
* GH-297: Add a buffer list tool.
2016-11-24 00:34:29 +03:00
* GH-296: Drag & drop tools, currently the file browser and the buffer list, to any side of the window! 😀
2016-11-27 00:38:19 +03:00
* GH-351: Improve file browser updating. It also became better at keeping the expanded states of folders.
2016-11-22 23:55:39 +03:00
* Make `Cmd-V` a bit better
2016-11-27 12:17:54 +03:00
* neovim/neovim@42033bc5bd4bd0f06b33391e12672900bc21b993
2016-11-15 01:51:16 +03:00
# 0.10.2-127
2016-11-11 15:46:32 +03:00
* GH-332: Turn on `paste` option before `Cmd-V` ing (and reset the value)
2016-11-11 16:26:58 +03:00
* GH-333: Set `$LANG` to `utf-8` such that non-ASCII characters are not garbled when copied to the system clipboard.
2016-11-13 17:01:55 +03:00
- GH-337: With the first version of GH-333, strangely, on 10.12.X `init.vim` did not get read. GH-337 fixes this issue.
2016-11-11 17:30:49 +03:00
* GH-334: `set` `title` and `termguicolors` by default such that airline works without changing `init.vim` .
2016-11-12 00:12:26 +03:00
* GH-276: Draw a different, i.e. thin, cursor in the insert mode.
2016-11-12 18:59:58 +03:00
* GH-299: Add a context menu to the file browser.
2016-11-11 22:42:48 +03:00
* GH-237: Increase mouse scrollwheel sensitivity.
2016-11-15 01:51:16 +03:00
* neovim/neovim@598f5af58b21747ea9d6dc0a7d846cb85ae52824
2016-11-11 15:46:32 +03:00
# 0.10.1-122
2016-11-09 23:38:27 +03:00
* GH-321: `Cmd-V` now works in the terminal mode.
* GH-330: Closing the file browser with `Cmd-1` now focuses the Neovim view.
* GU-308: Set `cwd` to the parent folder of the file when opening a file in a new window
* Update RxSwift from `3.0.0-rc1` to `3.0.1`
* Update Neovim to neovim/neovim@0213e99aaf6eba303fd459183dd14a4a11cc5b07
2016-11-10 17:13:17 +03:00
- includes `inccommand` ! 😆
2016-11-09 23:33:58 +03:00
2016-11-11 15:46:32 +03:00
# 0.10.0-118
* GH-309: When opening a file via a GUI action, check whether the file is already open.
- Open in a tab or split: select the tab/split
- Open in another (GUI) window: let NeoVim handle it.
* GH-239, GH-312: Turn on font smoothing such that the 'Use LCD font smoothing when available' setting from the General system preferences pane is respected.
* GH-270: Make line spacing configurable via the 'Appearances' preferences pane.
* GH-322: Fix crashes related to the file browser.
* Bugfix: The command line tool `vimr` sometimes does not open the files in the frontmost window.
# 0.9.0-112
## First release of VimR with NeoVim backend
2016-11-27 13:22:08 +03:00
* NeoVim rulez! 😆 (neovim/neovim@5bcb7aa8bf75966416f2df5a838e5cb71d439ae7)
2016-11-11 15:46:32 +03:00
* Pinch to zoom in or out
* Simple file browser
* Open quickly a la Xcode
* Ligatures support
* Command line tool