Skip to content

Commit 7f9fbf4

Browse files
committed
Bump version
1 parent 6be312e commit 7f9fbf4

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.12](https://github.com/ninxsoft/mist-cli/releases/tag/v1.12) - 2023-05-20
4+
5+
- The percentage progress now displays correctly when the `--no-ansi` flag is used - thanks Graham Pugh ([grahampugh](https://github.com/grahampugh))!
6+
- Improved how available free space is calculated - thanks Pico Mitchell ([PicoMitchell](https://github.com/PicoMitchell))!
7+
- Searching for a major macOS release number (ie. **13**) will now download the latest Firmware / Installer of said version - thanks Balz Aschwanden ([aschwanb](https://github.com/aschwanb))!
8+
- Attempting to generate a macOS Catalina 10.15 or older Bootable Disk Image on Apple Silicon Macs will inform the user and exit (rather than failing after the download) - thanks Karol Woźniak ([KenjiTakahashi](https://github.com/KenjiTakahashi))!
9+
310
## [1.11](https://github.com/ninxsoft/mist-cli/releases/tag/v1.11) - 2023-04-16
411

512
- Specifying a macOS version with only one decimal no longer results in downloading a partial / incorrect match - thanks Kyle Robertson ([kylerobertson0404](https://github.com/kylerobertson0404))!

Mist/Commands/Mist.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ struct Mist: ParsableCommand {
1212
static let configuration: CommandConfiguration = CommandConfiguration(abstract: .abstract, discussion: .discussion, version: version(), subcommands: [ListCommand.self, DownloadCommand.self])
1313

1414
/// Current version.
15-
private static let currentVersion: String = "1.11"
15+
private static let currentVersion: String = "1.12"
1616
/// Current version with error message when unable to lookup latest version.
1717
private static var versionWithErrorMessage: String {
1818
"\(currentVersion) (Unable to check for latest version)"

0 commit comments

Comments
 (0)