aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2023-01-01 17:25:07 +0100
committerJavier <dev.git@javispedro.com>2023-01-01 17:25:07 +0100
commiteae434ad97f38f33a8a312e8b39d4d32db7af8dd (patch)
tree6f1ba05e78a391cc9d7c4b5a7de251a816d7532c /README.md
parentea30df89b6fa62874b82cd75e6cf81a089ee2d25 (diff)
downloadvbados-eae434ad97f38f33a8a312e8b39d4d32db7af8dd.tar.gz
vbados-eae434ad97f38f33a8a312e8b39d4d32db7af8dd.zip
bump to 0.66v0.66
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index ab49660..2c335bf 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ The VB stands for "Very Basic" :)
# Downloads
-The current release is _0.65_.
+The current release is _0.66_.
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,7 @@ For the source code, you can check out [this git repository](..).
## Version history
+* _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.
* _0.64_: Reduce memory requirements of int33h mouse driver status save/restore APIs.