chore: update metadata and version

This commit is contained in:
2025-08-05 15:06:51 +07:00
parent 053ecc6a15
commit d6edc8b546
22 changed files with 74 additions and 30 deletions

26
Cargo.lock generated
View File

@@ -178,7 +178,7 @@ dependencies = [
[[package]]
name = "assets"
version = "1.0.0-beta"
version = "0.2.0"
dependencies = [
"anyhow",
"gpui",
@@ -417,7 +417,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "auto_update"
version = "1.0.0-beta"
version = "0.2.0"
dependencies = [
"anyhow",
"cargo-packager-updater",
@@ -1021,7 +1021,7 @@ dependencies = [
[[package]]
name = "client_keys"
version = "1.0.0-beta"
version = "0.2.0"
dependencies = [
"anyhow",
"global",
@@ -1158,7 +1158,7 @@ dependencies = [
[[package]]
name = "common"
version = "1.0.0-beta"
version = "0.2.0"
dependencies = [
"anyhow",
"chrono",
@@ -1214,7 +1214,7 @@ checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[package]]
name = "coop"
version = "1.0.0-beta"
version = "0.2.0"
dependencies = [
"anyhow",
"assets",
@@ -2342,7 +2342,7 @@ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
[[package]]
name = "global"
version = "1.0.0-beta"
version = "0.2.0"
dependencies = [
"anyhow",
"dirs 5.0.1",
@@ -2885,7 +2885,7 @@ dependencies = [
[[package]]
name = "i18n"
version = "1.0.0-beta"
version = "0.2.0"
dependencies = [
"rust-i18n",
]
@@ -3002,7 +3002,7 @@ dependencies = [
[[package]]
name = "identity"
version = "1.0.0-beta"
version = "0.2.0"
dependencies = [
"anyhow",
"client_keys",
@@ -5020,7 +5020,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
[[package]]
name = "registry"
version = "1.0.0-beta"
version = "0.2.0"
dependencies = [
"anyhow",
"chrono",
@@ -5811,7 +5811,7 @@ dependencies = [
[[package]]
name = "settings"
version = "1.0.0-beta"
version = "0.2.0"
dependencies = [
"anyhow",
"global",
@@ -6374,7 +6374,7 @@ dependencies = [
[[package]]
name = "theme"
version = "1.0.0-beta"
version = "0.2.0"
dependencies = [
"anyhow",
"gpui",
@@ -6534,7 +6534,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "title_bar"
version = "1.0.0-beta"
version = "0.2.0"
dependencies = [
"anyhow",
"common",
@@ -6905,7 +6905,7 @@ dependencies = [
[[package]]
name = "ui"
version = "1.0.0-beta"
version = "0.2.0"
dependencies = [
"anyhow",
"common",

View File

@@ -4,7 +4,7 @@ members = ["crates/*"]
default-members = ["crates/coop"]
[workspace.package]
version = "1.0.0-beta"
version = "0.2.0"
edition = "2021"
publish = false

View File

@@ -1,4 +1,4 @@
![CoopDemo](/docs/coop.jpg)
![Coop](/docs/coop.png)
<p>
<a href="https://github.com/lumehq/coop/actions/workflows/rust.yml">
@@ -9,9 +9,26 @@
<img alt="GitHub pull requests" src="https://img.shields.io/github/issues-pr/lumehq/coop">
</p>
Coop is a simple, fast, customizable nostr client for secure messaging across all platforms.
Coop is a simple, fast, and reliable nostr client for secure messaging across all platforms.
> Note: Coop is currently in **beta**. While functional, it may have bugs or missing features. We welcome your feedback via the [GitHub Issue Tracker](https://github.com/lumehq/coop/issues) to help improve it.
### Screenshots
<p float="left">
<img src="/docs/mac_01.png" width="250" />
<img src="/docs/mac_02.png" width="250" />
<img src="/docs/mac_03.png" width="250" />
<img src="/docs/mac_04.png" width="250" />
<img src="/docs/mac_05.png" width="250" />
<img src="/docs/mac_06.png" width="250" />
<img src="/docs/mac_07.png" width="250" />
<img src="/docs/mac_08.png" width="250" />
<img src="/docs/mac_09.png" width="250" />
<img src="/docs/linux_01.png" width="250" />
<img src="/docs/linux_02.png" width="250" />
<img src="/docs/linux_03.png" width="250" />
<img src="/docs/linux_04.png" width="250" />
<img src="/docs/linux_05.png" width="250" />
</p>
### Installation

View File

@@ -14,7 +14,7 @@ product-name = "Coop"
description = "Chat Freely, Stay Private on Nostr"
identifier = "su.reya.coop"
category = "SocialNetworking"
version = "1.0.0-beta"
version = "0.2.0"
out-dir = "../../dist"
before-packaging-command = "cargo build --release"
resources = ["Cargo.toml", "src"]

View File

@@ -2,16 +2,24 @@
<component type="desktop-application">
<id>$APP_ID</id>
<metadata_license>MIT</metadata_license>
<project_license>AGPL-3.0-or-later and Apache-2.0 and GPL-3.0-or-later</project_license>
<project_license>GPL-3.0-or-later</project_license>
<name>$APP_NAME</name>
<summary>Chat Freely, Stay Private on Nostr</summary>
<developer id="dev.Coop">
<developer id="su.reya">
<name translate="no">Ren Amamiya</name>
</developer>
<description>
<p>
Chat Freely, Stay Private on Nostr
Chat freely without sharing phone numbers or emails.
</p>
<p>
Your messages are encrypted, and your privacy stays protected.
</p>
<p>
Just privacy, made simple - with Nostr.
</p>
</description>
@@ -27,17 +35,18 @@
<content_attribute id="social-audio">intense</content_attribute>
</content_rating>
<url type="homepage">https://coopchat.com</url>
<url type="homepage">https://reya.su/coop</url>
<url type="bugtracker">https://github.com/lumehq/coop/issues</url>
<url type="faq">https://coopchat.com/faq</url>
<url type="help">https://coopchat.com/docs/getting-started</url>
<url type="contact">https://coopchat.com/community-links</url>
<url type="faq">https://github.com/lumehq/coop</url>
<url type="help">https://github.com/lumehq/coop/issues</url>
<url type="contact">https://reya.su/</url>
<url type="vcs-browser">https://github.com/lumehq/coop</url>
<url type="contribute">https://github.com/lumehq/coop/blob/main/CONTRIBUTING.md</url>
<supports>
<internet>offline-only</internet>
<internet>yes</internet>
</supports>
<recommends>
<control>pointing</control>
<control>keyboard</control>
@@ -46,8 +55,24 @@
<screenshots>
<screenshot type="default">
<caption>Coop</caption>
<image>https://coopchat.com/img/flatpak/flatpak-1.png</image>
<caption>Coop with the default screen, showing current user's chat rooms</caption>
<image>https://npub1zfss807aer0j26mwp2la0ume0jqde3823rmu97ra6sgyyg956e0s6xw445.blossom.band/07b03b8c269b67eedcd265d11ebe7384ba797364056a60105cd02cf34de4eff2.png</image>
</screenshot>
<screenshot>
<caption>Example of chat room's message list</caption>
<image>https://npub1zfss807aer0j26mwp2la0ume0jqde3823rmu97ra6sgyyg956e0s6xw445.blossom.band/4125cd78696274e92c53c09ac2fed0c8c7a74912dca6ab80bef21badd6ae4232.png</image>
</screenshot>
<screenshot>
<caption>Coop in Dark Mode with split panels feature</caption>
<image>https://npub1zfss807aer0j26mwp2la0ume0jqde3823rmu97ra6sgyyg956e0s6xw445.blossom.band/9cea2a2d5d18ec6472d357f7288f283dc43c672580956cef3242f0d07e214691.png</image>
</screenshot>
<screenshot>
<caption>Example of screening chat request</caption>
<image>https://npub1zfss807aer0j26mwp2la0ume0jqde3823rmu97ra6sgyyg956e0s6xw445.blossom.band/6f1c32b150788b706dd29a311bd7e342c63387013c0b084392b2e5a05c7908d5.png</image>
</screenshot>
<screenshot>
<caption>Example of composing a new message</caption>
<image>https://npub1zfss807aer0j26mwp2la0ume0jqde3823rmu97ra6sgyyg956e0s6xw445.blossom.band/9be26d1132de3feff0a518cb17afd8319e421ed2cfb0035cb47aceba928bf96d.png</image>
</screenshot>
</screenshots>

View File

@@ -4,11 +4,13 @@ base: core24
version: "$RELEASE_VERSION"
summary: Chat Freely, Stay Private on Nostr
description: |
Chat Freely, Stay Private on Nostr.
Chat freely without sharing phone numbers or emails.
Your messages are encrypted, and your privacy stays protected.
Just privacy, made simple - with Nostr.
grade: stable
confinement: classic
compression: lzo
website: https://coopchat.com/
website: https://reya.su/coop
source-code: https://github.com/lumehq/coop
issues: https://github.com/lumehq/coop/issues
contact: https://reya.su

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

BIN
docs/coop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 769 KiB

BIN
docs/linux_01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

BIN
docs/linux_02.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 KiB

BIN
docs/linux_03.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 KiB

BIN
docs/linux_04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 KiB

BIN
docs/linux_05.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 KiB

BIN
docs/mac_01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 KiB

BIN
docs/mac_02.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 862 KiB

BIN
docs/mac_03.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 809 KiB

BIN
docs/mac_04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 634 KiB

BIN
docs/mac_05.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 803 KiB

BIN
docs/mac_06.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 651 KiB

BIN
docs/mac_07.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 663 KiB

BIN
docs/mac_08.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 696 KiB

BIN
docs/mac_09.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 KiB