Bump version

This commit is contained in:
Nindi Gill 2023-06-26 11:10:33 +10:00
parent d5e61571b3
commit 4d68ebac47
No known key found for this signature in database
GPG key ID: FF9A7FD590D4F4B1
3 changed files with 19 additions and 6 deletions

View file

@ -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

View file

@ -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;

View file

@ -9,9 +9,9 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>1.0</string>
<key>CFBundleShortVersionString</key>
<string>0.8.1</string>
<string>0.9</string>
<key>CFBundleVersion</key>
<string>0.8.1</string>
<string>0.9</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>