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