Skip to content

Commit b5d260c

Browse files
committed
Bump version
1 parent f9078d6 commit b5d260c

File tree

3 files changed

+30
-10
lines changed

3 files changed

+30
-10
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.6](https://github.com/ninxsoft/Mist/releases/tag/v0.6) - 2023-06-06
4+
5+
- Added support for the following legacy operating systems:
6+
- macOS Sierra 10.12.6
7+
- OS X El Capitan 10.11.6
8+
- OS X Yosemite 10.10.5
9+
- OS X Mountain Lion 10.8.5
10+
- Mac OS X Lion 10.7.5
11+
- Thanks Nate Felton ([n8felton](https://github.com/n8felton))!
12+
- Added a **Show in Finder upon completion** checkbox to the download screen - thanks Trevor Sysock ([BigMacAdmin](https://github.com/BigMacAdmin))!
13+
- 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))!
14+
- 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))!
15+
- 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))!
16+
- Temporary volumes are now hidden, and no longer show in Finder when mounted during image creation - thanks Richard Smith ([wakco](https://github.com/wakco))!
17+
- Mist now has more comprehensive error messages of failed tasks - thanks IronCraftMan ([IronCraftMan](https://github.com/IronCraftMan))!
18+
- Fixed a bug where warning messages would not cascade correctly
19+
- Fixed a bug where file and directory ownership was being checked incorrectly
20+
- Fixed a bug where icons would flicker during animation in the **Settings > Applications** tab
21+
- Fixed a bug where the Mist window would not resize correctly
22+
323
## [0.5](https://github.com/ninxsoft/Mist/releases/tag/v0.5) - 2022-12-29
424

525
- The macOS Installer cache can now be emptied even if **Cache downloads** is disabled - thanks Pico Mitchell ([PicoMitchell](https://github.com/PicoMitchell))!

Mist.xcodeproj/project.pbxproj

+8-8
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@
10141014
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
10151015
CODE_SIGN_STYLE = Manual;
10161016
COMBINE_HIDPI_IMAGES = YES;
1017-
CURRENT_PROJECT_VERSION = 0.5;
1017+
CURRENT_PROJECT_VERSION = 0.6;
10181018
DEAD_CODE_STRIPPING = YES;
10191019
DEVELOPMENT_TEAM = 7K3HVCLV7Z;
10201020
ENABLE_HARDENED_RUNTIME = YES;
@@ -1029,7 +1029,7 @@
10291029
"@executable_path/../Frameworks",
10301030
);
10311031
MACOSX_DEPLOYMENT_TARGET = 12.0;
1032-
MARKETING_VERSION = 0.5;
1032+
MARKETING_VERSION = 0.6;
10331033
PRODUCT_BUNDLE_IDENTIFIER = com.ninxsoft.mist;
10341034
PRODUCT_NAME = "$(TARGET_NAME)";
10351035
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -1047,7 +1047,7 @@
10471047
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
10481048
CODE_SIGN_STYLE = Manual;
10491049
COMBINE_HIDPI_IMAGES = YES;
1050-
CURRENT_PROJECT_VERSION = 0.5;
1050+
CURRENT_PROJECT_VERSION = 0.6;
10511051
DEAD_CODE_STRIPPING = YES;
10521052
DEVELOPMENT_TEAM = 7K3HVCLV7Z;
10531053
ENABLE_HARDENED_RUNTIME = YES;
@@ -1062,7 +1062,7 @@
10621062
"@executable_path/../Frameworks",
10631063
);
10641064
MACOSX_DEPLOYMENT_TARGET = 12.0;
1065-
MARKETING_VERSION = 0.5;
1065+
MARKETING_VERSION = 0.6;
10661066
PRODUCT_BUNDLE_IDENTIFIER = com.ninxsoft.mist;
10671067
PRODUCT_NAME = "$(TARGET_NAME)";
10681068
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -1117,15 +1117,15 @@
11171117
CODE_SIGN_IDENTITY = "Apple Development";
11181118
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
11191119
CODE_SIGN_STYLE = Manual;
1120-
CURRENT_PROJECT_VERSION = 0.5;
1120+
CURRENT_PROJECT_VERSION = 0.6;
11211121
DEAD_CODE_STRIPPING = YES;
11221122
DEVELOPMENT_TEAM = 7K3HVCLV7Z;
11231123
ENABLE_HARDENED_RUNTIME = YES;
11241124
INFOPLIST_FILE = "$(SRCROOT)/MistHelperTool/Info.plist";
11251125
INFOPLIST_KEY_CFBundleDisplayName = Mist;
11261126
LAUNCHDPLIST_FILE = "$(SRCROOT)/MistHelperTool/launchd.plist";
11271127
MACOSX_DEPLOYMENT_TARGET = 12.0;
1128-
MARKETING_VERSION = 0.5;
1128+
MARKETING_VERSION = 0.6;
11291129
OTHER_LDFLAGS = (
11301130
"-sectcreate",
11311131
__TEXT,
@@ -1152,15 +1152,15 @@
11521152
CODE_SIGN_IDENTITY = "Apple Development";
11531153
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
11541154
CODE_SIGN_STYLE = Manual;
1155-
CURRENT_PROJECT_VERSION = 0.5;
1155+
CURRENT_PROJECT_VERSION = 0.6;
11561156
DEAD_CODE_STRIPPING = YES;
11571157
DEVELOPMENT_TEAM = 7K3HVCLV7Z;
11581158
ENABLE_HARDENED_RUNTIME = YES;
11591159
INFOPLIST_FILE = "$(SRCROOT)/MistHelperTool/Info.plist";
11601160
INFOPLIST_KEY_CFBundleDisplayName = Mist;
11611161
LAUNCHDPLIST_FILE = "$(SRCROOT)/MistHelperTool/launchd.plist";
11621162
MACOSX_DEPLOYMENT_TARGET = 12.0;
1163-
MARKETING_VERSION = 0.5;
1163+
MARKETING_VERSION = 0.6;
11641164
OTHER_LDFLAGS = (
11651165
"-sectcreate",
11661166
__TEXT,

MistHelperTool/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<key>CFBundleInfoDictionaryVersion</key>
1010
<string>1.0</string>
1111
<key>CFBundleShortVersionString</key>
12-
<string>0.5</string>
12+
<string>0.6</string>
1313
<key>CFBundleVersion</key>
14-
<string>0.5</string>
14+
<string>0.6</string>
1515
<key>SMAuthorizedClients</key>
1616
<array>
1717
<string>anchor apple generic and identifier "com.ninxsoft.mist" and info[CFBundleVersion] &gt;= "0.1" and certificate leaf[subject.OU] = "7K3HVCLV7Z"</string>

0 commit comments

Comments
 (0)