Jelajahi Sumber

Merge flipbip from https://github.com/xtruan/FlipBIP

Willy-JL 1 tahun lalu
induk
melakukan
86a188711d

+ 1 - 1
flipbip/.github/workflows/build.yml

@@ -7,7 +7,7 @@ on:
       - develop
 
 env:
-  firmware_version: '0.104.0'
+  firmware_version: '1.0.1'
 
 jobs:
   build:

+ 1 - 1
flipbip/.github/workflows/release.yml

@@ -6,7 +6,7 @@ on:
       - 'v[0-9]+.[0-9]+.[0-9]+'
 
 env:
-  firmware_version: '0.104.0'
+  firmware_version: '1.0.1'
 
 jobs:
   build:

+ 1 - 1
flipbip/README.md

@@ -3,7 +3,7 @@
 [![Build](https://github.com/xtruan/FlipBIP/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/xtruan/FlipBIP/actions/workflows/build.yml)
 
 ## Crypto toolkit for Flipper Zero
-- Last built against `0.104.0` Flipper Zero firmware release
+- Last built against `1.0.1` Flipper Zero firmware release
 - Using Trezor crypto libs from `core/v2.5.3` release
 - NOTE: This app uses very close to the maximum Flipper Zero RAM. If you get `furi_check failed` on launch, try running again!
 

+ 1 - 1
flipbip/application.fam

@@ -17,6 +17,6 @@ App(
     fap_category="Tools",
     fap_author="Struan Clark (xtruan)",
     fap_weburl="https://github.com/xtruan/FlipBIP",
-    fap_version=(1, 16),
+    fap_version=(1, 17),
     fap_description="Crypto wallet for Flipper",
 )

+ 2 - 2
flipbip/catalog/manifest.yml

@@ -2,9 +2,9 @@ sourcecode:
   type: git
   location:
     origin: https://github.com/xtruan/FlipBIP.git
-    commit_sha: 5afc1d3d7bc5b45a06a7d188e98de61fd8a0183c
+    commit_sha: 62ef09fc3eede4494571d55f3d9340695482781a
 description: "Cryptocurrency wallet with support for BTC, ETH, DOGE, and ZEC (t-addr)"
-changelog: "v1.16 - Minor UI cleanup"
+changelog: "v1.17"
 author: "@xtruan"
 screenshots:
   - "./catalog/menu1.png"

+ 1 - 1
flipbip/flipbip.h

@@ -15,7 +15,7 @@
 #include "scenes/flipbip_scene.h"
 #include "views/flipbip_scene_1.h"
 
-#define FLIPBIP_VERSION "v1.16"
+#define FLIPBIP_VERSION "v1.17"
 
 #define COIN_BTC  0
 #define COIN_DOGE 3