From 9a33ea807b463e3ef344e4237eedee4f618d2788 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 11 Dec 2022 17:28:45 +0100 Subject: bump to 0.65 --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 87009ea..ab49660 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The VB stands for "Very Basic" :) # Downloads -The current release is _0.64_. +The current release is _0.65_. 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,7 +40,9 @@ For the source code, you can check out [this git repository](..). ## Version history -* _0.64_: Reduce memory requirements of int33h driver status save/restore APIs. +* _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. This helps compatibility with Borland IDEs, which seem to allocate around 1K max. * _0.63_: Localization support using [Kitten](http://wiki.freedos.org/wiki/index.php/Kitten); currently only Spanish is available (`set lang=es`). Non-fully-uppercase but still 8.3 filenames are no longer "shortened" by default. @@ -288,7 +290,7 @@ by default, it tries to use a DOS UMB block. * `remount X: []` changes the options of a currently mounted drive. See the `mount` command for details on options. Any option set previously - can be disabled with a corresponding `/noopt`, e.g., `/noshort`. + can be disabled with a corresponding `/noopt`, e.g., `/nohost`. * `unmount X:` unmounts a specific drive. -- cgit v1.2.3