Skip to content

v1.12.0 Visual improvements

Latest

Choose a tag to compare

@meokullu meokullu released this 04 Sep 02:33
· 5 commits to master since this release
9ebc962

Github releases (by release)
Compare with previous

On this release;

Key-Action

  • WaitKeyAction() and WaitKeyAction(string message) now returns ConsoleKeyInfo as a return value. #61
  • When ListKeyActionPairList() is called Modifiers is checked and its data is printed only when it has a ConsoleModifiers value. #65
  • AddKeyActionPair(ControlKeyInfo cki, Action action) now checks if item is already in the list. #66

Key-Func

  • When ListKeyFuncPairList() is called, when cki.KeyChar was not empty char, it was adding unintended new line. It is changed with expected behaviour now. #65
  • When ListKeyFuncPairList() is called Modifiers is checked and its data is printed only when it has a ConsoleModifiers value. #65
  • WaitKeyFunc()andWaitKeyFunc(string message)now returnsConsoleKeyInfo` as a return value. #61
  • AddKeyFuncPair(ConsoleKeyInfo cki, Func<object> func) now checks if item is already in the list. #66

Sleep

  • SleepWithTitle(int duration) and SleepWithBeeping(int duration) now uses internal method to set console title better for remaining duration to sleep. #64