diff --git a/SwiftNeoVim/Info.plist b/SwiftNeoVim/Info.plist index 21211488..c8c5f061 100644 --- a/SwiftNeoVim/Info.plist +++ b/SwiftNeoVim/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.11.0-SNAPSHOT-20161113.1502 + 0.10.2 CFBundleSignature ???? CFBundleVersion - 126 + 127 NSHumanReadableCopyright Copyright © 2016 Tae Won Ha. All rights reserved. NSPrincipalClass diff --git a/SwiftNeoVimTests/Info.plist b/SwiftNeoVimTests/Info.plist index be0a31e1..97383418 100644 --- a/SwiftNeoVimTests/Info.plist +++ b/SwiftNeoVimTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.11.0-SNAPSHOT-20161113.1502 + 0.10.2 CFBundleSignature ???? CFBundleVersion - 126 + 127 diff --git a/VimR-Workspace-Demo/Info.plist b/VimR-Workspace-Demo/Info.plist index 9d67086d..d4d3600e 100644 --- a/VimR-Workspace-Demo/Info.plist +++ b/VimR-Workspace-Demo/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.11.0-SNAPSHOT-20161113.1502 + 0.10.2 CFBundleSignature ???? CFBundleVersion - 126 + 127 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright diff --git a/VimR.xcodeproj/project.pbxproj b/VimR.xcodeproj/project.pbxproj index fa0ff5f2..b6cd9945 100644 --- a/VimR.xcodeproj/project.pbxproj +++ b/VimR.xcodeproj/project.pbxproj @@ -1201,7 +1201,7 @@ COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 126; + DYLIB_CURRENT_VERSION = 127; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -1225,7 +1225,7 @@ COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 126; + DYLIB_CURRENT_VERSION = 127; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -1374,7 +1374,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 126; + CURRENT_PROJECT_VERSION = 127; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -1424,7 +1424,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 126; + CURRENT_PROJECT_VERSION = 127; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; diff --git a/VimR/Info.plist b/VimR/Info.plist index 8521df88..627bc070 100644 --- a/VimR/Info.plist +++ b/VimR/Info.plist @@ -36,7 +36,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.11.0-SNAPSHOT-20161113.1502 + 0.10.2 CFBundleSignature ???? CFBundleURLTypes @@ -53,7 +53,7 @@ CFBundleVersion - 126 + 127 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright diff --git a/VimRTests/Info.plist b/VimRTests/Info.plist index be0a31e1..97383418 100644 --- a/VimRTests/Info.plist +++ b/VimRTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.11.0-SNAPSHOT-20161113.1502 + 0.10.2 CFBundleSignature ???? CFBundleVersion - 126 + 127 diff --git a/appcast.xml b/appcast.xml index 9a3f809e..cb28a2a1 100644 --- a/appcast.xml +++ b/appcast.xml @@ -7,29 +7,31 @@ Most recent changes with links to updates for VimR. en - v0.10.1-122 + v0.10.2-127 -
  • 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
      -
    • includes inccommand! 😆
    • +
    • GH-332: Turn on paste option before Cmd-Ving (and reset the value)
    • +
    • GH-333: Set $LANG to utf-8 such that non-ASCII characters are not garbled when copied to the system clipboard.
        +
      • 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.
    • +
    • GH-334: set title and termguicolors by default such that airline works without changing init.vim.
    • +
    • GH-276: Draw a different, i.e. thin, cursor in the insert mode.
    • +
    • GH-299: Add a context menu to the file browser.
    • +
    • GH-237: Increase mouse scrollwheel sensitivity.
    • +
    • neovim/neovim@598f5af58b21747ea9d6dc0a7d846cb85ae52824
    ]]> - https://github.com/qvacua/vimr/releases/tag/v0.10.1-122 + https://github.com/qvacua/vimr/releases/tag/v0.10.2-127 - 2016-11-10T15:28:19.011522 + 2016-11-14T23:42:19.142910 10.10.0 - diff --git a/resources/release-notes.md b/resources/release-notes.md index 0353a73f..6805cee7 100644 --- a/resources/release-notes.md +++ b/resources/release-notes.md @@ -1,5 +1,9 @@ # next +* ... + +# 0.10.2-127 + * GH-332: Turn on `paste` option before `Cmd-V`ing (and reset the value) * GH-333: Set `$LANG` to `utf-8` such that non-ASCII characters are not garbled when copied to the system clipboard. - 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. @@ -7,6 +11,7 @@ * GH-276: Draw a different, i.e. thin, cursor in the insert mode. * GH-299: Add a context menu to the file browser. * GH-237: Increase mouse scrollwheel sensitivity. +* neovim/neovim@598f5af58b21747ea9d6dc0a7d846cb85ae52824 # 0.10.1-122