Skip to content

Commit f7023b8

Browse files
committed
Bump version !deploy
1 parent 0afed25 commit f7023b8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

PSMenu/PSMenu.psd1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'PSMenu.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.6'
15+
ModuleVersion = '0.1.7'
1616

1717
# ID used to uniquely identify this module
1818
GUID = '652b2326-2d29-4e86-8149-03828d75503e'
@@ -114,7 +114,9 @@
114114

115115
# ReleaseNotes of this module
116116
ReleaseNotes = '
117-
Add callback parameter to allow custom rendering (thanks @howlettt)
117+
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
118120
'
119121

120122
} # End of PSData hashtable

0 commit comments

Comments
 (0)