diff --git a/resources/in.cinny.cinnyapp.appdata.xml b/resources/in.cinny.cinnyapp.appdata.xml new file mode 100644 index 0000000..39096be --- /dev/null +++ b/resources/in.cinny.cinnyapp.appdata.xml @@ -0,0 +1,81 @@ + + + + in.cinny.cinnyapp + CC0-1.0 + MIT + Cinny + Yet another matrix client + + +

+ Cinny is a matrix client focusing primarily on simple, elegant and secure interface. +

+
+ + + cinnyapp + + + Ajay Bura + https://cinny.in + https://github.com/ajbura/cinny/issues + https://cinny.in/#sponsor + + + none + none + none + none + none + none + none + none + none + none + none + none + none + none + none + none + none + intense + none + none + none + none + none + none + none + none + none + + + + workstation + mobile + + + + + https://github.com/cinnyapp/cinny-desktop/media/branch/main/resources/screenshot1.png + + + https://github.com/cinnyapp/cinny-desktop/media/branch/main/resources/screenshot2.png + + + https://github.com/cinnyapp/cinny-desktop/media/branch/main/resources/screenshot3.png + + + + + + +
    +
  • 2.0.0 release.
  • +
+
+
+
+
\ No newline at end of file diff --git a/resources/in.cinny.cinnyapp.desktop b/resources/in.cinny.cinnyapp.desktop new file mode 100644 index 0000000..dbd0d5a --- /dev/null +++ b/resources/in.cinny.cinnyapp.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Name=Cinny +Comment=A matrix client with focus on simple, elegant and secure interface. +Exec=cinnyapp +Icon=cinny +Terminal=false +Categories=Network;InstantMessaging; +Keywords=Matrix;matrix.org;chat;irc;communications;talk;riot;element;fractal;voip; +X-Purism-FormFactor=Workstation;Mobile; \ No newline at end of file diff --git a/resources/screenshot1.png b/resources/screenshot1.png new file mode 100644 index 0000000..b4c2aae Binary files /dev/null and b/resources/screenshot1.png differ diff --git a/resources/screenshot2.png b/resources/screenshot2.png new file mode 100644 index 0000000..6f7bae5 Binary files /dev/null and b/resources/screenshot2.png differ diff --git a/resources/screenshot3.png b/resources/screenshot3.png new file mode 100644 index 0000000..5c48dc4 Binary files /dev/null and b/resources/screenshot3.png differ diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 9c6a661..cdb0f68 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -277,7 +277,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cinny" -version = "1.8.2" +version = "2.0.0" dependencies = [ "serde", "serde_json",