فهرست منبع

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

# Conflicts:
#	quac/quac.h
Willy-JL 1 سال پیش
والد
کامیت
e60c8ae08a
3فایلهای تغییر یافته به همراه7 افزوده شده و 2 حذف شده
  1. 5 0
      quac/CHANGELOG.md
  2. 1 1
      quac/application.fam
  3. 1 1
      quac/quac.h

+ 5 - 0
quac/CHANGELOG.md

@@ -1,5 +1,10 @@
 ## 0.6.1
 
+- Fix IR Import bus fault on empty
+- Add hint text on Empty group
+
+## 0.6.1
+
 - Several crash fixes when Importing files and Creating groups
 
 ## 0.6

+ 1 - 1
quac/application.fam

@@ -8,7 +8,7 @@ App(
     stack_size=2 * 1024,
     fap_category="Tools",
     # Optional values
-    fap_version="0.6.1",
+    fap_version="0.6.2",
     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.6"
+#define QUAC_VERSION "v0.6.2"
 #define QUAC_ABOUT                                    \
     "Quick Action remote control\n" QUAC_VERSION "\n" \
     "github.com/rdefeo/quac"