From 4c1a5465ce1fe3d5ca7263b9c665d45f6a9b2726 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Fri, 5 Aug 2022 14:37:11 -0300 Subject: [PATCH] Release v3.7.1 (for real) --- _posts/2022-07-31-86box-v3-7.md | 19 +++++++++++++++++-- index.md | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/_posts/2022-07-31-86box-v3-7.md b/_posts/2022-07-31-86box-v3-7.md index 7f2789a..f556acb 100644 --- a/_posts/2022-07-31-86box-v3-7.md +++ b/_posts/2022-07-31-86box-v3-7.md @@ -118,18 +118,33 @@ With the significant improvement to emulation performance consistency afforded b ## Changelog for v3.7.1 +### Emulator + +* Fixed mouse staying captured when **pausing emulation** + ### User interface * Fixed crashes with the **Resizable window** and **Remember size & position** options * Fixed **Show non-primary monitors** option not working properly if the secondary display output window is closed * Fixed loss of remembered window size and position when migrating from v3.6 and older configurations +* Fixed **New Image** window hanging during floppy image creation +* Fixed **Settings** window slightly varying in layout across different operating systems +* Changed **CD-ROM media menu** to match the floppy media menu's option order ### Machines * Fixed **AOpen Vi15G** not booting up -* Fixed PS/2 mouse on the **Xi8088** +* Fixed PS/2 mouse not being detected on the **Xi8088** +* Fixed BIOS `Timer Error` on **Microsoft Virtual PC 2007** +* Fixed incorrect chipset on the **TriGem 286M** ### Hardware * **Core** - * Fixed **AAD and AAM** instruction emulation inaccuracies + * Fixed expanded (EMS) memory support on **Headland chipsets** + * Fixed **AAD and AAM** CPU instruction emulation inaccuracies + * Fixed **DR6** CPU debug register emulation inaccuracies + * Fixed **fast PIT** emulation inaccuracy + * Fixed more **RTC** timer interrupt emulation inaccuracies +* **Display** + * Fixed **OAK OTI-0x7** VGA emulation inaccuracies diff --git a/index.md b/index.md index 48d1c00..f62a7d3 100644 --- a/index.md +++ b/index.md @@ -17,7 +17,7 @@ Features Downloads --------- -The latest stable version of 86Box is **v3.7**, which was released on July 31, 2022, and is available from our [GitHub repository](https://github.com/86Box/86Box/releases/tag/v3.7). +The latest stable version of 86Box is **v3.7.1**, which was released on August 5, 2022, and is available from our [GitHub repository](https://github.com/86Box/86Box/releases/latest). We also offer [nightly builds](https://ci.86box.net/job/86Box), which are built from the latest source code, but may not be as stable and/or optimized as stable builds.