Skip to content

Commit

Permalink
update changelog for v2.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Rachel Powers <[email protected]>
  • Loading branch information
Ryex committed Nov 8, 2024
1 parent 92742d3 commit ebe5ffe
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- insertion marker -->
## [v2.0.2](https://github.com/Ryex/Dungeondraft-GoPackager/releases/tag/v2.0.2) - 2024-11-08

<small>[Compare with v2.0.1](https://github.com/Ryex/Dungeondraft-GoPackager/compare/v2.0.1...v2.0.2)</small>

### Bug Fixes

- prevent crash generating large amounts of thumbnails ([92742d3](https://github.com/Ryex/Dungeondraft-GoPackager/commit/92742d3185e72104954947b4da33f5917dbcd519) by Rachel Powers).

## [v2.0.1](https://github.com/Ryex/Dungeondraft-GoPackager/releases/tag/v2.0.1) - 2024-10-24

<small>[Compare with v2.0.0](https://github.com/Ryex/Dungeondraft-GoPackager/compare/v2.0.0...v2.0.1)</small>
Expand Down
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,24 @@ GUI and Command-line utilities to pack, unpack, and edit custom assets, and tags

Contribute translations on [Crowdin](https://crowdin.com/project/dundeondraft-gopackager)

### Features

- Pack custom asset packs
- Set or generate a package ID
- Unpack packaged asset packs (useful to combine multiple packs or edit tags)
- View assets and tags of packed or unpacked packages
- Edit tags of individual assets in an unpacked package
- Edit tag sets
- Edit metadata for Walls and Tilesets (custom color, tileset name, etc.)
- Generate tags from the folder structure of the package
- Generate thumbnails for assets in an unpacked package
- ~20 seconds for 42K thumbnails!
- GUI or CLI interface. Automate your workflow!


### Installation

you can either install the precompiled binaries available on the [release page](https://github.com/Ryex/Dungeondraft-GoPackager/releases)
You can either install the precompiled binaries available on the [release page](https://github.com/Ryex/Dungeondraft-GoPackager/releases)

Binaries are available for all major platforms:

Expand Down

0 comments on commit ebe5ffe

Please sign in to comment.