Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
franzaps committed Sep 25, 2024
1 parent cf05b84 commit ced4f1f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
32 changes: 31 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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<String> args) async {
var wasError = false;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ced4f1f

Please sign in to comment.