diff --git a/CHANGELOG.md b/CHANGELOG.md
index 006f39d..579ea43 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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))!
diff --git a/Mist.xcodeproj/project.pbxproj b/Mist.xcodeproj/project.pbxproj
index 499ece9..91fc8f5 100644
--- a/Mist.xcodeproj/project.pbxproj
+++ b/Mist.xcodeproj/project.pbxproj
@@ -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,
diff --git a/MistHelperTool/Info.plist b/MistHelperTool/Info.plist
index df540ce..f480a9b 100644
--- a/MistHelperTool/Info.plist
+++ b/MistHelperTool/Info.plist
@@ -9,9 +9,9 @@
CFBundleInfoDictionaryVersion
1.0
CFBundleShortVersionString
- 0.5
+ 0.6
CFBundleVersion
- 0.5
+ 0.6
SMAuthorizedClients
anchor apple generic and identifier "com.ninxsoft.mist" and info[CFBundleVersion] >= "0.1" and certificate leaf[subject.OU] = "7K3HVCLV7Z"