1
1
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:
Tae Won Ha 2020-12-10 22:47:30 +01:00
parent 6e9a5503bc
commit ae5710246b
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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`.