Skip to content

Releases: Sebazzz/PSMenu

v0.2.0

Choose a tag to compare

@Sebazzz Sebazzz released this 22 Feb 15:56
59c3a90

Improve array-like argument handling

Choose a tag to compare

@Sebazzz Sebazzz released this 20 Jun 18:05
49b6fd4

Improve Linux/MacOS compat

Choose a tag to compare

@Sebazzz Sebazzz released this 25 May 19:21
d5143a5
  • Improve Linux/MacOS compatibility: support navigation up/down #11 @mark-hubers

Optimization & bugfix

Choose a tag to compare

@Sebazzz Sebazzz released this 23 May 18:16
f7023b8

Increase input performance on long menus
Fix crash on menu longer than screen when console is resized
Optimize rendering: re-render menu in loop only when callback is given

Callback for custom rendering

Choose a tag to compare

@Sebazzz Sebazzz released this 23 May 18:16
c3ec0f8

Add callback parameter to allow custom rendering (thanks @howlettt)

Multi-select mode bugfix

Choose a tag to compare

@Sebazzz Sebazzz released this 23 May 18:17
359c818

Fix error when nothing is selected in multi-select mode returning an index (thanks @howlettt)