File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " menu"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44authors = [
" Jonathan 'theJPster' Pallant <[email protected] >" ]
55description = " A simple #[no_std] command line interface."
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -172,11 +172,17 @@ It contains multiple paragraphs and should be preceeded by the parameter list.
172172
173173* None
174174
175- ### v0.2 .0
175+ ### v0.3 .0
176176
177177* Parameter / Argument support
178178* Re-worked help text system
179179* Example uses ` pancurses `
180+ * Remove use of fixed width (assumes a Western set with one byte per glyph)
181+
182+ ### v0.2.0
183+
184+ * Add context to menu callback
185+ * Fix width of help text
180186
181187### v0.1.0
182188
You can’t perform that action at this time.
0 commit comments