Skip to content

Commit

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

### 🚀 Features

- *(bsa)* Unpacking multiple bsa files is now significantly faster, audio cli
- *(ttw)* Fixed resampling at cost of higher memory usage
- *(ttw)* Use smallvec to speed up allocations

### 🐛 Bug Fixes

- *(ttw)* Respect compression requirement

### ⚙️ Miscellaneous Tasks

- Performance flags by default

## [0.12.5] - 2025-01-21

### 🚀 Features

- *(fnv)* Bsas are now compressed using correct format (fixes Begin Again and Tale of two Wastelands)

## [0.12.4] - 2025-01-20
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.12.5"
version = "0.13.0"
license = "MIT"
repository = "https://github.com/Niedzwiedzw/hoolamike"
categories = ["modding"]
Expand Down

0 comments on commit 55dae5a

Please sign in to comment.