mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-22 01:25:35 -07:00
Release v3.4.1
This commit is contained in:
@@ -8,7 +8,7 @@ image: "/assets/images/v3.4/hero.png"
|
||||
|
||||
{% include imageheading.html url="/assets/images/v3.4/hero.png" separator=" " %}
|
||||
|
||||
This is the April 2022 update to 86Box, bringing **macOS support**, bugfixes and other behind-the-scenes work. As always, you can [download 86Box v3.4 from GitHub](https://github.com/86Box/86Box/releases/tag/v3.4).
|
||||
This is the April 2022 update to 86Box, bringing **macOS support**, bugfixes and other behind-the-scenes work. As always, you can [download 86Box v3.4 from GitHub](https://github.com/86Box/86Box/releases/tag/v3.4.1).
|
||||
|
||||
<hr />
|
||||
|
||||
@@ -28,7 +28,7 @@ Apple hardware is expensive. While their chips provide good performance for the
|
||||
|
||||
<hr />
|
||||
|
||||
## Changelog
|
||||
## Changelog for v3.4
|
||||
|
||||
### Emulator
|
||||
|
||||
@@ -64,3 +64,12 @@ Apple hardware is expensive. While their chips provide good performance for the
|
||||
* **Mouse input** does not work properly on some Linux hosts, especially when dragging with a button held down. This issue dates back to v3.2, but it can now be worked around by starting 86Box from a terminal with the `EMU86BOX_MOUSE` environment variable to `evdev` (and making sure your user is part of the `input` group or otherwise has the right permissions to access `/dev/input/event*`), for example: `EMU86BOX_MOUSE=evdev ./86Box-Linux-....AppImage`
|
||||
* The host mouse cursor may **escape the 86Box window** when using the aforementioned workaround
|
||||
* While mouse movement through **Remote Desktop** on Windows hosts was fixed, it still isn't perfect
|
||||
|
||||
<hr />
|
||||
|
||||
## <a name="v3-4-1" />Changelog for v3.4.1
|
||||
|
||||
### User interface
|
||||
|
||||
* Fixed **middle mouse button** not releasing mouse capture
|
||||
* Fixed **mouse buttons** not working
|
||||
|
||||
2
index.md
2
index.md
@@ -17,7 +17,7 @@ Features
|
||||
|
||||
<a name="downloads" />Downloads
|
||||
-------------------------------
|
||||
The latest stable version of 86Box is **v3.4**, which was released on April 20, 2022, and is available from our [GitHub repository](https://github.com/86Box/86Box/releases/tag/v3.4).
|
||||
The latest stable version of 86Box is **v3.4.1**, which was released on April 21, 2022, and is available from our [GitHub repository](https://github.com/86Box/86Box/releases/tag/v3.4.1).
|
||||
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user