Skip to content

Releases: pit-ray/win-vind

v5.13.2

06 Jul 08:00
Compare
Choose a tag to compare

Patch

Fix

  • Fix problem with external monitor hints misalignment when laptop screen is closed. #245

v5.13.1

15 Jun 16:15
Compare
Choose a tag to compare

Patch

  • Fixed crash problem when computer is locked (#253)

v5.13.0

20 May 13:37
Compare
Choose a tag to compare

v5.12.0

02 May 16:07
Compare
Choose a tag to compare

Minor

  • Supports menu selection using arrow keys (#235).

v5.11.3

23 Feb 12:39
Compare
Choose a tag to compare

Patch

Fix

  • Fixed incorrect menu colors due to password input screen after startup.

v5.11.2

15 Feb 20:02
Compare
Choose a tag to compare

Patch

Fix

  • Fixed the version displayed.

v5.11.1

15 Feb 04:51
Compare
Choose a tag to compare

Patch

Fix

  • Fix the background color of task tray menu.

v5.11.0

13 Feb 13:06
Compare
Choose a tag to compare

Minor

Change

  • Discard wxWidgets and use fluent-tray for GUI library.
    win-vind-new-tray
  • Support -v/--version option.

Remove

  • Discard Check Update menu.

v5.10.0

14 Jan 14:01
Compare
Choose a tag to compare

Minor

Add

  • Add :help command. (#59, #183, #211)
    <help> is called from the virtual command line as a command and opens the document page matching the arguments. The arguments can be function names, option names, parameter names, or predefined tags.

    Examples

    " Execute from the virtual command line
    :help easyclick      " Function name
    :help uiacachebuild  " Option name
    :help gridmove_size  " Parameter name
    :help usage          " Predefined tag

v5.9.0

04 Jan 20:55
Compare
Choose a tag to compare

Minor

Add