v0.0.4: unique colors per peer in web UI

Each peer gets a stable color from a 12-color palette based on
their fingerprint/alias hash. Self messages stay green.
No more same-color for different users.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Siavash Sameni
2026-03-27 09:30:55 +04:00
parent 1aba435af3
commit 4fc1cc2ab1
3 changed files with 17 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ members = [
]
[workspace.package]
version = "0.0.3"
version = "0.0.4"
edition = "2021"
license = "MIT"
rust-version = "1.75"