We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afed25 commit f7023b8Copy full SHA for f7023b8
PSMenu/PSMenu.psd1
@@ -12,7 +12,7 @@
12
RootModule = 'PSMenu.psm1'
13
14
# Version number of this module.
15
- ModuleVersion = '0.1.6'
+ ModuleVersion = '0.1.7'
16
17
# ID used to uniquely identify this module
18
GUID = '652b2326-2d29-4e86-8149-03828d75503e'
@@ -114,7 +114,9 @@
114
115
# ReleaseNotes of this module
116
ReleaseNotes = '
117
-Add callback parameter to allow custom rendering (thanks @howlettt)
+Increase input performance on long menus
118
+Fix crash on menu longer than screen when console is resized
119
+Optimize rendering: re-render menu in loop only when callback is given
120
'
121
122
} # End of PSData hashtable
0 commit comments