소스 검색

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

Willy-JL 1 년 전
부모
커밋
d93ea95f3c
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 0
      quac/CHANGELOG.md
  2. 1 1
      quac/application.fam

+ 4 - 0
quac/CHANGELOG.md

@@ -1,3 +1,7 @@
+## 0.6.1
+
+- Several crash fixes when Importing files and Creating groups
+
 ## 0.6
 
 - Basic NFC support

+ 1 - 1
quac/application.fam

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