2017-05-02 19:46:33 +03:00
# next
2017-05-08 21:42:25 +03:00
* We now compile `gettext` ourselves and do not use the pre-built version from homebrew: The library from homebrew is built for 10.12 and VimR's deployment target it 10.10. This mismatch produced many warnings during compilation time...
2017-05-07 22:13:20 +03:00
* GH-426: You can now turn off some or all tools, e.g. file browser.
2017-05-08 21:42:25 +03:00
* GH-434: Bugfix: `autochdir` does not work.
2017-05-09 19:19:04 +03:00
* Bugfix: When you hide all tools, the state does not get stored in the user defaults.
2017-05-02 19:46:33 +03:00
* Dependencies updates:
2017-05-07 22:13:20 +03:00
- neovim/neovim@v0.2.0
- ReactiveX/RxSwift@3.4.1
2017-05-02 19:46:33 +03:00
2017-05-05 18:50:48 +03:00
# 0.14.3-185
2017-05-05 18:44:32 +03:00
* GH-440: Bugfix: "User interactive mode for zsh" does not work.
2017-05-05 18:50:48 +03:00
# 0.14.2-184
2017-05-04 22:55:17 +03:00
* GH-438: Bugfix: `:help` does not work.
2017-05-01 11:50:12 +03:00
# 0.14.1-182
2017-04-30 23:10:08 +03:00
2017-05-01 11:50:12 +03:00
* Make app launch time much faster.
2017-04-30 23:10:08 +03:00
2017-04-30 20:03:57 +03:00
# 0.14.0-181
2017-01-23 21:35:27 +03:00
2017-03-11 19:29:54 +03:00
* GH-405: Redesign
2017-04-30 20:03:57 +03:00
- Redux-like architecture using RxSwift
2017-04-11 21:08:30 +03:00
* GH-383: Add a general web view preview which preserves the scroll position when (automatically) reloading the selected file.
2017-04-16 09:59:56 +03:00
* GH-398: Set the represented icon in the window title bar.
2017-04-18 20:58:02 +03:00
* GH-389: Bugfix: The Files tool does not update when one folder is created.
2017-04-18 21:01:20 +03:00
* GH-374: Bugfix: The tool buttons have a narrow area which does not react to mouse down when the tool is closed.
2017-04-23 23:16:02 +03:00
* Dependencies updates:
- RxSwift: 3.4.0
- Sparkle: 1.17
- github-markdown-css: 2.6.0
- swifter: 1.3.3
- Nimble: 6.1.0
- neovim: neovim/neovim@337299c8082347feecb5e733bed993c6a5933456
2017-03-11 19:29:54 +03:00
2017-02-07 01:04:01 +03:00
# 0.13.1-167
2017-01-23 21:35:27 +03:00
* Make pinch-zooming fast (enough) on Retina-displays.
* Make markdown previewing more robust against non-existing file.
2017-01-24 20:43:29 +03:00
* GH-392: Bugfix: fix a weird scroll issue.
2017-01-31 22:56:45 +03:00
* GH-371: Small scroll performance improvment.
2017-01-23 21:35:27 +03:00
2017-01-22 15:44:22 +03:00
# 0.13.0-164
* GH-339: Add a simple markdown previewer.
2017-01-10 00:32:20 +03:00
# 0.12.6-162
* GH-382: Bugfix: Sometimes the working directory is not set correctly when using the command line tool `vimr` .
2017-01-08 16:25:13 +03:00
# 0.12.5-159
2017-01-07 22:19:37 +03:00
2017-01-08 16:25:13 +03:00
* GH-376: Bugfix: Sometimes the communication between the UI and the Neovim backend breaks.
2017-01-07 22:19:37 +03:00
2017-01-05 08:38:13 +03:00
# 0.12.4-156
2016-12-17 17:06:23 +03:00
2017-01-05 07:47:37 +03:00
* GH-376: Fix a part of the bug. There's still an issue, cf. discussions in GH-376.
2017-01-04 19:21:29 +03:00
# 0.12.3-154
2017-01-03 18:44:50 +03:00
* GH-376: Bugfix: Exiting full-screen sometimes causes crashes.
* Update RxSwift to [3.1.0 ](https://github.com/ReactiveX/RxSwift/releases/tag/3.1.0 )
2017-01-01 11:43:54 +03:00
# 0.12.2-153
* Bugfix: Store preferences correctly.
2017-01-03 16:40:08 +03:00
* GH-292: Improve Open Quickly results
2016-12-24 12:39:46 +03:00
* Update Sparkle to [0.15.1 ](https://github.com/sparkle-project/Sparkle/releases/tag/1.15.1 )
2016-12-17 17:06:23 +03:00
2016-12-23 18:37:39 +03:00
# 0.12.1-151
* Fix memory leak
2016-12-17 17:04:30 +03:00
# 0.12.0-150
2016-12-11 13:36:19 +03:00
2016-12-17 16:33:33 +03:00
* GH-360: Bugfix: a buffer list related bug.
* GH-363: Upgrade to jemalloc 4.4.0 for 10.10 (and 10.11)
2016-12-12 01:10:41 +03:00
* GH-293: More tool, i.e. file browser and buffer list improvements
- option to show hidden files
- move tool to top/right/bottom/left
- add a button for `cd ..`
- select the currently open file: "Scroll from source" from IntelliJ
2016-12-13 20:34:10 +03:00
* GH-369: Bugfix: set the `cwd` correctly when opening files using the `vimr` command line tool
2016-12-11 13:36:19 +03:00
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