Skip to content

Commit

Permalink
Update version to 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 16, 2025
1 parent 570bfd1 commit 5bcfdd6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 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.6.0
- 5.5.1
- 5.5.0
- 5.4.1
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.5.1
forntoh/LcdMenu@^5.6.0
4. Save the changes to the platformio.ini file.

Expand Down
3 changes: 3 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
# Datatypes (KEYWORD1)
#######################################

AnalogButtonAdapter KEYWORD1
BaseItemManyWidgets KEYWORD1
BaseItemZeroWidget KEYWORD1
BaseWidget KEYWORD1
BaseWidgetValue KEYWORD1
ButtonAdapter KEYWORD1
ButtonConfig KEYWORD1
CharacterDisplayInterface KEYWORD1
CharacterDisplayRenderer KEYWORD1
DisplayInterface KEYWORD1
Expand Down Expand Up @@ -45,6 +47,7 @@ WidgetRange KEYWORD1
#######################################

abortCharEdit KEYWORD2
analogValue KEYWORD2
back KEYWORD2
backspace KEYWORD2
begin KEYWORD2
Expand Down
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.5.1",
"version": "5.6.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.5.1
version=5.6.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 5bcfdd6

Please sign in to comment.