-
-
Notifications
You must be signed in to change notification settings - Fork 684
version numbers is snapshot 162 broken #1011
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestone
Comments
Yes this is a bug in the configuration code. Will be fixed in next version. |
awesome, thanks! |
as well it was said in Sparkle, that it was a 8.3.319 instead of 8.2.319 |
ychin
added a commit
to ychin/macvim
that referenced
this issue
Mar 9, 2020
Fix the script to parse Vim version correct as version.h had a refactor. Also, make sure if the output version string doesn't look right, we will fail the configure script so we know something is wrong after merging from Vim upstream. Fix macvim-dev#1011
ychin
added a commit
to ychin/macvim
that referenced
this issue
Apr 11, 2020
Vim patch 8.2.539 General: - MacVim now reports its app category to be "Productivity" for Screen Time. macvim-dev#1032 Fixes: - Fix MacVim not reporting its version number correctly. macvim-dev#1011 - Fix mvim:// protocol handler not handling line number. macvim-dev#1020 - Fix opening MacVim from the Dock not setting UTF.8 in locale. macvim-dev#1033 - Buffer menu now doesn't show stale menu items from command-line windows or terminal windows. macvim-dev#1025 Targets macOS 10.9+ Script interfaces have compatibility with these versions: TODO - Lua 5.3 - Perl 5.18 - Python2 2.7 - Python3 3.7 - Ruby 2.7
ychin
added a commit
that referenced
this issue
Apr 12, 2020
Vim patch 8.2.539 General: - MacVim now reports its app category to be "Productivity" for Screen Time. #1032 Fixes: - Fix MacVim not reporting its version number correctly. #1011 - Fix mvim:// protocol handler not handling line number. #1020 - Fix opening MacVim from the Dock not setting UTF-8 in locale. #1033 - Buffer menu now doesn't show stale menu items from command-line windows or terminal windows. #1025 Targets macOS 10.9+ Script interfaces have compatibility with these versions: - Lua 5.3 - Perl 5.18 - Python2 2.7 - Python3 3.7 - Ruby 2.7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the version number in snapshot 162 is broken. this is a regression from snapshot 161
specifically the CFBundleShortVersionString in your Info.plist file is set to '.'
it should probably be set to '162' or '8.2.319' instead. in the previous release is was set to '8.1.2234
The text was updated successfully, but these errors were encountered: