--- uae/docs/NEWS 2018/04/24 16:58:00 1.1.1.14 +++ uae/docs/NEWS 2018/04/24 17:13:59 1.1.1.22 @@ -2,6 +2,64 @@ Note! This file only contains user-visib more detailed description of changes between releases, read src/ChangeLog, and for the full picture, make a diff between releases. +User-visible changes in 0.8.25: + - More merging with WinUAE; a lot of the input device code has changed + - GUI cleaned up. + - Quest to eliminate useless options continues: 68000 mode is always "slow + but compatible"; it's not that slow after all. + +User-visible changes in 0.8.24: + - More merging with WinUAE + - Now uses GTK2 for the GUI. + +User-visible changes in 0.8.23: + - Moved over some features from WinUAE: + * better m68k exception handling + * better m68k prefetch emulation + * better debugger + - Added ALSA sound support from Heikki Orsila + +User-visible changes in 0.8.22: + - Mostly bug fixes + - Extensive updates for the sprite emulation and blitter timing code. + Hopefully more accurate than before. + +User-visible changes in 0.8.21: + - Several bug fixes, including some serious filesystem emulation bugs. + - Support for A1000 boot ROMs. + +User-visible changes in 0.8.20: + - Bug fixes only + +User-visible changes in 0.8.19: + - A few bug fixes, especially in state-saving. + - Picasso screens now support panning. + +User-visible changes in 0.8.18: + - Numerous bug fixes. + - The gtk UI has more options; it also now behaves similar to the GUI found + in the Windows version in that it waits for the user to explicitly start + the emulation, thus allowing to select the desired options first. + - There's a track and LED display added to the bottom of the screen. + +User-visible changes in 0.8.17: + - AGA should be a bit faster. + - AGA sprites emulation added by Toni Wilen. + - Numerous bug fixes. + - In the Unix version, the gtk UI has a lot more options available. + There's a new option "Enable copper speedup code"; I'd be interested in + hearing whether there's any software out there that does not work (or + runs slower) if this option is enabled. + - Now supports image files of high density floppies (Dr. Adil Temel). + - Support for A1000 Kickstart disks (Gerald Schnabel). + - The option to disable autoconfig devices no longer exists; the emulator + automatically recognizes if the Kickstart version is too old. + - Numerous improvements for the integrated debugger. + - State save/restore implemented by Toni Wilen. At the moment, this is + experimental, "use at your own risk" code. It is not guaranteed that + future versions of the emulator will be able to read snapshots saved by + this version. Test it and report bugs. + User-visible changes in 0.8.16: - AGA playfield support (again) (Toni Wilen) - In addition to plain mono and stereo, there's a new sound setting "mixed".