mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-18 17:25:21 -04:00
Bump version
This commit is contained in:
parent
d5e61571b3
commit
4d68ebac47
3 changed files with 19 additions and 6 deletions
13
CHANGELOG.md
13
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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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] >= "0.1" and certificate leaf[subject.OU] = "7K3HVCLV7Z"</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue