From 4d68ebac47397ed295b25853a59f18b9f3e22fe1 Mon Sep 17 00:00:00 2001 From: Nindi Gill Date: Mon, 26 Jun 2023 11:10:33 +1000 Subject: [PATCH] Bump version --- CHANGELOG.md | 13 +++++++++++++ Mist.xcodeproj/project.pbxproj | 8 ++++---- MistHelperTool/Info.plist | 4 ++-- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae9e02a..dac6314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.9](https://github.com/ninxsoft/Mist/releases/tag/v0.9) - 2023-06-26 + +- Added the ability to remove individual macOS Installer cached downloads + - Managed via the app **Settings > Installers** pane + - Thanks [dracinn](https://github.com/dracinn)! +- Added a shiny new macOS Sonoma application installer icon! +- Updated Firmware / Installer tooltips to include release names +- Improved the error messaging when refreshing Firmwares fails due to pending server-side updates +- Bootable Disk Image (ISO) sizes are now calculated dynamically, with minimal free space + - Thanks [devZer0](https://github.com/devZer0) and [carlashley](https://github.com/carlashley)! +- Fixed a bug where scrolling / clicking on the **Beta** ribbon on top of images caused Mist to crash + - Thanks [PicoMitchell](https://github.com/PicoMitchell), [5T33Z0](https://github.com/5T33Z0) and [matxpa](https://github.com/matxpa)! + ## [0.8.1](https://github.com/ninxsoft/Mist/releases/tag/v0.8.1) - 2023-06-15 - Fixed a bug where **macOS Sierra 10.12.6**, **OS X El Capitan 10.11.6** and **OS X Yosemite 10.10.5** would fail to download diff --git a/Mist.xcodeproj/project.pbxproj b/Mist.xcodeproj/project.pbxproj index 8b025ee..0306c60 100644 --- a/Mist.xcodeproj/project.pbxproj +++ b/Mist.xcodeproj/project.pbxproj @@ -1050,7 +1050,7 @@ "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 0.8.1; + CURRENT_PROJECT_VERSION = 0.9; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = 7K3HVCLV7Z; ENABLE_HARDENED_RUNTIME = YES; @@ -1066,7 +1066,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 12.0; - MARKETING_VERSION = 0.8.1; + MARKETING_VERSION = 0.9; PRODUCT_BUNDLE_IDENTIFIER = com.ninxsoft.mist; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; @@ -1084,7 +1084,7 @@ "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application"; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 0.8.1; + CURRENT_PROJECT_VERSION = 0.9; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = 7K3HVCLV7Z; ENABLE_HARDENED_RUNTIME = YES; @@ -1100,7 +1100,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 12.0; - MARKETING_VERSION = 0.8.1; + MARKETING_VERSION = 0.9; PRODUCT_BUNDLE_IDENTIFIER = com.ninxsoft.mist; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; diff --git a/MistHelperTool/Info.plist b/MistHelperTool/Info.plist index 90df9ff..4ee8618 100644 --- a/MistHelperTool/Info.plist +++ b/MistHelperTool/Info.plist @@ -9,9 +9,9 @@ CFBundleInfoDictionaryVersion 1.0 CFBundleShortVersionString - 0.8.1 + 0.9 CFBundleVersion - 0.8.1 + 0.9 SMAuthorizedClients anchor apple generic and identifier "com.ninxsoft.mist" and info[CFBundleVersion] >= "0.1" and certificate leaf[subject.OU] = "7K3HVCLV7Z"