File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.3.2] - 2026-04-07
6+
7+ ### Milestone 4 — KPM pipeline correctness
8+
9+ ### 🐛 Bug Fixes
10+
11+ - Fset3 KpmImageInfo field order and enable full pipeline test
12+ - Improve assertion formatting in test_matched_db_id_zero_finds_pose
13+ - Formatting style causing CI failure
14+ - Gate simple_nft example behind ffi-backend feature
15+ - Formatting in the new surface.rs file
16+
17+ ### 🚀 Features
18+
19+ - Add simple_nft example demonstrating KPM detection → AR2 tracking pipeline
20+ - Add WasmNFTHandle for AR2 tracking in WASM and NFT demo page
21+ - Add pinball demo image and update simple NFT example to use it
22+
23+ ### 🚜 Refactor
24+
25+ - Add ar2_read_surface_set to match C++ nftSimple pattern
26+ - Extract surface types and functions into new ar2/surface.rs
27+
528## [ 0.3.1] - 2026-04-06
629
730### Milestone 3 — Architectural consolidation
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ exclude = [
99resolver = " 2"
1010
1111[workspace .package ]
12- version = " 0.3.1 "
12+ version = " 0.3.2 "
1313authors = [" kalwalt <github@kalwaltart.it>" ]
1414edition = " 2021"
1515description = " A high-performance, memory-safe Rust port of WebARKitLib (ARToolKit) for native and WASM."
Original file line number Diff line number Diff line change 55 " kalwalt \u003c github@kalwaltart.it\u003e "
66 ],
77 "description" : " A high-performance, memory-safe Rust port of WebARKitLib (ARToolKit) for native and WASM." ,
8- "version" : " 0.3.1 " ,
8+ "version" : " 0.3.2 " ,
99 "license" : " LGPL-3.0-or-later" ,
1010 "repository" : {
1111 "type" : " git" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " webarkitlib-rs" ,
3- "version" : " 0.3.1 " ,
3+ "version" : " 0.3.2 " ,
44 "description" : " Port of WebARKitLib (ARToolKit) to Rust and WASM" ,
55 "private" : true ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments