diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c17a4772..5a565559 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: + - 3.5.6 - 3.5.5 - 3.5.4 - 3.5.3 diff --git a/keywords.txt b/keywords.txt index 8a0046bc..9242a0a3 100644 --- a/keywords.txt +++ b/keywords.txt @@ -42,15 +42,15 @@ getTextOn KEYWORD2 getTextOff KEYWORD2 drawCursor KEYWORD2 drawMenu KEYWORD2 -isAtTheStart KEYWORD2 -isAtTheEnd KEYWORD2 -isAtTheEnd KEYWORD2 reset KEYWORD2 resetBlinker KEYWORD2 setupLcdWithMenu KEYWORD2 setupLcdWithMenu KEYWORD2 update KEYWORD2 resetMenu KEYWORD2 +isAtTheStart KEYWORD2 +isAtTheEnd KEYWORD2 +isAtTheEnd KEYWORD2 up KEYWORD2 down KEYWORD2 enter KEYWORD2 diff --git a/library.json b/library.json index 965d8728..d9b776a0 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "LcdMenu", - "version": "3.5.5", + "version": "3.5.6", "keywords": "menu, display, lcdmenu, navigation", "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 bf7b1034..659b7bde 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=LcdMenu -version=3.5.5 +version=3.5.6 author=Forntoh Thomas maintainer=Forntoh Thomas sentence=Display navigable menu items on your LCD display with Arduino.