From f7023b821b78c56700761539300f12959131fc38 Mon Sep 17 00:00:00 2001 From: Sebastiaan Dammann Date: Mon, 23 May 2022 20:10:34 +0200 Subject: [PATCH] Bump version !deploy --- PSMenu/PSMenu.psd1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/PSMenu/PSMenu.psd1 b/PSMenu/PSMenu.psd1 index 7bcd559..f5fe7f2 100644 --- a/PSMenu/PSMenu.psd1 +++ b/PSMenu/PSMenu.psd1 @@ -12,7 +12,7 @@ RootModule = 'PSMenu.psm1' # Version number of this module. - ModuleVersion = '0.1.6' + ModuleVersion = '0.1.7' # ID used to uniquely identify this module GUID = '652b2326-2d29-4e86-8149-03828d75503e' @@ -114,7 +114,9 @@ # ReleaseNotes of this module ReleaseNotes = ' -Add callback parameter to allow custom rendering (thanks @howlettt) +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 ' } # End of PSData hashtable