Skip to content

Commit 9be3faa

Browse files
committed
chore: release v0.17.0
1 parent 35c15a8 commit 9be3faa

File tree

5 files changed

+31
-5
lines changed

5 files changed

+31
-5
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.17.0]
6+
7+
### Changed
8+
9+
- **GitHub Username Migration**: Updated all repository URLs and references from `ryblogs` to `sullenb`
10+
- Updated Cargo.toml repository and homepage URLs
11+
- Updated GitHub Actions workflows for deploy and release
12+
- Updated Homebrew tap reference to `sullenb/homebrew-tap`
13+
- Updated all installation instructions in README
14+
15+
### Added
16+
17+
- **Web UI Enhancements**:
18+
- Dark tile theme with toggle option
19+
- Improved score result layout
20+
- Custom domain support (agari.org)
21+
22+
### Fixed
23+
24+
- **Mobile UX**: Prevented double-tap-to-zoom on mobile tile interactions
25+
26+
### Documentation
27+
28+
- Enhanced README with images and web frontend information
29+
- Updated live demo URL to agari.org
30+
531
## [0.16.0]
632

733
### Added

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lto = "thin"
1212
opt-level = "z"
1313

1414
[workspace.package]
15-
version = "0.16.0"
15+
version = "0.17.0"
1616
edition = "2024"
1717
repository = "https://github.com/sullenb/agari"
1818
homepage = "https://github.com/sullenb/agari"

crates/agari-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agari"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
edition = "2024"
55
repository = "https://github.com/sullenb/agari"
66
homepage = "https://github.com/sullenb/agari"

crates/agari-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agari-wasm"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
edition = "2024"
55
description = "WebAssembly bindings for Agari Riichi Mahjong scoring engine"
66
license = "MIT"

0 commit comments

Comments
 (0)