chore: prepare to publish
This commit is contained in:
113
CHANGELOG.md
Normal file
113
CHANGELOG.md
Normal file
@@ -0,0 +1,113 @@
|
||||
### v0.2.0 (Stable)
|
||||
|
||||
**Date:** 2026-06-20
|
||||
|
||||
**What's Changed:**
|
||||
|
||||
* Fixed the issue that cause app crashing
|
||||
* Added screener for new message requests
|
||||
* Added request messages screen
|
||||
* Added contact list screen
|
||||
|
||||
---
|
||||
|
||||
### v0.1.9 (Pre-Release)
|
||||
|
||||
**Date:** 2026-06-12
|
||||
|
||||
**What's Changed:**
|
||||
|
||||
* Fixed the issue that cause app crashing
|
||||
* Added relay management
|
||||
|
||||
---
|
||||
|
||||
### v0.1.8 (Pre-Release)
|
||||
|
||||
**Date:** 2026-06-09
|
||||
|
||||
**What's Changed:**
|
||||
|
||||
* Added support for NIP-55 (use external signer like Amber)
|
||||
|
||||
---
|
||||
|
||||
### v0.1.7 (Pre-Release)
|
||||
|
||||
**Date:** 2026-06-07
|
||||
|
||||
**What's Changed:**
|
||||
|
||||
* Added a screen for update profile
|
||||
* Fixed occasional splash screen hang
|
||||
* Improved the battery usage in background
|
||||
|
||||
---
|
||||
|
||||
### v0.1.6 (Pre-Release)
|
||||
|
||||
**Date:** 2026-06-04
|
||||
|
||||
**What's Changed:**
|
||||
|
||||
* Added self chat
|
||||
* Fixed empty chat rooms on refreshes
|
||||
* Fixed crash on startup
|
||||
|
||||
---
|
||||
|
||||
### v0.1.5 (Pre-Release)
|
||||
|
||||
**Date:** 2026-06-03
|
||||
|
||||
**What's Changed:**
|
||||
|
||||
* Added crash report screen
|
||||
* Added notification permission banner
|
||||
* Fixed navigation issues after create or import identity
|
||||
|
||||
---
|
||||
|
||||
### v0.1.4 (Pre-Release)
|
||||
|
||||
**Date:** 2026-06-01
|
||||
|
||||
**What's Changed:**
|
||||
|
||||
* Added the deep link to allow user open chat screen directly via notification
|
||||
* Fixed the issue cause app crash if room has no member
|
||||
* Improve stability and performance
|
||||
|
||||
---
|
||||
|
||||
### v0.1.3 (Pre-Release)
|
||||
|
||||
**Date:** 2026-05-29
|
||||
|
||||
**What's Changed:**
|
||||
|
||||
* Added basic notification when the app in background
|
||||
* Redesign the splash screen
|
||||
* Redesign the onboarding screen
|
||||
* Improved UX for the new identity creation and import screen
|
||||
* Fixed some issues cause app crashes
|
||||
|
||||
---
|
||||
|
||||
### v0.1.2 (Pre-Release)
|
||||
|
||||
**Date:** 2026-05-24
|
||||
|
||||
**What's Changed:**
|
||||
|
||||
* Fixed the issue that cause app crash when open new chat room via QR
|
||||
|
||||
---
|
||||
|
||||
### v0.1.1 (Pre-Release)
|
||||
|
||||
**Date:** 2026-05-23
|
||||
|
||||
**What's Changed:**
|
||||
|
||||
* Fixed the issue that cause app crash on startup
|
||||
BIN
assets/icon.png
Normal file
BIN
assets/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
64
zapstore.yaml
Normal file
64
zapstore.yaml
Normal file
@@ -0,0 +1,64 @@
|
||||
# ═══════════════════════════════════════════════════════════════════
|
||||
# SOURCE CONFIGURATION
|
||||
# ═══════════════════════════════════════════════════════════════════
|
||||
|
||||
repository: https://git.reya.su/reya/coop-mobile
|
||||
release_source: https://git.reya.su/reya/coop-mobile/releases/latest/coop-release.apk
|
||||
|
||||
# ═══════════════════════════════════════════════════════════════════
|
||||
# APP METADATA
|
||||
# ═══════════════════════════════════════════════════════════════════
|
||||
|
||||
name: Coop
|
||||
summary: Chat and Co-op Privately
|
||||
license: GPLv3
|
||||
website: https://reya.su/coop
|
||||
|
||||
description: |
|
||||
My App is a powerful tool that helps you accomplish your goals.
|
||||
|
||||
Features:
|
||||
- Feature one
|
||||
- Feature two
|
||||
|
||||
tags:
|
||||
- messaging
|
||||
- nostr
|
||||
|
||||
# ═══════════════════════════════════════════════════════════════════
|
||||
# MEDIA
|
||||
# ═══════════════════════════════════════════════════════════════════
|
||||
|
||||
icon: ./assets/icon.png
|
||||
|
||||
images:
|
||||
- ./assets/screenshots/screen1.png
|
||||
- ./assets/screenshots/screen2.png
|
||||
- ./assets/screenshots/screen3.png
|
||||
- ./assets/screenshots/screen4.png
|
||||
|
||||
# ═══════════════════════════════════════════════════════════════════
|
||||
# RELEASE CONFIGURATION
|
||||
# ═══════════════════════════════════════════════════════════════════
|
||||
|
||||
release_notes: ./CHANGELOG.md
|
||||
|
||||
# ═══════════════════════════════════════════════════════════════════
|
||||
# NOSTR-SPECIFIC
|
||||
# ═══════════════════════════════════════════════════════════════════
|
||||
|
||||
supported_nips:
|
||||
- "01"
|
||||
- "17"
|
||||
- "46"
|
||||
- "55"
|
||||
- "59"
|
||||
|
||||
min_allowed_version_code: 100
|
||||
|
||||
# ═══════════════════════════════════════════════════════════════════
|
||||
# METADATA SOURCES
|
||||
# ═══════════════════════════════════════════════════════════════════
|
||||
|
||||
metadata_sources:
|
||||
- playstore
|
||||
Reference in New Issue
Block a user