Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ Entries are generated by Release-plz when release PRs are merged.

## Unreleased

## [0.1.0](https://github.com/LeagueToolkit/league-toolkit/releases/tag/ltk_rst-v0.1.0) - 2026-05-09

### Added

- add ltk_rst crate for RST (Riot String Table) support

### Other

- *(ltk_rst)* run rustfmt
- *(ltk_rst)* address review feedback and simplify Stringtable API
- *(ltk_rst)* address PR review feedback
- fix rustfmt in parse_files tests
- *(ltk_rst)* add integration tests using real game files
- fix rustfmt struct literal in RstFile::from_reader
- add AI-assisted development workflow with Speckit to README
- add new readme and llm docs/guide
- *(README)* add section on BC1/BC3 texture encoding with intel-tex feature
- remove AGPL-3.0 license and update to dual licensing under MIT and Apache-2.0 for all crates; delete LICENSE file
- add badges to README
- update licensing
- update README
- Update README.md ([#21](https://github.com/LeagueToolkit/league-toolkit/pull/21))
- Initial commit

## [0.1.11](https://github.com/LeagueToolkit/league-toolkit/compare/ltk_shader-v0.1.10...ltk_shader-v0.1.11) - 2026-04-07

### Other
Expand Down