David Lee 1 год назад
Родитель
Сommit
341dcd35f4
3 измененных файлов с 6 добавлено и 2 удалено
  1. 1 1
      application.fam
  2. 4 0
      docs/changelog.md
  3. 1 1
      xremote_i.h

+ 1 - 1
application.fam

@@ -6,7 +6,7 @@ App(
     stack_size=3 * 1024,
     fap_icon="icons/xremote_10px.png",
     fap_icon_assets="icons",
-    fap_version="2.6",
+    fap_version="2.7",
     fap_category="Infrared",
     fap_author="Leedave",
     fap_description="One-Click, sends multiple commands",

+ 4 - 0
docs/changelog.md

@@ -1,3 +1,7 @@
+## 2.7
+- Replaced custom keyboard for timing with new number_input from Firmware
+- Requires minimum OFW version 0.105.0 or custom firmware based on this
+
 ## 2.6
 - Fix for conflict wiht SubGHz folder variable in 0.103.1-rc
 

+ 1 - 1
xremote_i.h

@@ -51,7 +51,7 @@
 #define XREMOTE_TEXT_STORE_SIZE 128
 #define XREMOTE_MAX_ITEM_NAME_LENGTH 22
 #define XREMOTE_MAX_REMOTE_NAME_LENGTH 22
-#define XREMOTE_VERSION "2.6"
+#define XREMOTE_VERSION "2.7"
 
 #define INFRARED_APP_EXTENSION ".ir"
 #define INFRARED_APP_FOLDER ANY_PATH("infrared")