Skip to content

Commit 2afdf20

Browse files
chore: release v0.5.2
1 parent 1b0190f commit 2afdf20

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.5.2](https://github.com/LeagueToolkit/wadtools/releases/tag/v0.5.2) - 2025-11-22
11+
12+
### Added
13+
14+
- save config next to executable and add hashtable dir override arg
15+
- add command to show default hashtable directory in wadtools
16+
- camino
17+
- default hashtable dir
18+
- config
19+
- add verbosity level control for tracing output
20+
- truncate long filenames in log and remove useless directory prep
21+
- truncate long file names
22+
- use ltk chunk extensions
23+
- make regex case insensitive by default
24+
- use fancy regex
25+
- add aliases for extract and diff commands
26+
- allow multiple filter types
27+
- add extraction progress bar
28+
- test
29+
- workflows and sorting
30+
- add diff command
31+
- add extract command
32+
33+
### Fixed
34+
35+
- assign extension to hashed files
36+
- formatting
37+
- tracing output layers
38+
- show correct number of extracted chunks
39+
40+
### Other
41+
42+
- move changelog to crate folder
43+
- bump to v0.5.2
44+
- bump wadtools version to 0.5.1
45+
- update version to 0.5.0 and revise CHANGELOG for new release
46+
- update README with config and hashtable discovery details; refactor diff and extract commands to load default hashtable directory
47+
- remove redundant logging in add_from_dir method
48+
- *(release)* v0.4.0
49+
- satisfy format lints
50+
- makes sure that hashed filenames are zero padded
51+
- filter extract
52+
- get rid of unstable features

0 commit comments

Comments
 (0)