--- uae/docs/NEWS 2018/04/24 16:39:44 1.1.1.2 +++ uae/docs/NEWS 2018/04/24 16:48:25 1.1.1.8 @@ -2,22 +2,73 @@ 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.7.5: - - Fixed compilation bugs on Linux ELF systems (sorry!) - - Better gtk detection (hopefully) +User-visible changes in 0.8.10: + - Audio interpolation + - Bugfixes for + * disk emulation + * FPU emulation + * CPU prefetch emulation (the "compatible" setting). + * some 2.0+ filesystem packets + * text-based UI (should compile again) + * some other parts + - People like me who liked the old command line options better can now use + (most of) them again. + +User-visible changes in 0.8.9: + - The filesystem emulation should be able to emulate an Amiga FS more + accurately. Script/Pure bits and filenotes are kept. + - Patrick Ohly contributed SCSI support (currently Linux only) that allows + you to (e.g.) use CD writers with the emulator. + +User-visible changes in 0.8.8: + +User-visible changes in 0.8.7: + - Commandline and configuration file handling has been redone. The old + options are now longer supported + - Hardfiles and filesystems are called DHx: instead of UAEx: + - Filesystem emulation supports more 2.0+ packets + - FPU works again + +User-visible changes in 0.8.6: + - Black scanlines implemented ('D' modifier for "-O" option) + - Should no longer crash when resetting the emulation + - DOS port update + - Improvements in X11 and ncurses user interfaces. + - Sound can be re-configured at run-time in the UI. -(version 0.7.4 left out for, er, technical reasons) +User-visible changes in 0.8.5: + - Prettier gtk user interface + - Swedish documentation by Jonas Holm Pileborg + - Might compile with BSD make + - The 68000 MOVEP instruction works properly + - Many Win32 code updates - it _might_ compile out of the box for you if + your compiler setup is identical to mine -User-visible changes in 0.7.3: +User-visible changes in 0.8.4: + - The option "-O" has two new modifiers, 'a' and 'p'. + +User-visible changes in 0.8.3: + - Amiga and GGI ports updated + - X11 version supports DGA and windowed mode in one binary, hotkeys, and a + mouse grabbing mode + +User-visible changes in 0.8.2: + - Should compile on *BSD and on non-x86 systems again. + - Better gtk detection (hopefully) - Fixed bugs that made the low bandwidth feature and dithered color output unusable in the X11 version. - - Fixed compilation bugs on BSD systems (Krister Walfridsson) + - The X11 driver can now display 8 bit Picasso screens even on truecolor X + displays. -User-visible changes in 0.7.2: - - Picasso bug fixed that caused corruption of window scrollbars. +User-visible changes in 0.8.1: - BeOS update (Christian Bauer) + - New copper code that should be more exact and maybe a little bit faster. + - Picasso bug fixed that caused corruption of window scrollbars. + - Fix for problems in interlace modes on line doubled displays. + - The CPU emulation can try to approximate the speed of a 7MHz A500. -User-visible changes in 0.7.1: +User-visible changes in 0.8.0: + - Better support for some BSD variants. - Fixed a display bug that caused dual playfield displays in high resolution to look wrong. - The gtk UI no longer crashes when the "-G" option is used.