diff --git a/CHANGELOG.md b/CHANGELOG.md index 534d051..79aea7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## [Unreleased] + + +## [0.4.2] - 2024-04-18 ### Added - support for extracting Clickteam exe-installers using the external program `cicdec.exe`. On macOS and Linux, this requires [mono](https://www.mono-project.com/docs/getting-started/install/) to be installed on your system. @@ -75,7 +78,8 @@ ## [0.1.5] - 2023-09-26 … -[Unreleased]: https://github.com/memo33/sc4pac-tools/compare/0.4.1...HEAD +[Unreleased]: https://github.com/memo33/sc4pac-tools/compare/0.4.2...HEAD +[0.4.2]: https://github.com/memo33/sc4pac-tools/compare/0.4.1...0.4.2 [0.4.1]: https://github.com/memo33/sc4pac-tools/compare/0.4.0...0.4.1 [0.4.0]: https://github.com/memo33/sc4pac-tools/compare/0.3.0...0.4.0 [0.3.0]: https://github.com/memo33/sc4pac-tools/compare/0.2.0...0.3.0 diff --git a/README.md b/README.md index 427c2b3..8bb1323 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,10 @@ Currently, this program only comes with a command-line interface (CLI). - Prerequisites: - Java 8+ (https://adoptium.net/installation/) - - enough disk space - - Mono ([macOS](https://www.mono-project.com/docs/getting-started/install/)/[Linux](https://repology.org/project/mono/versions), not needed on Windows): - This is optional and only needed for a few packages that originally use an installer. + - Enough disk space + - On macOS and Linux (not needed on Windows): + - Mono ([macOS](https://www.mono-project.com/docs/getting-started/install/)/[Linux](https://repology.org/project/mono/versions)): + This is optional and only needed for a few packages that originally use an installer. - [Download the latest release](https://github.com/memo33/sc4pac-tools/releases/latest) and extract the contents to any location in your user directory (for example, your Desktop). - Open a shell in the new directory (e.g. on Windows, open the folder and type `cmd` in the address bar of the explorer window) diff --git a/build.sbt b/build.sbt index 19b82a4..6384b18 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "sc4pac" ThisBuild / organization := "io.github.memo33" -ThisBuild / version := "0.4.2-SNAPSHOT" +ThisBuild / version := "0.4.2" // ThisBuild / versionScheme := Some("early-semver")