From 2301cef9b18a9b2610b879403459cc5b5a6c9095 Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Thu, 10 Nov 2016 15:26:35 +0100 Subject: [PATCH 1/2] Bump version: v0.10.1-122 --- SwiftNeoVim/Info.plist | 4 ++-- SwiftNeoVimTests/Info.plist | 4 ++-- VimR-Workspace-Demo/Info.plist | 4 ++-- VimR.xcodeproj/project.pbxproj | 8 ++++---- VimR/Info.plist | 4 ++-- VimRTests/Info.plist | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/SwiftNeoVim/Info.plist b/SwiftNeoVim/Info.plist index 10fdd32f..7d952326 100644 --- a/SwiftNeoVim/Info.plist +++ b/SwiftNeoVim/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.11.0-SNAPSHOT-20161109.2136 + 0.10.1 CFBundleSignature ???? CFBundleVersion - 121 + 122 NSHumanReadableCopyright Copyright © 2016 Tae Won Ha. All rights reserved. NSPrincipalClass diff --git a/SwiftNeoVimTests/Info.plist b/SwiftNeoVimTests/Info.plist index a43ec156..c4725613 100644 --- a/SwiftNeoVimTests/Info.plist +++ b/SwiftNeoVimTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.11.0-SNAPSHOT-20161109.2136 + 0.10.1 CFBundleSignature ???? CFBundleVersion - 121 + 122 diff --git a/VimR-Workspace-Demo/Info.plist b/VimR-Workspace-Demo/Info.plist index 7e83c7ef..2400cf34 100644 --- a/VimR-Workspace-Demo/Info.plist +++ b/VimR-Workspace-Demo/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.11.0-SNAPSHOT-20161109.2136 + 0.10.1 CFBundleSignature ???? CFBundleVersion - 121 + 122 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright diff --git a/VimR.xcodeproj/project.pbxproj b/VimR.xcodeproj/project.pbxproj index 8bcd1a0a..03c44378 100644 --- a/VimR.xcodeproj/project.pbxproj +++ b/VimR.xcodeproj/project.pbxproj @@ -1202,7 +1202,7 @@ COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 121; + DYLIB_CURRENT_VERSION = 122; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -1226,7 +1226,7 @@ COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 121; + DYLIB_CURRENT_VERSION = 122; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -1375,7 +1375,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 121; + CURRENT_PROJECT_VERSION = 122; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -1425,7 +1425,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 121; + CURRENT_PROJECT_VERSION = 122; 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 7e30e598..d50f8194 100644 --- a/VimR/Info.plist +++ b/VimR/Info.plist @@ -36,7 +36,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.11.0-SNAPSHOT-20161109.2136 + 0.10.1 CFBundleSignature ???? CFBundleURLTypes @@ -53,7 +53,7 @@ CFBundleVersion - 121 + 122 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright diff --git a/VimRTests/Info.plist b/VimRTests/Info.plist index a43ec156..c4725613 100644 --- a/VimRTests/Info.plist +++ b/VimRTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.11.0-SNAPSHOT-20161109.2136 + 0.10.1 CFBundleSignature ???? CFBundleVersion - 121 + 122 From 4449098e547a87af01100bfb396f146cb090fd4f Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Thu, 10 Nov 2016 15:28:19 +0100 Subject: [PATCH 2/2] Bump appcast to v0.10.1-122 --- appcast.xml | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/appcast.xml b/appcast.xml index ec4b4ddd..9a3f809e 100644 --- a/appcast.xml +++ b/appcast.xml @@ -7,30 +7,29 @@ Most recent changes with links to updates for VimR. en - v0.10.0-118 + v0.10.1-122 -
  • 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-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-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.
    ]]> - https://github.com/qvacua/vimr/releases/tag/v0.10.0-118 + https://github.com/qvacua/vimr/releases/tag/v0.10.1-122 - 2016-11-04T22:32:39.114160 - 10.11.0 - 2016-11-10T15:28:19.011522 + 10.10.0 +