mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-29 00:34:26 +03:00
Merge branch 'develop' into 426-macneovim
Conflicts: VimR/Info.plist
This commit is contained in:
commit
380da19f94
@ -17,9 +17,9 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.14.0</string>
|
||||
<string>0.14.1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>181</string>
|
||||
<string>182</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
|
@ -15,11 +15,11 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.14.0</string>
|
||||
<string>0.14.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>181</string>
|
||||
<string>182</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2016 Tae Won Ha. All rights reserved.</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
@ -15,10 +15,10 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.14.0</string>
|
||||
<string>0.14.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>181</string>
|
||||
<string>182</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@ -17,11 +17,11 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.14.0</string>
|
||||
<string>0.14.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>181</string>
|
||||
<string>182</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
|
@ -1621,7 +1621,7 @@
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
DEFINES_MODULE = YES;
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 181;
|
||||
DYLIB_CURRENT_VERSION = 182;
|
||||
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
@ -1646,7 +1646,7 @@
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
DEFINES_MODULE = YES;
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 181;
|
||||
DYLIB_CURRENT_VERSION = 182;
|
||||
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
@ -1881,7 +1881,7 @@
|
||||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 181;
|
||||
CURRENT_PROJECT_VERSION = 182;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
ENABLE_TESTABILITY = YES;
|
||||
@ -1931,7 +1931,7 @@
|
||||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 181;
|
||||
CURRENT_PROJECT_VERSION = 182;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
ENABLE_NS_ASSERTIONS = NO;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
|
@ -32,7 +32,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.14.0</string>
|
||||
<string>0.14.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
@ -49,7 +49,7 @@
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>181</string>
|
||||
<string>182</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.productivity</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
@ -15,10 +15,10 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.14.0</string>
|
||||
<string>0.14.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>181</string>
|
||||
<string>182</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
34
appcast.xml
34
appcast.xml
@ -7,38 +7,22 @@
|
||||
<description>Most recent changes with links to updates for VimR.</description>
|
||||
<language>en</language>
|
||||
<item>
|
||||
<title>v0.14.0-181</title>
|
||||
<title>v0.14.1-182</title>
|
||||
<description><![CDATA[
|
||||
<ul>
|
||||
<li>GH-405: Redesign<ul>
|
||||
<li>Redux-like architecture using RxSwift</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>GH-383: Add a general web view preview which preserves the scroll position when (automatically) reloading the selected file.</li>
|
||||
<li>GH-398: Set the represented icon in the window title bar.</li>
|
||||
<li>GH-389: Bugfix: The Files tool does not update when one folder is created.</li>
|
||||
<li>GH-374: Bugfix: The tool buttons have a narrow area which does not react to mouse down when the tool is closed.</li>
|
||||
<li>Dependencies updates:<ul>
|
||||
<li>RxSwift: 3.4.0</li>
|
||||
<li>Sparkle: 1.17</li>
|
||||
<li>github-markdown-css: 2.6.0</li>
|
||||
<li>swifter: 1.3.3</li>
|
||||
<li>Nimble: 6.1.0</li>
|
||||
<li>neovim: neovim/neovim@337299c8082347feecb5e733bed993c6a5933456</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Make app launch time much faster: now just one bounce in the Dock on my machine 😆</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<releaseNotesLink>
|
||||
https://github.com/qvacua/vimr/releases/tag/v0.14.0-181
|
||||
https://github.com/qvacua/vimr/releases/tag/v0.14.1-182
|
||||
</releaseNotesLink>
|
||||
<pubDate>2017-04-30T19:14:21.693350</pubDate>
|
||||
<pubDate>2017-05-01T11:02:53.057696</pubDate>
|
||||
<minimumSystemVersion>10.10.0</minimumSystemVersion>
|
||||
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.14.0-181/VimR-v0.14.0-181.tar.bz2"
|
||||
sparkle:version="181"
|
||||
sparkle:shortVersionString="0.14.0"
|
||||
sparkle:dsaSignature="MC0CFQCrqnWmxyv3os2asdBgFoa4RFGH5gIUMmLSqoeJU1DArlBh5AJPdyYfSeU="
|
||||
length="12169796"
|
||||
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.14.1-182/VimR-v0.14.1-182.tar.bz2"
|
||||
sparkle:version="182"
|
||||
sparkle:shortVersionString="0.14.1"
|
||||
sparkle:dsaSignature="MC0CFQCn/FY33VnX7Wkr9bMp+RdWFD8tygIUXZnAsmGsnKE2XKbpuys+2ZLn4eQ="
|
||||
length="12175315"
|
||||
type="application/octet-stream"/>
|
||||
</item>
|
||||
</channel>
|
||||
|
@ -1,6 +1,6 @@
|
||||
# next
|
||||
# 0.14.1-182
|
||||
|
||||
* ...
|
||||
* Make app launch time much faster.
|
||||
|
||||
# 0.14.0-181
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user