Skip to content

Commit

Permalink
bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
memo33 committed Apr 18, 2024
1 parent 672e2cb commit 984e963
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 984e963

Please sign in to comment.