Compare commits

...

4 Commits

Author SHA1 Message Date
GitHub Actions
ac863b3c1a chore: bump version to 4.11.129 [skip ci] 2026-07-22 15:22:58 +00:00
a889b67c2e Sync cinny: Stationery and Stationery Dark themes.
All checks were successful
Build / increment-version (push) Successful in 5s
Build / build-android (push) Successful in 5m1s
Build / create-release (push) Successful in 13s
2026-07-23 01:22:50 +10:00
GitHub Actions
4618d59605 chore: bump version to 4.11.128 [skip ci] 2026-07-14 17:20:29 +00:00
697f03bc51 fix: bump cinny for Inter Variable / emoji space metrics
All checks were successful
Build / increment-version (push) Successful in 8s
Build / build-android (push) Successful in 4m52s
Build / create-release (push) Successful in 14s
Point at cinny 154f4dfd (correct Inter Variable name + emoji unicode-range)
and keep the mobile overlay font stack in sync.
2026-07-15 03:20:21 +10:00
3 changed files with 4 additions and 4 deletions

2
cinny

Submodule cinny updated: 9c7f71896c...61d41900cc

View File

@@ -45,7 +45,7 @@
--mx-uc-8: hsl(94, 100%, 35%);
--font-emoji: 'AppleColorEmoji';
--font-secondary: 'InterVariable', sans-serif;
--font-secondary: 'Inter Variable', sans-serif;
}
.dark-theme,
@@ -65,7 +65,7 @@
--mx-uc-7: hsl(243, 100%, 80%);
--mx-uc-8: hsl(94, 100%, 80%);
--font-secondary: 'InterVariable', sans-serif;
--font-secondary: 'Inter Variable', sans-serif;
}
html {

View File

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