Compare commits

..

4 Commits

Author SHA1 Message Date
GitHub Actions
53bfd1c84e chore: bump version to 4.11.76 [skip ci] 2026-04-07 06:46:45 +00:00
b179c46e35 chore: update subproject commit reference to 0659f3c
All checks were successful
Build / increment-version (push) Successful in 5s
Build / build-android (push) Successful in 4m23s
Build / create-release (push) Successful in 7s
2026-04-07 16:45:29 +10:00
GitHub Actions
338e51bcbc chore: bump version to 4.11.75 [skip ci] 2026-04-07 06:18:20 +00:00
cce84abfe1 feat: rename release APK to Paarrot.apk, add obtainium.json
All checks were successful
Build / increment-version (push) Successful in 6s
Build / build-android (push) Successful in 4m30s
Build / create-release (push) Successful in 8s
2026-04-07 16:18:13 +10:00
4 changed files with 14 additions and 3 deletions

View File

@@ -151,7 +151,11 @@ jobs:
- name: Prepare release files
run: |
mkdir -p release-files
find artifacts -type f \( -name "*.exe" -o -name "*.AppImage" -o -name "*.nupkg" -o -name "*.apk" -o -name "RELEASES*" \) -exec cp {} release-files/ \;
find artifacts -type f \( -name "*.exe" -o -name "*.AppImage" -o -name "*.nupkg" -o -name "RELEASES*" \) -exec cp {} release-files/ \;
APK=$(find artifacts -type f -name "*.apk" | head -1)
if [ -n "$APK" ]; then
cp "$APK" "release-files/Paarrot.apk"
fi
ls -la release-files/
- name: Create or Update Release

2
cinny

Submodule cinny updated: f64ce6168d...0659f3c1b0

7
obtainium.json Normal file
View File

@@ -0,0 +1,7 @@
{
"id": "com.paarrot.app",
"url": "http://synbox.ruv.wtf:8418/litruv/cinny-mobile",
"author": "litruv",
"name": "Paarrot",
"additionalSettings": "{\"apkFilterRegEx\":\"Paarrot\\\\.apk\",\"invertAPKFilter\":false,\"autoApkFilterByArch\":true,\"releaseIdSkipPatterns\":[],\"sortMethodChoice\":0}"
}

View File

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