From 3cfaf98eef305d0de3eb9c23902abbfc31208afd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 20 Oct 2024 17:16:32 +0000 Subject: [PATCH] Update version to 5.3.0 --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + docs/source/overview/getting-started.rst | 2 +- keywords.txt | 24 ++++++++++++++++++++++-- library.json | 2 +- library.properties | 2 +- 5 files changed, 26 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fabf0a4a..e77a5cc2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -22,6 +22,7 @@ body: label: Version description: What version of our library are you running? options: + - 5.3.0 - 5.2.0 - 5.1.0 - 5.0.0 diff --git a/docs/source/overview/getting-started.rst b/docs/source/overview/getting-started.rst index f7bdb165..fdee3321 100644 --- a/docs/source/overview/getting-started.rst +++ b/docs/source/overview/getting-started.rst @@ -23,7 +23,7 @@ Follow `this guide `_ to install the library .. code-block:: bash lib_deps = - forntoh/LcdMenu@^5.2.0 + forntoh/LcdMenu@^5.3.0 4. Save the changes to the platformio.ini file. diff --git a/keywords.txt b/keywords.txt index f5ed1164..1d0f453c 100644 --- a/keywords.txt +++ b/keywords.txt @@ -69,7 +69,6 @@ hasLastChar KEYWORD2 hide KEYWORD2 increment KEYWORD2 initCharEdit KEYWORD2 -inline KEYWORD2 isOn KEYWORD2 left KEYWORD2 observe KEYWORD2 @@ -94,7 +93,6 @@ showPreviousChar KEYWORD2 substring KEYWORD2 toggle KEYWORD2 typeChar KEYWORD2 -uint8_t KEYWORD2 ####################################### # Constants (LITERAL1) @@ -114,6 +112,17 @@ DOUBLE_PRESS_THRESHOLD LITERAL1 DOWN LITERAL1 ENTER LITERAL1 ESC LITERAL1 +FLAGS_CHAR LITERAL1 +FLAGS_HASH LITERAL1 +FLAGS_LEFT LITERAL1 +FLAGS_LONG LITERAL1 +FLAGS_LONG_LONG LITERAL1 +FLAGS_PLUS LITERAL1 +FLAGS_PRECISION LITERAL1 +FLAGS_SHORT LITERAL1 +FLAGS_SPACE LITERAL1 +FLAGS_UPPERCASE LITERAL1 +FLAGS_ZEROPAD LITERAL1 ITEM_BACK LITERAL1 ITEM_BASIC LITERAL1 ITEM_COMMAND LITERAL1 @@ -128,6 +137,17 @@ LEFT LITERAL1 LF LITERAL1 LONG_PRESS_DURATION LITERAL1 MENU_SCREEN LITERAL1 +PRINTF_DEFAULT_FLOAT_PRECISION LITERAL1 +PRINTF_DISABLE_SUPPORT_FLOAT LITERAL1 +PRINTF_FTOA_BUFFER_SIZE LITERAL1 +PRINTF_MAX_FLOAT LITERAL1 +PRINTF_NTOA_BUFFER_SIZE LITERAL1 +PRINTF_SUPPORT_FLOAT LITERAL1 RIGHT LITERAL1 THRESHOLD LITERAL1 UP LITERAL1 +_PRINTF_H_ LITERAL1 +snprintf LITERAL1 +sprintf LITERAL1 +vprintf LITERAL1 +vsnprintf LITERAL1 diff --git a/library.json b/library.json index 8457c733..06862c15 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "LcdMenu", - "version": "5.2.0", + "version": "5.3.0", "keywords": "menu, display, lcdmenu, navigation, lcd, io", "description": "LcdMenu is an Arduino library that enables you to create interactive menus and navigation systems for LCD displays. With LcdMenu, you can easily add menus to your projects and navigate through them using buttons or any input device you want. The library supports a wide range of LCD display modules, including character and alphanumeric displays.", "homepage": "https://lcdmenu.forntoh.dev", diff --git a/library.properties b/library.properties index acfc0a83..f0f0ebda 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=LcdMenu -version=5.2.0 +version=5.3.0 author=Forntoh Thomas maintainer=Forntoh Thomas sentence=Display navigable menu items on your LCD display with Arduino.