File: release-notes.txt

package info (click to toggle)
hatari 2.0.0%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 12,112 kB
  • ctags: 16,421
  • sloc: ansic: 146,916; python: 5,460; objc: 1,856; sh: 945; asm: 757; makefile: 152; xml: 32
file content (111 lines) | stat: -rw-r--r-- 3,211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111

User visible changes in Hatari (Python Gtk) UI
----------------------------------------------

2015-05:
- Add support for --gemdos-drive, --ttram option features
  and new tracepoints
- Debugger window supports WinUAE CPU core
- Updated UI version to 1.3

2014-06:
- Add support for --sound-sync, --sound-buffer-size,
  --slowdown, --gemdos-case, --drive-*-heads and
  --drive-* option features and new tracepoints
- Improved option names & descriptions
- update UI version to 1.2

2012-05:
- Add --desktop-st and --force-max options support
  (latter helps video recording of Falcon demos
   doing lots of resolution changes)

2012-01:
- Add microphone and YM voice mixing sound options
- Fix asserts and empty hatari config file caused by
  Hatari v1.6 config variable names changes by changing
  how Hatari config variable types are handled
- Update UI version to v1.1 (mainly due to config change)
- Support spaces in file paths/names

2011-10:
- Replace --slowfdc with --fastfdc

2011-04:
- Support RTC and "keep desktop resolution" options

2011-02:
- Support new tracepoints (AES, DSP, Videl, Crossbar)
- Disasm update for new Hatari disassembly output

2011-01:
- Use new Gtk v2.12 tooltip API
- Support capture cropping

2010-10:
- Improvements to text & key inserting
- Move hatari-console.py elsewhere

2010-05:
- Manual page for Hatari UI

2010-04:
- UI handles Hatari system configuration properly
- New settings dialog for HD dir and image configuration
- Maximum/preferred zoom support to display settings dialog
- Removed --spec512 support
- Option for whether debugger will change to new PC address
  whenever emulation is stopped again

2010-03:
- With the new Hatari --saveconfig option Hatari UI can ask Hatari
  to save its configuration (required by the UI) before the UI itself
  starts, user doesn't need to do it manually anymore
  (if user config is missing or out of date)
- Added --slowfdc support to Floppy settings dialog

2009-09:
- Support for setting CPU level & clock and Falcon DSP type

2009-08:
- Update to latest Hatari 1.3.0:
  - Debug/trace fixes (Hatari 1.3.1 includes these)

2009-07:
- Add Help menu items pointing to Hatari docs & site
- --timer-d support + doc updates

2009-06:
- Move to BerliOS Hatari repo
- Update to latest Hatari 1.2.0:
  - midi in/out, sound freq etc

2008-10:
- Support paths & peripherals settings

2008-09:
- Support for auto frameskip, statusbar and overlay led
- Remove support for multiple machine setups
  (now that run-time Hatari config/saving loading works)

2008-07:
- Support recanim/sound, config load/save and memory snapshot load/save
- First properly working with menus and toolbars instead of buttons
- Can adapt properly also to Hatari window getting smaller
  (works on desktop, maemo/Matchbox WM have still issues)
- Makefile for installation

2008-06:
- Fairly usable version with configurable buttons
- Can adapt to Hatari window size changes

2008-05:
- Loading & saving Hatari configuration and checking
  changes against saved configuration works

2008-04:
- First version with debugger UI

2008-02:
- First version that can embed Hatari window (needed quite
  a lot of testing to find method that works well enough)