From ced4f1f3a9fdd040a3a04f685b5eaa30dea9aad9 Mon Sep 17 00:00:00 2001 From: franzap <_@franzap.com> Date: Wed, 25 Sep 2024 13:00:41 -0300 Subject: [PATCH] 0.0.6 --- CHANGELOG.md | 32 +++++++++++++++++++++++++++++++- lib/main.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 810fd2b..a310813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +## 0.0.6 + + - Fix issue installing apktool + - Make release version optional, add release notes argument + - Allow adding license + - Handle WoT service failure + - Better messaging + - Upgrade dependencies + +## 0.0.5 + + - Fix missing icon, now properly extracted from APK + - Fix APK path failure when pulling from Github + - Introduce `--overwrite-app` and `--overwrite-release` flags (#2) + - Warn if binary already in PATH (#6) + - Improve documentation (in program output and README.md) + - Various minor fixes + +## 0.0.4 + + - Add local parser + - APK parsing and Play Store scraping + - Fix auto-install/update + +## 0.0.3 + + - Publish packages from the CLI + - New basedir structure + - Lots of validation and prompt fixes + ## 0.0.2 -- Initial version, rewritten in Dart + - Initial version, rewritten in Dart diff --git a/lib/main.dart b/lib/main.dart index ebcfedc..8eb7500 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -12,7 +12,7 @@ import 'package:zapstore_cli/commands/publish.dart'; import 'package:zapstore_cli/commands/remove.dart'; import 'package:zapstore_cli/utils.dart'; -const kVersion = '0.0.5'; // (!) Also update pubspec.yaml (!) +const kVersion = '0.0.6'; // (!) Also update pubspec.yaml (!) void main(List args) async { var wasError = false; diff --git a/pubspec.yaml b/pubspec.yaml index 819edeb..410af5e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: zapstore_cli description: The permissionless app store powered by your social network -version: 0.0.5 # (!) Also update kVersion (!) +version: 0.0.6 # (!) Also update kVersion (!) repository: https://github.com/zapstore/zapstore-cli environment: