From efb196d8b4a1b91142612295f9aeea2afa18f0da Mon Sep 17 00:00:00 2001 From: Yee Cheng Chin Date: Sun, 13 Dec 2020 13:35:45 -0800 Subject: [PATCH] Update min OS requirement for snapshot-168 to macOS 10.14 The latest build broke 10.13 due to a build issue linking against newer symbols. Simply disable this version for older versions of macOS for now before snapshot-169 fixes this. Also, include snapshot-166 in the appcast so people running macOS 10.13 or below will still be able to update to it successfully and Sparkle will show that their MacVim is up to date instead of an error message. --- appcast/latest.xml | 65 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 64 insertions(+), 1 deletion(-) diff --git a/appcast/latest.xml b/appcast/latest.xml index eecfbaaaf2..a7eef7e042 100644 --- a/appcast/latest.xml +++ b/appcast/latest.xml @@ -100,7 +100,7 @@ ]]> Fri, 11 Dec 2020 22:00:00 -0800 - 10.9 + 10.14 + + MacVim snapshot-166 + +:root { supported-color-schemes: light dark; color-scheme: light dark; } + +

Updated to Vim 8.2.1719.

+ +

Features

+ +

Touch Bar improvements

+ +

Touch Bar now supports submenus, and allows mixed icon/text displays using tmenu. When in edit modes (e.g. insert), it will also display an emoji picker as well. See :help touchbar for documentation. #1084

+ +

emoji picker / submenu / icons with labels

+

inside submenu

+

activated emoji picker

+ +

Fixes

+ +
    +
  • Window menu no longer shows duplicate “Enter Full Screen” or “Tile Window to Left of Screen” entries whenever the user switches among different MacVim windows. #566 #992
  • +
  • Fix issue where going to full screen mode when titlebar appearance is set to “hidden” would result in lost focus of the window. #1078
  • +
  • The password dialog box when using :!sudo or other commands that require password entry (macvim-askpass) will no longer focus on Finder, and will keep the focus on MacVim. #1091
  • +
  • Fix minor wrong tooltip in the “Appearance” preference pane. #1087
  • +
  • “General” preference pane will now be correctly sized when Sparkle updater is disabled (e.g. Homebrew builds). #1089
  • +
  • Misc issues were fixed by Vim upstream, e.g. vimgrep causing a crash, and odd behaviors with using Shift-O on the first line. #1082 #1083
  • +
+ +

Compatibility

+ +

Requires macOS 10.9 or above.

+ +

Script interfaces have compatibility with these versions:

+ +
    +
  • Lua 5.3
  • +
  • Perl 5.18
  • +
  • Python2 2.7
  • +
  • Python3 3.8
  • +
  • Ruby 2.7
  • +
+ + ]]>
+ Sun, 20 Sep 2020 21:00:00 -0700 + 10.9 + + + + +