Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.3](https://github.com/KarpelesLab/anydcode/compare/v0.1.2...v0.1.3) - 2026-07-29

### Other

- automatic mode selection for QR-family and Han Xin build_text
- image sampler β€” camera detection for all 34 size variants
- image sampler β€” camera detection for all 32 rectangular sizes
- image samplers β€” camera detection via native fiducials

### Added

- automatic mode selection: `build_text` for QR, Micro QR (new), rMQR and Han Xin
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anyd"
version = "0.1.2"
version = "0.1.3"
edition = "2024"
rust-version = "1.89"
license = "MIT"
Expand Down