Skip to content

Commit

Permalink
hoolamike release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Niedzwiedzw committed Jan 18, 2025
1 parent c3f9a44 commit 01e328a
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 6 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,38 @@ All notable changes to this project will be documented in this file.

### 🚀 Features

- *(hoola-audio)* Mp3 handling
- *(hoola-audio)* Ogg and wav support
- *(hoola-audio)* Better logging
- *(ttw)* Stage I
- *(ttw)* Stage II
- *(ttw)* Stage III
- *(ttw)* Stage IV
- *(ttw)* Stage V
- *(ttw)* Stage VI
- *(ttw)* Stage VII
- *(ttw)* Stage VIII (variables)
- *(ttw)* Asset::Copy
- *(ttw)* Stage IX (all assets initially handled)
- *(ttw)* Multithreading support
- *(ttw)* Ttw installer functionality is fully ported ☢️

### 🐛 Bug Fixes

- *(ttw)* Variable resolving
- *(ttw)* Ogg resampling
- *(ttw)* Fix asset handling

### 🚜 Refactor

- *(ttw)* Type safety for manifest file
- Cleanup warnings
- Cleanup ttw installer code

## [0.11.3] - 2025-01-15

### 🚀 Features

- *(archives)* Bethesda archives now extract a bit more optimally, extracting archives through cli

## [0.11.2] - 2025-01-14
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
default-members = ["crates/hoolamike"]

[workspace.package]
version = "0.11.3"
version = "0.12.0"
license = "MIT"
repository = "https://github.com/Niedzwiedzw/hoolamike"
categories = ["modding"]
Expand Down

0 comments on commit 01e328a

Please sign in to comment.