Просмотр исходного кода

Merge quac from https://github.com/rdefeo/quac

Willy-JL 1 год назад
Родитель
Сommit
8ad51ddb76
5 измененных файлов с 8 добавлено и 3 удалено
  1. 1 0
      quac/.github/FUNDING.yml
  2. 4 0
      quac/CHANGELOG.md
  3. 1 1
      quac/README.md
  4. 1 1
      quac/application.fam
  5. 1 1
      quac/quac.h

+ 1 - 0
quac/.github/FUNDING.yml

@@ -0,0 +1 @@
+buy_me_a_coffee: rdefeo

+ 4 - 0
quac/CHANGELOG.md

@@ -1,3 +1,7 @@
+## 0.7.1
+
+- Updated for firmware SDK 1.1.12
+
 ## 0.7.0
 
 - Addded support for iButton

+ 1 - 1
quac/README.md

@@ -2,7 +2,7 @@
 
 ## Quick Action Remote Control for Flipperzero
 
-[Latest Version: 0.7.0](https://github.com/rdefeo/quac/releases)
+[Latest Version: 0.7.1](https://github.com/rdefeo/quac/releases)
 
 ![build status badge](https://github.com/rdefeo/quac/actions/workflows/build.yml/badge.svg)
 

+ 1 - 1
quac/application.fam

@@ -8,7 +8,7 @@ App(
     stack_size=2 * 1024,
     fap_category="Tools",
     # Optional values
-    fap_version="0.7.0",
+    fap_version="0.7.1",
     fap_icon="images/quac.png",  # 10x10 1-bit PNG
     fap_description="Quick Action remote control app",
     fap_author="Roberto De Feo",

+ 1 - 1
quac/quac.h

@@ -17,7 +17,7 @@
 #include "item.h"
 
 #define QUAC_NAME    "Quac!"
-#define QUAC_VERSION "v0.7.0"
+#define QUAC_VERSION "v0.7.1"
 #define QUAC_ABOUT                                    \
     "Quick Action remote control\n" QUAC_VERSION "\n" \
     "github.com/rdefeo/quac"