@@ -7,6 +7,55 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.5.3] ( https://github.com/LeagueToolkit/wadtools/releases/tag/v0.5.3 ) - 2025-11-25
11+
12+ ### Added
13+
14+ - add list command
15+ - better filter support
16+ - save config next to executable and add hashtable dir override arg
17+ - add command to show default hashtable directory in wadtools
18+ - camino
19+ - default hashtable dir
20+ - config
21+ - add verbosity level control for tracing output
22+ - truncate long filenames in log and remove useless directory prep
23+ - truncate long file names
24+ - use ltk chunk extensions
25+ - make regex case insensitive by default
26+ - use fancy regex
27+ - add aliases for extract and diff commands
28+ - allow multiple filter types
29+ - add extraction progress bar
30+ - test
31+ - workflows and sorting
32+ - add diff command
33+ - add extract command
34+
35+ ### Fixed
36+
37+ - assign extension to hashed files
38+ - formatting
39+ - tracing output layers
40+ - show correct number of extracted chunks
41+
42+ ### Other
43+
44+ - update wadtools to version 0.5.3
45+ - extract create_filter_pattern to shared utils module
46+ - release v0.5.2
47+ - move changelog to crate folder
48+ - bump to v0.5.2
49+ - bump wadtools version to 0.5.1
50+ - update version to 0.5.0 and revise CHANGELOG for new release
51+ - update README with config and hashtable discovery details; refactor diff and extract commands to load default hashtable directory
52+ - remove redundant logging in add_from_dir method
53+ - * (release)* v0.4.0
54+ - satisfy format lints
55+ - makes sure that hashed filenames are zero padded
56+ - filter extract
57+ - get rid of unstable features
58+
1059## [ 0.5.2] ( https://github.com/LeagueToolkit/wadtools/releases/tag/v0.5.2 ) - 2025-11-23
1160
1261### Added
0 commit comments