File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,22 @@ and this project adheres to
100100 - Shows camera animation track summary
101101 - Shows light animation track summary
102102 - Displays total keyframe counts for each animation type
103+ - ** M2 Format** : ` AnimationManagerBuilder ` for direct M2Model integration
104+ - Creates ` AnimationManager ` from parsed ` M2Model ` data
105+ - Resolves bone animation tracks (translation, rotation, scale)
106+ - Converts M2Animation sequences to runtime format
107+ - Handles both pre-WotLK (ranged) and WotLK+ (per-sequence) data layouts
108+
109+ ### Changed
110+
111+ - ** Build** : MSRV upgraded from 1.86 to 1.92.0
112+ - Updated ` rust-version ` in workspace ` Cargo.toml `
113+ - Updated CI workflow toolchain versions
114+ - Added ` rust-toolchain.toml ` for consistent local development
115+ - ** Build** : Code updated for Rust 1.92.0 clippy lints
116+ - ` collapsible_if ` : Use ` if let ... && condition ` syntax (let_chains)
117+ - ` manual_is_multiple_of ` : Use ` is_multiple_of() ` method
118+ - Affects 38 files across all workspace crates
103119
104120## [ 0.5.0] - 2025-01-09
105121
You can’t perform that action at this time.
0 commit comments