Compare commits

...

2 Commits

Author SHA1 Message Date
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...154f4dfdb0

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.128",
"description": "Paarrot - A Matrix client based on Cinny",
"engines": {
"node": ">=18.0.0"