Skip to content

Commit

Permalink
Update version to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 20, 2024
1 parent a701a69 commit 3cfaf98
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/overview/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Follow `this guide <https://www.ardu-badge.com/LcdMenu>`_ 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.

Expand Down
24 changes: 22 additions & 2 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ hasLastChar KEYWORD2
hide KEYWORD2
increment KEYWORD2
initCharEdit KEYWORD2
inline KEYWORD2
isOn KEYWORD2
left KEYWORD2
observe KEYWORD2
Expand All @@ -94,7 +93,6 @@ showPreviousChar KEYWORD2
substring KEYWORD2
toggle KEYWORD2
typeChar KEYWORD2
uint8_t KEYWORD2

#######################################
# Constants (LITERAL1)
Expand All @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=LcdMenu
version=5.2.0
version=5.3.0
author=Forntoh Thomas <[email protected]>
maintainer=Forntoh Thomas <[email protected]>
sentence=Display navigable menu items on your LCD display with Arduino.
Expand Down

0 comments on commit 3cfaf98

Please sign in to comment.