Skip to content

Releases: zapstore/zapstore-cli

0.2.4

05 Aug 14:31

Choose a tag to compare

[0.2.4] - 2025-08-03

Changed

  • Fix output unsigned events ("sign with npub")

0.2.0

17 Jun 01:50

Choose a tag to compare

  • Bugfix: Github parser adding path instead of hash
  • Improvement: Allow Blossom uploads for all parsers

0.2.0-rc4

15 Jun 23:59

Choose a tag to compare

  • Bugfix: Auto-update failure based on Platform.script reported path

0.2.0-rc3

11 Jun 02:21

Choose a tag to compare

  • Feature: Implement Gitlab parser (#15)
  • Feature: Implement F-Droid/Izzy metadata fetcher (#9)
  • Feature: Preview release in HTML
  • Feature: Skip remote metadata flag
  • Improvement: Use new apk_parser package, auto-extracts icon, name, and more
  • Improvement: Better messaging, spinners
  • Improvement: non-arm64-v8a filtering
  • Bugfix: Web parser issues, JSONPath
  • Improvement: Retrieve license from Github
  • Bugfix: Events printed to stdout missing links
  • Bugfix: Broken daemon mode

0.2.0-rc2

21 May 22:44

Choose a tag to compare

[0.2.0-rc2]

  • Improvement: Sending events to stdout
  • Bugfix: WoT failure upon install
  • Bugfix: Install now works on Linux x86
  • Improvement: Add signer in install
  • Feature: Zap a package: zapstore zap

0.2.0-rc1

20 May 19:13

Choose a tag to compare

[0.2.0-rc1]

  • Feature: New AssetParser base class for streamlined local and web asset handling
  • Improvement: Implement metadata fetchers for various sources (GitHub, Play Store, etc)
  • Feature: Support for NIP-07 signing
  • Feature: Support for NIP-46 signing (requires nak for now)
  • Improvement: All file operations through Dart (removed shell calls) (faster, more portable)
  • Improvement: Add SIGN_WITH environment variable as only way of specifying signing method
  • Improvement: Ability to send unsigned events to stdout
  • Feature: Support for parsing various archive formats (zip, tar, gzip, xz, bzip2)
  • Feature: Automatic detection of executables within archives
  • Feature: Add AXML parser for AndroidManifest.xml processing (removed apktool dependency)
  • Feature: Add APK signature parser for verifying package authenticity (removed apksigner dependency)
  • Feature: Enhanced MIME type detection for various file types, including types inside compressed archive formats
  • Feature: Implemented a Blossom client for managing asset uploads
  • Improvement: Introduce robust version comparison logic (canUpgrade)
  • Feature: Add utility for extracting changelog sections for specific versions
  • Improvement: Vertex integration for Web of Trust checks
  • Improvement: Checks to prevent parsing existing releases (correctly handling updated Github releases)
  • Improvement: Simpler format for zapstore.yaml config file
  • Feature: Add discover command to find new packages
  • Feature: Show release notes in install
  • Feature: Add filtering capabilities to the list command
  • Improvement: remove command now provides better user feedback with a spinner
  • Improvement: Optimized local binary installation and linking

0.1.2

13 Nov 03:32

Choose a tag to compare

  • Migration: zap.store to zapstore.dev
  • Bugfix: Use innerHTML for app description scraped from Play Store
  • Other minor bugfixes

0.1.1

25 Oct 22:01

Choose a tag to compare

  • Feature: Add app pointer to latest release
  • Feature: Allow passing config file via argument
  • Feature: Web support
  • Feature: Daemon mode
  • Bugfix: Normalize identifiers
  • Bugfix: Silent env loading
  • Bugfix: Proper name parsing

0.1.0

02 Oct 15:14

Choose a tag to compare

  • Bugfix: Stringify versions to generate valid nostr tags
  • Bugfix: Do not require identifier
  • Bugfix: Do not capture %v, always require version argument
  • Bugfix: Failing with pre-releases
  • Other minor bugfixes
  • Feature: Run in daemon mode (zap.store indexing is now done with this program)
  • Feature: Support .env file
  • Feature: Introduce release_repository attribute for closed-source apps
  • Feature: Allow passing icon and images as arguments

0.0.6

25 Sep 16:10

Choose a tag to compare

  • Fix issue installing apktool (#17)
  • Make release version optional, add release notes argument
  • Allow adding license
  • Handle WoT service failure (#16)
  • Better messaging
  • Upgrade dependencies