Compare commits

...

16 Commits

Author SHA1 Message Date
GitHub Actions
58725ea57f chore: bump version to 4.11.161 [skip ci] 2026-08-23 14:55:12 +00:00
GitHub Actions
e68d348355 Bump cinny: Add Discord collectibles to profiles, messages, and settings.
All checks were successful
Build / increment-version (push) Successful in 5s
Build / build-android (push) Successful in 6m13s
2026-08-23 14:55:04 +00:00
GitHub Actions
eb8cea132e chore: bump version to 4.11.160 [skip ci] 2026-08-23 06:55:17 +00:00
GitHub Actions
5da90f708d Bump cinny: Fix What's New dialog layout and improve dev styling/debugging.
All checks were successful
Build / increment-version (push) Successful in 5s
Build / build-android (push) Successful in 6m30s
2026-08-23 06:55:09 +00:00
GitHub Actions
492c93400c chore: bump version to 4.11.159 [skip ci] 2026-08-23 06:19:12 +00:00
2fa800e4d6 Fix useOtherUserColor crash when sender has an avatar MXC URL.
All checks were successful
Build / increment-version (push) Successful in 5s
Build / build-android (push) Successful in 6m42s
Pass the Matrix room to useOtherUserColor in overlay Message.tsx instead of
senderAvatarMxc, and bump cinny for Android About/updates fixes.
2026-08-23 16:19:03 +10:00
GitHub Actions
e817b4e608 chore: bump version to 4.11.158 [skip ci] 2026-08-23 06:18:55 +00:00
GitHub Actions
b1b2d916fe Bump cinny: Fix Android updates dialog, mobile About page, and user color crash guard.
Some checks failed
Build / increment-version (push) Successful in 5s
Build / build-android (push) Has been cancelled
2026-08-23 06:18:49 +00:00
GitHub Actions
28430b6f2e chore: bump version to 4.11.157 [skip ci] 2026-08-22 22:38:40 +00:00
GitHub Actions
0bbc371603 Bump cinny: Fix View updates on Android: bundled notes, portal stack, tap handling.
All checks were successful
Build / increment-version (push) Successful in 6s
Build / build-android (push) Successful in 6m16s
2026-08-22 22:38:34 +00:00
GitHub Actions
aa86414532 chore: bump version to 4.11.156 [skip ci] 2026-08-22 22:26:55 +00:00
GitHub Actions
83c42d7985 Bump cinny: Move update manifest generator into cinny for standalone Android builds.
All checks were successful
Build / increment-version (push) Successful in 5s
Build / build-android (push) Successful in 6m34s
2026-08-22 22:26:49 +00:00
GitHub Actions
898e674160 chore: bump version to 4.11.155 [skip ci] 2026-08-22 22:23:48 +00:00
GitHub Actions
0133505baf Bump cinny: Fix auto-show of What's New on first launch after an app update.
Some checks failed
Build / increment-version (push) Successful in 5s
Build / build-android (push) Failing after 1m36s
2026-08-22 22:23:40 +00:00
GitHub Actions
0ca65c5a13 chore: bump version to 4.11.154 [skip ci] 2026-08-22 22:20:07 +00:00
GitHub Actions
ec2c7634bb Bump cinny: Fix updates dialog on Android by portaling above Settings and resolving Capacitor asset URLs.
Some checks failed
Build / increment-version (push) Successful in 5s
Build / build-android (push) Failing after 1m14s
2026-08-22 22:20:01 +00:00
3 changed files with 3 additions and 3 deletions

2
cinny

Submodule cinny updated: e65a516350...0cbc5d9a1c

View File

@@ -785,7 +785,7 @@ export const Message = as<'div', MessageProps>(
const senderAvatarMxc = getMemberAvatarMxc(room, senderId);
// Get custom user color from avatar metadata (takes priority)
const customUserColor = useOtherUserColor(senderId, senderAvatarMxc);
const customUserColor = useOtherUserColor(senderId, room);
const tagColor = memberPowerTag?.color
? accessibleTagColors?.get(memberPowerTag.color)

View File

@@ -1,6 +1,6 @@
{
"name": "paarrot",
"version": "4.11.153",
"version": "4.11.161",
"description": "Paarrot - A Matrix client based on Cinny",
"engines": {
"node": ">=18.0.0"