From b098a27469724dc926aa7facfc666d081efd4f6c Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Tue, 31 Jan 2017 21:07:21 +0100 Subject: [PATCH 1/5] Bump version: snapshot/166 --- OutlineViewTest/Info.plist | 4 ++-- 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 ++-- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/OutlineViewTest/Info.plist b/OutlineViewTest/Info.plist index 3b7726ea..ae5422db 100644 --- a/OutlineViewTest/Info.plist +++ b/OutlineViewTest/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - SNAPSHOT-165 + SNAPSHOT-166 CFBundleVersion - 165 + 166 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright diff --git a/SwiftNeoVim/Info.plist b/SwiftNeoVim/Info.plist index 2aab2e96..a52fdfc3 100644 --- a/SwiftNeoVim/Info.plist +++ b/SwiftNeoVim/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - SNAPSHOT-165 + SNAPSHOT-166 CFBundleSignature ???? CFBundleVersion - 165 + 166 NSHumanReadableCopyright Copyright © 2016 Tae Won Ha. All rights reserved. NSPrincipalClass diff --git a/SwiftNeoVimTests/Info.plist b/SwiftNeoVimTests/Info.plist index 24013587..987f96d9 100644 --- a/SwiftNeoVimTests/Info.plist +++ b/SwiftNeoVimTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - SNAPSHOT-165 + SNAPSHOT-166 CFBundleSignature ???? CFBundleVersion - 165 + 166 diff --git a/VimR-Workspace-Demo/Info.plist b/VimR-Workspace-Demo/Info.plist index d07b6fa1..57ea287b 100644 --- a/VimR-Workspace-Demo/Info.plist +++ b/VimR-Workspace-Demo/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - SNAPSHOT-165 + SNAPSHOT-166 CFBundleSignature ???? CFBundleVersion - 165 + 166 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright diff --git a/VimR.xcodeproj/project.pbxproj b/VimR.xcodeproj/project.pbxproj index 6ec90a81..760dceb1 100644 --- a/VimR.xcodeproj/project.pbxproj +++ b/VimR.xcodeproj/project.pbxproj @@ -1427,7 +1427,7 @@ COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 165; + DYLIB_CURRENT_VERSION = 166; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -1451,7 +1451,7 @@ COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 165; + DYLIB_CURRENT_VERSION = 166; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -1643,7 +1643,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 165; + CURRENT_PROJECT_VERSION = 166; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -1693,7 +1693,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 165; + CURRENT_PROJECT_VERSION = 166; 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 cf50b3c7..29dd9f18 100644 --- a/VimR/Info.plist +++ b/VimR/Info.plist @@ -36,7 +36,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - SNAPSHOT-165 + SNAPSHOT-166 CFBundleSignature ???? CFBundleURLTypes @@ -53,7 +53,7 @@ CFBundleVersion - 165 + 166 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright diff --git a/VimRTests/Info.plist b/VimRTests/Info.plist index 24013587..987f96d9 100644 --- a/VimRTests/Info.plist +++ b/VimRTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - SNAPSHOT-165 + SNAPSHOT-166 CFBundleSignature ???? CFBundleVersion - 165 + 166 From 1f4cdf45c6e4dcf1d789a501cb86cd433bdad051 Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Tue, 31 Jan 2017 21:09:25 +0100 Subject: [PATCH 2/5] Bump appcast to SNAPSHOT-166 --- appcast_snapshot.xml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/appcast_snapshot.xml b/appcast_snapshot.xml index 39f7244d..60c4d995 100644 --- a/appcast_snapshot.xml +++ b/appcast_snapshot.xml @@ -7,24 +7,22 @@ Most recent changes with links to updates for VimR. en - SNAPSHOT-165 + SNAPSHOT-166 -
  • Make pinch-zooming fast (enough) on Retina-displays.
  • -
  • Make markdown previewing more robust against non-existing file.
  • -
  • GH-392: Bugfix: fix a weird scroll issue.
  • +
  • GH-371: Small scroll performance improvment.
  • ]]>
    - https://github.com/qvacua/vimr/releases/tag/snapshot/165 + https://github.com/qvacua/vimr/releases/tag/snapshot/166 - 2017-01-24T18:55:05.417693 + 2017-01-31T21:09:25.866658 10.10.0 -
    From 4bb557c82745d73fcf9b9c54f126d94579abccf7 Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Mon, 6 Feb 2017 22:52:42 +0100 Subject: [PATCH 3/5] Bump version: v0.13.1-167 --- OutlineViewTest/Info.plist | 4 ++-- 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 ++-- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/OutlineViewTest/Info.plist b/OutlineViewTest/Info.plist index ae5422db..323a9598 100644 --- a/OutlineViewTest/Info.plist +++ b/OutlineViewTest/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - SNAPSHOT-166 + 0.13.1 CFBundleVersion - 166 + 167 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright diff --git a/SwiftNeoVim/Info.plist b/SwiftNeoVim/Info.plist index a52fdfc3..14a7a3e8 100644 --- a/SwiftNeoVim/Info.plist +++ b/SwiftNeoVim/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - SNAPSHOT-166 + 0.13.1 CFBundleSignature ???? CFBundleVersion - 166 + 167 NSHumanReadableCopyright Copyright © 2016 Tae Won Ha. All rights reserved. NSPrincipalClass diff --git a/SwiftNeoVimTests/Info.plist b/SwiftNeoVimTests/Info.plist index 987f96d9..d941560e 100644 --- a/SwiftNeoVimTests/Info.plist +++ b/SwiftNeoVimTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - SNAPSHOT-166 + 0.13.1 CFBundleSignature ???? CFBundleVersion - 166 + 167 diff --git a/VimR-Workspace-Demo/Info.plist b/VimR-Workspace-Demo/Info.plist index 57ea287b..3bbefd64 100644 --- a/VimR-Workspace-Demo/Info.plist +++ b/VimR-Workspace-Demo/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - SNAPSHOT-166 + 0.13.1 CFBundleSignature ???? CFBundleVersion - 166 + 167 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright diff --git a/VimR.xcodeproj/project.pbxproj b/VimR.xcodeproj/project.pbxproj index 760dceb1..939c9996 100644 --- a/VimR.xcodeproj/project.pbxproj +++ b/VimR.xcodeproj/project.pbxproj @@ -1427,7 +1427,7 @@ COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 166; + DYLIB_CURRENT_VERSION = 167; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -1451,7 +1451,7 @@ COMBINE_HIDPI_IMAGES = YES; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 166; + DYLIB_CURRENT_VERSION = 167; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -1643,7 +1643,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 166; + CURRENT_PROJECT_VERSION = 167; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -1693,7 +1693,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 166; + CURRENT_PROJECT_VERSION = 167; 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 29dd9f18..39c81dd4 100644 --- a/VimR/Info.plist +++ b/VimR/Info.plist @@ -36,7 +36,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - SNAPSHOT-166 + 0.13.1 CFBundleSignature ???? CFBundleURLTypes @@ -53,7 +53,7 @@ CFBundleVersion - 166 + 167 LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright diff --git a/VimRTests/Info.plist b/VimRTests/Info.plist index 987f96d9..d941560e 100644 --- a/VimRTests/Info.plist +++ b/VimRTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - SNAPSHOT-166 + 0.13.1 CFBundleSignature ???? CFBundleVersion - 166 + 167 From 9cb0c1ec5f0189c54aa01a34ce911d93bbeffcd2 Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Mon, 6 Feb 2017 22:55:04 +0100 Subject: [PATCH 4/5] Bump appcast to v0.13.1-167 --- appcast.xml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/appcast.xml b/appcast.xml index 5d395341..4f3c650c 100644 --- a/appcast.xml +++ b/appcast.xml @@ -7,22 +7,25 @@ Most recent changes with links to updates for VimR. en - v0.13.0-164 + v0.13.1-167 -
  • GH-339: Add a simple markdown previewer.
  • +
  • Make pinch-zooming fast (enough) on Retina-displays.
  • +
  • Make markdown previewing more robust against non-existing file.
  • +
  • GH-392: Bugfix: fix a weird scroll issue.
  • +
  • GH-371: Small scroll performance improvment.
  • ]]>
    - https://github.com/qvacua/vimr/releases/tag/v0.13.0-164 + https://github.com/qvacua/vimr/releases/tag/v0.13.1-167 - 2017-01-22T13:58:21.099701 + 2017-02-06T22:55:03.980618 10.10.0 -
    From c38a9faf6483c77ad4fed4c5b0c94d00ebc2f42a Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Mon, 6 Feb 2017 23:04:01 +0100 Subject: [PATCH 5/5] Update release notes --- resources/release-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/release-notes.md b/resources/release-notes.md index ccc63c1c..3f7953ba 100644 --- a/resources/release-notes.md +++ b/resources/release-notes.md @@ -1,5 +1,7 @@ # next +# 0.13.1-167 + * Make pinch-zooming fast (enough) on Retina-displays. * Make markdown previewing more robust against non-existing file. * GH-392: Bugfix: fix a weird scroll issue.