diff options
author | Javier <dev.git@javispedro.com> | 2023-02-19 17:35:06 +0100 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2023-02-19 17:35:06 +0100 |
commit | 37c2320920bf2de11749370396da23cab0aafa77 (patch) | |
tree | 15219789f1d06fbca67d530d6741460a2b1a5ad2 | |
parent | 386e3e22c069cc306c6e0bd22fba824e1e13a7d9 (diff) | |
download | vbados-37c2320920bf2de11749370396da23cab0aafa77.tar.gz vbados-37c2320920bf2de11749370396da23cab0aafa77.zip |
bump to 0.67v0.67
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -21,7 +21,7 @@ The VB stands for "Very Basic" :) # Downloads -The current release is _0.66_. +The current release is _0.67_. You can get a recent build from the ready-to-go floppy disk image: [💾 VBADOS.FLP](https://depot.javispedro.com/vbox/vbados/vbados.flp) @@ -40,6 +40,8 @@ For the source code, you can check out [this git repository](..). ## Version history +* _0.67_: vbsf.exe only: fix "not found" issue when trying to run executables from a shared folder. + Fix "can't load unicode table" error on cp437, 852. * _0.66_: vbmouse.drv only: fixes issue when returning from fullscreen DOS boxes. * _0.65_: Change mouse show/hide cursor APIs to not allow cursor show counter to go above 0, which better matches MS Mouse behavior and improves Borland compatibility. @@ -2,6 +2,6 @@ #define VERSION_H #define VERSION_MAJOR 0 -#define VERSION_MINOR 0x66 +#define VERSION_MINOR 0x67 #endif // VERSION_H |