1
1
mirror of https://github.com/qvacua/vimr.git synced 2025-01-08 06:58:50 +03:00

Merge branch 'develop' into update-neovim

This commit is contained in:
Tae Won Ha 2017-09-07 18:41:55 +02:00
commit fc864fdeb3
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
11 changed files with 37 additions and 51 deletions

View File

@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>SNAPSHOT-228</string>
<string>0.19.1</string>
<key>CFBundleVersion</key>
<string>228</string>
<string>229</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>

View File

@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>SNAPSHOT-228</string>
<string>0.19.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>228</string>
<string>229</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016 Tae Won Ha. All rights reserved.</string>
<key>NSPrincipalClass</key>

View File

@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>SNAPSHOT-228</string>
<string>0.19.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>228</string>
<string>229</string>
</dict>
</plist>

View File

@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>SNAPSHOT-228</string>
<string>0.19.1</string>
<key>CFBundleVersion</key>
<string>228</string>
<string>229</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>

View File

@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>SNAPSHOT-228</string>
<string>0.19.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>228</string>
<string>229</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>

View File

@ -1964,7 +1964,7 @@
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 228;
DYLIB_CURRENT_VERSION = 229;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
@ -1989,7 +1989,7 @@
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 228;
DYLIB_CURRENT_VERSION = 229;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
@ -2226,7 +2226,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 228;
CURRENT_PROJECT_VERSION = 229;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
@ -2276,7 +2276,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 228;
CURRENT_PROJECT_VERSION = 229;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;

View File

@ -32,7 +32,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>SNAPSHOT-228</string>
<string>0.19.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@ -49,7 +49,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>228</string>
<string>229</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>

View File

@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>SNAPSHOT-228</string>
<string>0.19.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>228</string>
<string>229</string>
</dict>
</plist>

View File

@ -7,33 +7,22 @@
<description>Most recent changes with links to updates for VimR.</description>
<language>en</language>
<item>
<title>v0.19.0-226</title>
<title>v0.19.1-229</title>
<description><![CDATA[
<ul>
<li>GH-492: Improve <code>Control</code> key handling: e.g. <code>Ctrl-6</code> works now. (thanks @nhtzr for the PR)</li>
<li>GH-482, GH-283 Improve Emoji + CJK + Greek text rendering. (thanks @nhtzr for the PR)</li>
<li>GH-325: Improve how the window position and size are stored.</li>
<li>GH-491: Bugfix: Closing the window in full screen mode crashes the app.</li>
<li>GH-512: Bugfix: Intermittent crashes when closing windows or quitting the app.</li>
<li>Dependencies updates:<ul>
<li>ReactiveX/RxSwift@3.6.1</li>
<li>sparkle-project/Sparkle@1.18.1</li>
<li>sindresorhus/github-markdown-css@2.8.0</li>
<li>Quick/Nimble@7.0.1</li>
</ul>
</li>
<li>GH-485: Bugfix: When using a dark theme the title is very difficult to read.</li>
</ul>
]]></description>
<releaseNotesLink>
https://github.com/qvacua/vimr/releases/tag/v0.19.0-226
https://github.com/qvacua/vimr/releases/tag/v0.19.1-229
</releaseNotesLink>
<pubDate>2017-08-28T22:50:54.878165</pubDate>
<pubDate>2017-09-07T18:39:36.518558</pubDate>
<minimumSystemVersion>10.10.0</minimumSystemVersion>
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.19.0-226/VimR-v0.19.0-226.tar.bz2"
sparkle:version="226"
sparkle:shortVersionString="0.19.0"
sparkle:dsaSignature="MC4CFQDODeVmBCznOUkKu7H2Aze86qIOogIVANAvHvTPQ1UPW5SmtpHNkhq7ZQ5n"
length="10700454"
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.19.1-229/VimR-v0.19.1-229.tar.bz2"
sparkle:version="229"
sparkle:shortVersionString="0.19.1"
sparkle:dsaSignature="MC4CFQDOAmzMAlemiRG9Eg0rr51LfsqqjgIVALrxpSIKkTILaI1ryxMDyyB2KW/3"
length="10688762"
type="application/octet-stream"/>
</item>
</channel>

View File

@ -7,25 +7,22 @@
<description>Most recent changes with links to updates for VimR.</description>
<language>en</language>
<item>
<title>SNAPSHOT-228</title>
<title>v0.19.1-229</title>
<description><![CDATA[
<ul>
<li>GH-485: Bugfix: When using a dark theme the title is very difficult to read.<ul>
<li>Make the neovim view first responder again...</li>
</ul>
</li>
<li>GH-485: Bugfix: When using a dark theme the title is very difficult to read.</li>
</ul>
]]></description>
<releaseNotesLink>
https://github.com/qvacua/vimr/releases/tag/snapshot/228
https://github.com/qvacua/vimr/releases/tag/v0.19.1-229
</releaseNotesLink>
<pubDate>2017-09-03T22:27:53.714584</pubDate>
<pubDate>2017-09-07T18:39:36.518558</pubDate>
<minimumSystemVersion>10.10.0</minimumSystemVersion>
<enclosure url="https://github.com/qvacua/vimr/releases/download/snapshot/228/VimR-SNAPSHOT-228.tar.bz2"
sparkle:version="228"
sparkle:shortVersionString="SNAPSHOT-228"
sparkle:dsaSignature="MC4CFQDYGUdXELI8LJCT71CCVHQr3yacVgIVANg6ysV39OWn8j86R4uPP5/ysaRV"
length="10694556"
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.19.1-229/VimR-v0.19.1-229.tar.bz2"
sparkle:version="229"
sparkle:shortVersionString="0.19.1"
sparkle:dsaSignature="MC4CFQDOAmzMAlemiRG9Eg0rr51LfsqqjgIVALrxpSIKkTILaI1ryxMDyyB2KW/3"
length="10688762"
type="application/octet-stream"/>
</item>
</channel>

View File

@ -1,4 +1,4 @@
# next
# 0.19.1-229
* GH-485: Bugfix: When using a dark theme the title is very difficult to read.