Ver Fonte

Merge chess from https://github.com/xtruan/flipper-chess

Willy-JL há 1 ano atrás
pai
commit
2c022b2645

+ 1 - 1
chess/application.fam

@@ -14,6 +14,6 @@ App(
     fap_category="Games",
     fap_author="Struan Clark (xtruan)",
     fap_weburl="https://github.com/xtruan/flipper-chess",
-    fap_version=(1, 10),
+    fap_version=(1, 11),
     fap_description="Chess for Flipper",
 )

+ 2 - 2
chess/catalog/manifest.yml

@@ -2,9 +2,9 @@ sourcecode:
   type: git
   location:
     origin: https://github.com/xtruan/flipper-chess.git
-    commit_sha: 936a32f359f121459a6aa4b124a274062b43b26c
+    commit_sha: e5ee4520dfc68080b1723b03f6d8e857ec10a6b0
 description: "How about a nice game of chess?"
-changelog: "v1.10 - Update to support new FW"
+changelog: "v1.11 - Update to support new FW"
 author: "@xtruan"
 screenshots:
   - "./catalog/startscreen.png"

+ 1 - 1
chess/flipchess.h

@@ -16,7 +16,7 @@
 #include "views/flipchess_startscreen.h"
 #include "views/flipchess_scene_1.h"
 
-#define FLIPCHESS_VERSION "v1.10"
+#define FLIPCHESS_VERSION "v1.11"
 
 #define TEXT_BUFFER_SIZE 96
 #define TEXT_SIZE        (TEXT_BUFFER_SIZE - 1)

BIN
chess/icons/FLIPR_128x64.png