Skip to content

Commit 53dbe14

Browse files
committed
Bump version to 2.1
1 parent b69c006 commit 53dbe14

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [2.1](https://github.com/ninxsoft/mist-cli/releases/tag/v2.0) - 2024-06-11
4+
5+
- Added _beta_ support for **macOS Sequoia 15** :tada:
6+
- Added support for creating legacy Bootable Disk Images (ISO) on Apple Silicon - thanks [PicoMitchell](https://github.com/PicoMitchell)!
7+
- Added an `ipsw` alias for `firmware`
8+
- `mist list ipsw` behaves the same as `mist list firmware`
9+
- `mist download ipsw` behaves the same as `mist download firmware`
10+
- `mist` now returns an exit code of `1` for all errors - thanks [BigMacAdmin](https://github.com/BigMacAdmin)!
11+
- URLs are now formatted correctly when exporting CSVs - thanks [BigMacAdmin](https://github.com/BigMacAdmin)!
12+
- Bumped [Swift Argument Parser](https://github.com/apple/swift-argument-parser) version to **1.4.0**
13+
- Bumped [Yams](https://github.com/jpsim/Yams) version to **5.1.2**
14+
315
## [2.0](https://github.com/ninxsoft/mist-cli/releases/tag/v2.0) - 2023-09-27
416

517
- Added support for **macOS Sonoma 14** :tada:

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 = .init(abstract: .abstract, discussion: .discussion, version: version(), subcommands: [ListCommand.self, DownloadCommand.self])
1313

1414
/// Current version.
15-
private static let currentVersion: String = "2.0"
15+
private static let currentVersion: String = "2.1"
1616

1717
/// Visit URL string.
1818
private static let visitURLString: String = "Visit \(String.repositoryURL) to grab the latest release of \(String.appName)"

0 commit comments

Comments
 (0)