mirror of
https://github.com/zapstore/zapstore.git
synced 2026-09-14 03:05:06 +00:00
1.1.2
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
.vscode/settings.json
|
||||
.agents/
|
||||
|
||||
# Miscellaneous
|
||||
*.class
|
||||
|
||||
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.1.2] - 2026-08-27
|
||||
|
||||
### Added
|
||||
|
||||
- App info shows the Android installer package ID when the app was not installed by Zapstore
|
||||
|
||||
### Fixed
|
||||
|
||||
- Reject Nostr events whose claimed id no longer matches the serialized event (tampered kind/content)
|
||||
|
||||
## [1.1.1] - 2026-07-25
|
||||
|
||||
### Changed
|
||||
|
||||
+3
-3
@@ -668,11 +668,11 @@ packages:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: "."
|
||||
ref: "5e48ed94c79b6c8f1564f986d14aa85352771f9f"
|
||||
resolved-ref: "5e48ed94c79b6c8f1564f986d14aa85352771f9f"
|
||||
ref: "7c5cb57b976b4efa77320c16434e41422d79b8cd"
|
||||
resolved-ref: "7c5cb57b976b4efa77320c16434e41422d79b8cd"
|
||||
url: "https://github.com/purplebase/models"
|
||||
source: git
|
||||
version: "0.3.4"
|
||||
version: "0.3.5"
|
||||
nm:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
||||
+3
-3
@@ -2,7 +2,7 @@ name: zapstore
|
||||
description: Zapstore mobile app
|
||||
publish_to: none
|
||||
|
||||
version: 1.1.1+1008
|
||||
version: 1.1.2+1009
|
||||
|
||||
environment:
|
||||
sdk: ^3.8.1
|
||||
@@ -29,7 +29,7 @@ dependencies:
|
||||
skeletonizer: ^2.1.0+1
|
||||
dart_emoji: ^0.2.0+2
|
||||
easy_image_viewer: ^1.5.1
|
||||
models: ^0.3.4
|
||||
models: ^0.3.5
|
||||
purplebase: ^0.3.4
|
||||
amber_signer: ^0.4.0
|
||||
hooks_riverpod: ^2.6.1
|
||||
@@ -64,7 +64,7 @@ dependency_overrides:
|
||||
# path: ../models
|
||||
git:
|
||||
url: https://github.com/purplebase/models
|
||||
ref: 5e48ed94c79b6c8f1564f986d14aa85352771f9f
|
||||
ref: 7c5cb57b976b4efa77320c16434e41422d79b8cd
|
||||
purplebase:
|
||||
# path: ../purplebase
|
||||
git:
|
||||
|
||||
Reference in New Issue
Block a user