Skip to content

Commit

Permalink
Bump version & update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Jul 22, 2024
1 parent 9f70ae2 commit 300a783
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## Unreleased

## v0.13.0

- Implemented the CLI Config (`cli-config.json`), an optional file
which can be used to modify the UI aspects of the Pakku CLI.
- It must be located in the [Pakku directory (`.pakku`)](https://juraj-hrivnak.github.io/Pakku/pakku-directory.html).
- The relative path from the `.minecraft` directory should be: `.pakku/cli-config.json`.
- Properties:
- `theme`: can be `default` or `ascii`. (Defaults to `default` 😜.)
- `ansi_level`: can be `none`, `ansi16`, `ansi256` or `truecolor`.
(By default it is automatically detected based on your terminal/CMD.)
- `NoSuchFileException` is now wrapped as `FileNotFound` action error.
- Errors when creating the modpack zip file now return early.

## v0.12.1

- Fixed exceptions being uncaught when writing output files on export.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

group = "teksturepako.pakku"
version = "0.12.1"
version = "0.13.0"

val nativeEnabled = false

Expand Down

0 comments on commit 300a783

Please sign in to comment.