1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-09-11 17:15:34 +03:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Tae Won Ha
32660845b9
Typo 2022-04-19 18:08:00 +02:00
Tae Won Ha
aa81394a22
Update snapshot appcast 2022-04-19 18:07:17 +02:00
Tae Won Ha
8ab37f908e
Update version 2022-04-19 18:00:51 +02:00
5 changed files with 17 additions and 19 deletions

View File

@ -1153,7 +1153,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 20220416.182927;
CURRENT_PROJECT_VERSION = 20220419.180005;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
@ -1214,7 +1214,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 20220416.182927;
CURRENT_PROJECT_VERSION = 20220419.180005;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@ -1243,7 +1243,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 20220416.182927;
CURRENT_PROJECT_VERSION = 20220419.180005;
DEFINES_MODULE = YES;
HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/.deps/include";
IBC_MODULE = VimR;
@ -1271,7 +1271,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 20220416.182927;
CURRENT_PROJECT_VERSION = 20220419.180005;
DEFINES_MODULE = YES;
HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/.deps/include";
IBC_MODULE = VimR;

View File

@ -1224,7 +1224,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.39.0</string>
<string>SNAPSHOT-20220419.180005</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@ -1241,7 +1241,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>20220416.182927</string>
<string>20220419.180005</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>0.39.0</string>
<string>SNAPSHOT-20220419.180005</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>20220416.182927</string>
<string>20220419.180005</string>
</dict>
</plist>

View File

@ -6,24 +6,22 @@
<description>Most recent changes with links to updates for VimR.</description>
<language>en</language>
<item>
<title>v0.39.0-20220416.182927</title>
<title>SNAPSHOT-20220419.180005</title>
<link>https://twitter.com/vimrefined</link>
<sparkle:version>20220416.182927</sparkle:version>
<sparkle:shortVersionString>v0.39.0</sparkle:shortVersionString>
<sparkle:version>20220419.180005</sparkle:version>
<sparkle:shortVersionString>SNAPSHOT-20220419.180005</sparkle:shortVersionString>
<description><![CDATA[
<ul>
<li>Neovim 0.7.0 😀</li>
<li>GH-922: Add an option to set font smoothing.</li>
<li>GH-928: Bugfix: Files containing some special characters in their names cannot be opened.</li>
<li>Improved tracpad scrolling sensitivity (removed the option for customizing the sensitivity). Thanks @tsung-ju for the PR!</li>
</ul>
]]></description>
<releaseNotesLink>
https://github.com/qvacua/vimr/releases/tag/v0.39.0-20220416.182927
https://github.com/qvacua/vimr/releases/tag/snapshot/20220419.180005
</releaseNotesLink>
<pubDate>2022-04-16T18:43:41.274166</pubDate>
<pubDate>2022-04-19T18:07:05.128691</pubDate>
<minimumSystemVersion>10.13.0</minimumSystemVersion>
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.39.0-20220416.182927/VimR-v0.39.0.tar.bz2"
sparkle:edSignature="Q5XobuaNiJUk8pFNsCwT+fUX4DnmHcKuWXosQj3imOb0UHY+EdWhyqgK0ERDQ51pSonerMZxJ0C+nolcCdXfBQ==" length="20982344"
<enclosure url="https://github.com/qvacua/vimr/releases/download/snapshot/20220419.180005/VimR-SNAPSHOT-20220419.180005.tar.bz2"
sparkle:edSignature="MBXpZfvD/qaXWkqpFM8eeeTxXOnEcjiBGzRRJxpj88DepCbES/diPnNECk832A5TS0clt2j/iyzDq7nxFzzCCw==" length="20981009"
type="application/octet-stream"/>
</item>
</channel>

View File

@ -1,6 +1,6 @@
# Next
* Improved tracpad scrolling sensitivity (removed the option for customizing the sensitivity). Thanks @tsung-ju for the PR!
* Improved trackpad scrolling sensitivity (removed the option for customizing the sensitivity). Thanks @tsung-ju for the PR!
* ...
# 0.39.0-20220416.182927