diff --git a/README.md b/README.md index 8d5f27e4..6421d351 100644 --- a/README.md +++ b/README.md @@ -18,19 +18,20 @@ Lines of code
-## v3.2.0 is coming soon!! Please look forward to it at end of February. - ## Description **win-vind** provides the lightweight Hybrid UI System of CUI and GUI. There are five main features. #### 1. GUI Operation like Vim You can operate windows, a mouse cursor , virtual desktops, GUI-objects with key-bindings like Vim. -**Example: EasyClick (default: `FF`, `Fa`, `Fm`, `Fh`)** +**EasyClick (default: `FF`, `Fa`, `Fm`, `Fh`) Demo** It works well in Win32 or UWP applications.    +**Window Control Demo** + + #### 2. Vim emulation everywhere It enables to emulate Vim when using general text editors, for instance, `notepad.exe` or `Microsoft Office Word`. @@ -59,28 +60,16 @@ $ ./win-vind.exe --func change_to_normal Therefore, it enables to make Vim link to GUI. Refer to Link With Vim - win-vind. If you want to know the details, refer to Cheat Sheet - win-vind. ## Download -### 3.1.0 (Latest Version) -Date: 2021/2/8 - -#### 32bit -- setup_win-vind_3.1.0_32bit.exe -- win-vind_3.1.0_32bit.zip - -#### 64bit -- setup_win-vind_3.1.0_64bit.exe -- win-vind_3.1.0_64bit.zip - - -### 3.2.0 (Preview Version) -Date: 2021/2/14 +### 3.2.0 (Latest Version) +Date: 2021/2/22 #### 32bit -- setup_win-vind_3.2.0_32bit.exe -- win-vind_3.2.0_32bit.zip +- setup_win-vind_3.2.0_32bit.exe +- win-vind_3.2.0_32bit.zip #### 64bit -- setup_win-vind_3.2.0_64bit.exe -- win-vind_3.2.0_64bit.zip +- setup_win-vind_3.2.0_64bit.exe +- win-vind_3.2.0_64bit.zip ## Usage diff --git a/build_resources/resource.rc b/build_resources/resource.rc index 42f9959f..848da256 100644 --- a/build_resources/resource.rc +++ b/build_resources/resource.rc @@ -14,11 +14,11 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "CompanyName", "pit-ray\0" - VALUE "FileDescription", "win-vind (64-bit)\0" + VALUE "FileDescription", "win-vind (32-bit)\0" VALUE "LegalCopyright", "Copyright (c) 2020 pit-ray\0" - VALUE "InternalName", "win-vind (64-bit)\0" + VALUE "InternalName", "win-vind (32-bit)\0" VALUE "OriginalFilename", "win-vind.exe\0" - VALUE "ProductName", "win-vind (64bit)\0" + VALUE "ProductName", "win-vind (32bit)\0" VALUE "ProductVersion", "3.2.0\0" END END diff --git a/compile_flags.txt b/compile_flags.txt index e20ab994..398139ce 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -7,8 +7,8 @@ -Icore/include/options -Ilibs -Ilibs/wxWidgets/include --Ilibs/wxWidgets/include/wx -Ilibs/wxWidgets/include/msvc/wx +-Ilibs/wxWidgets/include/wx -Iwin32gui/core -Iwxgui/include -Iwxgui/include/settings_ctrls