Skip to content

Commit a6ea90a

Browse files
committed
Release hashavatar 0.4.0
1 parent ecb4fea commit a6ea90a

12 files changed

Lines changed: 3751 additions & 744 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ target/
1111
Thumbs.db
1212
.idea/
1313
.vscode/
14+
.codex
15+
.agents
1416

1517
# Local logs and temp files
1618
*.log

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.4.0
4+
5+
- Added `transparent` background support for raster and SVG avatars
6+
- Added `black`, `dark`, and `light` background modes
7+
- Added `JPEG` and `GIF` raster export formats
8+
- Added new avatar families: `planet`, `rocket`, `mushroom`, `cactus`, `frog`, and `panda`
9+
- Added new food and adventure families: `cupcake`, `pizza`, `icecream`, `octopus`, and `knight`
10+
- Improved identity-driven variation for `ghost`, `slime`, `wizard`, and `skull`
11+
- Added stricter input and dimension validation for safer public avatar endpoints
12+
- Removed a vulnerable transitive dependency path while keeping drawing code asset-free
13+
- Refreshed README examples and demo preset identities for the latest public API
14+
315
## 0.3.0
416

517
- Added namespace-aware identity hashing through `AvatarNamespace`

0 commit comments

Comments
 (0)