Skip to content

Commit

Permalink
Bump mist version
Browse files Browse the repository at this point in the history
  • Loading branch information
ninxsoft committed Aug 23, 2023
1 parent ede9f0f commit 6581e94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.15](https://github.com/ninxsoft/mist-cli/releases/tag/v1.15) - 2023-08-23

- Added a temporary POSIX permissions fix to Installer applications that are being set incorrectly - thanks [meta-github](https://github.com/meta-github), [graham](https://github.com/grahampugh), [PicoMitchell](https://github.com/PicoMitchell) and [k0nker](https://github.com/k0nker)!
- Rolled back the Bootable Disk Image (ISO) shrinking logic that was preventing the ISOs from booting correctly
- Bumped [Swift Argument Parser](https://github.com/apple/swift-argument-parser) version to **1.2.3**
- Bumped [Yams](https://github.com/jpsim/Yams) version to **5.0.6**

**Note:** Version **1.15** requires **macOS Big Sur 11** or later. If you need to run **mist** on an older operating system, you can still use version **1.14**.

## [1.14](https://github.com/ninxsoft/mist-cli/releases/tag/v1.14) - 2023-06-26

- `mist` will now inform you when a new update is available!
Expand Down
2 changes: 1 addition & 1 deletion Mist/Commands/Mist.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ struct Mist: ParsableCommand {
static let configuration: CommandConfiguration = CommandConfiguration(abstract: .abstract, discussion: .discussion, version: version(), subcommands: [ListCommand.self, DownloadCommand.self])

/// Current version.
private static let currentVersion: String = "1.14"
private static let currentVersion: String = "1.15"
/// Visit URL string.
private static let visitURLString: String = "Visit \(String.repositoryURL) to grab the latest release of \(String.appName)"

Expand Down

0 comments on commit 6581e94

Please sign in to comment.