mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-27 14:14:19 +03:00
Update release notes
This commit is contained in:
parent
6e9a5503bc
commit
ae5710246b
@ -8,7 +8,7 @@ pushd "$(dirname "${BASH_SOURCE[0]}")/.." >/dev/null
|
||||
mkdir -p ${BUILD_DIR}
|
||||
|
||||
target_version=$(cat ./nvim-version.txt | awk '{$1=$1}1')
|
||||
nvim="./${BUILD_DIR}/nvim/bin/nvim"
|
||||
nvim="./${BUILD_DIR}/nvim-osx64/bin/nvim"
|
||||
if [[ -f ${nvim} ]] ; then
|
||||
version="$($nvim --version | grep ^NVIM | awk '{print $2}')" || "n/a"
|
||||
else
|
||||
|
@ -2,13 +2,14 @@
|
||||
|
||||
## Since the last snapshot
|
||||
|
||||
* GH-349: First versino of custom tabs. If they does not work well, you can turn it off in the
|
||||
Appearance preferences.
|
||||
* ...
|
||||
|
||||
## Since 0.34.0
|
||||
|
||||
* Universal binary!
|
||||
* Neovim 0.5-dev (neovim/neovim@0798ad3a3a071db1b647df5aecd7698ed9aff7d9)
|
||||
* Neovim 0.5-dev (neovim/neovim@52e660e)
|
||||
* GH-349: First versino of custom tabs. If they does not work well, you can turn it off in the
|
||||
Appearance preferences.
|
||||
* GH-804: Configurable cursor shapes and color: Thank you @cypheon!
|
||||
* GH-812: Allow all fonts, but warn when variable width font is selected.
|
||||
* Do not hard-code `${LANG}` environment variable to `en_US.UTF-8`.
|
||||
|
Loading…
Reference in New Issue
Block a user