Bump version

This commit is contained in:
Nindi Gill 2023-06-06 22:42:06 +10:00
parent f9078d6d5f
commit b5d260c38d
No known key found for this signature in database
GPG key ID: FF9A7FD590D4F4B1
3 changed files with 30 additions and 10 deletions

View file

@ -1,5 +1,25 @@
# Changelog
## [0.6](https://github.com/ninxsoft/Mist/releases/tag/v0.6) - 2023-06-06
- Added support for the following legacy operating systems:
- macOS Sierra 10.12.6
- OS X El Capitan 10.11.6
- OS X Yosemite 10.10.5
- OS X Mountain Lion 10.8.5
- Mac OS X Lion 10.7.5
- Thanks Nate Felton ([n8felton](https://github.com/n8felton))!
- Added a **Show in Finder upon completion** checkbox to the download screen - thanks Trevor Sysock ([BigMacAdmin](https://github.com/BigMacAdmin))!
- Added a **Full Disk Access** verfication step prior to downloading a macOS Firmware / Installer - thanks ihubgit ([ihubgit](https://github.com/ihubgit)) & Nathan Pierce ([NorseGaud](https://github.com/NorseGaud))!
- Added a warning when attempting to build an **ISO** for **macOS Catalina 10.15 or older** on Apple Silicon Macs - thanks Karol Woźniak ([KenjiTakahashi](https://github.com/KenjiTakahashi))!
- The Mist.app **Login Item** title now displays the app name and not the developer's name - thanks Pico Mitchell ([PicoMitchell](https://github.com/PicoMitchell))!
- Temporary volumes are now hidden, and no longer show in Finder when mounted during image creation - thanks Richard Smith ([wakco](https://github.com/wakco))!
- Mist now has more comprehensive error messages of failed tasks - thanks IronCraftMan ([IronCraftMan](https://github.com/IronCraftMan))!
- Fixed a bug where warning messages would not cascade correctly
- Fixed a bug where file and directory ownership was being checked incorrectly
- Fixed a bug where icons would flicker during animation in the **Settings > Applications** tab
- Fixed a bug where the Mist window would not resize correctly
## [0.5](https://github.com/ninxsoft/Mist/releases/tag/v0.5) - 2022-12-29
- The macOS Installer cache can now be emptied even if **Cache downloads** is disabled - thanks Pico Mitchell ([PicoMitchell](https://github.com/PicoMitchell))!

View file

@ -1014,7 +1014,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.5;
CURRENT_PROJECT_VERSION = 0.6;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 7K3HVCLV7Z;
ENABLE_HARDENED_RUNTIME = YES;
@ -1029,7 +1029,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 0.5;
MARKETING_VERSION = 0.6;
PRODUCT_BUNDLE_IDENTIFIER = com.ninxsoft.mist;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
@ -1047,7 +1047,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 0.5;
CURRENT_PROJECT_VERSION = 0.6;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 7K3HVCLV7Z;
ENABLE_HARDENED_RUNTIME = YES;
@ -1062,7 +1062,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 0.5;
MARKETING_VERSION = 0.6;
PRODUCT_BUNDLE_IDENTIFIER = com.ninxsoft.mist;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
@ -1117,7 +1117,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 0.5;
CURRENT_PROJECT_VERSION = 0.6;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 7K3HVCLV7Z;
ENABLE_HARDENED_RUNTIME = YES;
@ -1125,7 +1125,7 @@
INFOPLIST_KEY_CFBundleDisplayName = Mist;
LAUNCHDPLIST_FILE = "$(SRCROOT)/MistHelperTool/launchd.plist";
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 0.5;
MARKETING_VERSION = 0.6;
OTHER_LDFLAGS = (
"-sectcreate",
__TEXT,
@ -1152,7 +1152,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 0.5;
CURRENT_PROJECT_VERSION = 0.6;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 7K3HVCLV7Z;
ENABLE_HARDENED_RUNTIME = YES;
@ -1160,7 +1160,7 @@
INFOPLIST_KEY_CFBundleDisplayName = Mist;
LAUNCHDPLIST_FILE = "$(SRCROOT)/MistHelperTool/launchd.plist";
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 0.5;
MARKETING_VERSION = 0.6;
OTHER_LDFLAGS = (
"-sectcreate",
__TEXT,

View file

@ -9,9 +9,9 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>1.0</string>
<key>CFBundleShortVersionString</key>
<string>0.5</string>
<string>0.6</string>
<key>CFBundleVersion</key>
<string>0.5</string>
<string>0.6</string>
<key>SMAuthorizedClients</key>
<array>
<string>anchor apple generic and identifier "com.ninxsoft.mist" and info[CFBundleVersion] &gt;= "0.1" and certificate leaf[subject.OU] = "7K3HVCLV7Z"</string>