@@ -11,14 +11,32 @@ IssueTracker: https://github.com/potatameister/PaperKnife/issues
1111
1212AutoName : PaperKnife
1313
14+ Summary : Privacy-first PDF utility (Zero-Server Architecture)
15+ Description : |-
16+ PaperKnife is a professional-grade, open-source PDF utility designed with a
17+ "Zero-Server Architecture." Every operation (Merge, Split, Compress, etc.)
18+ happens 100% locally on your device.
19+
20+ Your data never leaves your phone.
21+
22+ Core Features:
23+ - Merge, Split, and Compress PDFs.
24+ - Protect and Unlock with strong encryption.
25+ - Convert Images to PDF and vice versa.
26+ - Edit metadata and sign documents electronically.
27+
28+ Built for the community, PaperKnife is fully open-source and contains no tracking,
29+ no analytics, and no advertisements.
30+
1431RepoType : git
1532Repo : https://github.com/potatameister/PaperKnife.git
16- Binaries : https://github.com/potatameister/PaperKnife/releases/download/v%v/paperknife-lite-v%v.apk
33+ Binaries :
34+ https://github.com/potatameister/PaperKnife/releases/download/v%v/paperknife-lite-v%v.apk
1735
1836Builds :
19- - versionName : 1.0.8
20- versionCode : 10008
21- commit : v1.0.8
37+ - versionName : 1.0.9
38+ versionCode : 10009
39+ commit : v1.0.9
2240 subdir : android/app
2341 sudo :
2442 - curl -Lo node.tar.gz https://nodejs.org/download/release/v22.21.1/node-v22.21.1-linux-x64.tar.gz
@@ -33,10 +51,18 @@ Builds:
3351 - npm ci
3452 - npm run build
3553 - npx cap sync android
54+ scanignore :
55+ - node_modules/@capacitor/cli/assets/capacitor-cordova-android-plugins.tar.gz
56+ - node_modules/@capacitor/cli/assets/ios-pods-template.tar.gz
57+ - node_modules/@capacitor/cli/assets/ios-spm-template.tar.gz
58+ - node_modules/@capacitor/cli/assets/android-template.tar.gz
59+ - node_modules/@capacitor/cli/assets/capacitor-cordova-ios-plugins.tar.gz
60+ scandelete :
61+ - node_modules
3662
3763AllowedAPKSigningKeys : aee95e35a247e9fb0fe0b41c0977f889b733c38988c2d1c680f714e318c1e976
3864
3965AutoUpdateMode : Version
4066UpdateCheckMode : Tags
41- CurrentVersion : 1.0.8
42- CurrentVersionCode : 10008
67+ CurrentVersion : 1.0.9
68+ CurrentVersionCode : 10009
0 commit comments