Skip to content

Commit 5847292

Browse files
committed
Update README
1 parent 239749f commit 5847292

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

AUTHORS

-4
This file was deleted.

README.md

+13-11
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,22 @@ Documentation
99
Other than the examples included in the library, the following pages might be
1010
useful to you:
1111

12-
* [www.jonblack.org](http://www.jonblack.org/)
1312
* [Arduino forum post](http://arduino.cc/forum/index.php/topic,105866.0.html)
13+
* [Humble Coder](http://www.humblecoder.com/)
1414

1515
Contribution
1616
------------
1717

18-
If you'd like to contribute to `arduino-menusystem`, please create your pull
19-
request from the `develop` branch.
18+
If you'd like to contribute to `arduino-menusystem`, please submit a
19+
pull-request.
2020

2121
Changelog
2222
---------
2323

24-
The library isn't versioned in a coherent way; there are no version numbers you
25-
can refer to. There are, however, a bunch of dates when I made some changes:
24+
**2.0.0 - 14/08/2015**
25+
26+
* Add LCD Nav Keypad example from (thanks to @SauleVire)
27+
* Remove AUTHORS file: too much hassle to maintain
2628

2729
**1.0.1 - 20/13/2013**
2830

@@ -33,20 +35,20 @@ can refer to. There are, however, a bunch of dates when I made some changes:
3335

3436
**1.0.0 - 15/12/2013**
3537

36-
* Selected menu item can be remembered (thanks to KipK)
37-
* Examples for serial and LCDs (thanks to niesteszeck)
38+
* Selected menu item can be remembered (thanks to @KipK)
39+
* Examples for serial and LCDs (thanks to @niesteszeck)
3840
* Add AUTHORS file
3941

4042
**0.3.0 - 23/03/2013**
4143

42-
* Merged in another minor improvement provided by thomasjfox:
43-
* Add the ability to loop through a menu in prev() and next()
44+
* Merged in another minor improvement provided by @thomasjfox:
45+
* Add the ability to loop through a menu in `prev()` and `next()`
4446

4547
**0.2.0 - 18/03/2013**
4648

4749
* Merged in minor improvements provided by thomasjfox
48-
* get_menu_component(): Use 'byte' instead of 16bit integer for index
49-
* Add return value to MenuSystem.back()
50+
* `get_menu_component()`: Use 'byte' instead of 16bit integer for index
51+
* Add return value to `MenuSystem.back()`
5052
* Prevent memory corruption by inserting too many items
5153
* Whitespace cleanup
5254

0 commit comments

Comments
 (0)