forked from mupen64plus/mupen64plus-ui-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
72 lines (49 loc) · 1.74 KB
/
CHANGELOG
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
v1.0.0 A.G.E. FIXME_RELEASE_DATE:
* New Alpha Griffin stuff!
* FIXME - finish filling this out!
v0.2.4 Jan 19, 2017:
* Dropped support for SDL1
* PySDL2 is unbundled, not distributed with source anymore
* Input bug fixes
v0.2.3 May 04, 2015:
* Migrated to Qt5
* Python3 support
* Toggle video extension without restart
* Add windows portable build
v0.2.2 Oct 18, 2014:
* Initial Python3 support
* Add special SDL2 joystick event system for input config
* Add support for non-native rom files in romlist
* Many bug fixes, full log http://git.io/yRePKw
v0.2.1 Mar 09, 2014:
* Greatly speed up reading ROM list
* Check if core supports DelaySI/CountPerOp options
* Add support for OpenBSD plugin paths
* Fix search for cheats in mupencheats.txt
v0.2.0 Jan 27, 2014:
* New DelaySI and CountPerOp core settings
* Input settings are now disabled if mode is not fully manual
* Aspect ratio is not preserved when window is maximized
* Added more in-game preview images
* Code refactoring and bug fixes
v0.1.9 Jan 12, 2014:
* bug fixes
v0.1.8 Jan 09, 2014:
* translations support
* enable configuration for rsp plugins
* bug fixes
v0.1.7 Dec 15, 2013:
* log viewer dialog
* bug fixes
v0.1.6 Sep 28, 2013:
* SDL2 support
* option to disable screensaver when emulator is running
* option to keep aspect when resizing window
* LoadFrom/SaveAs actions for state files, PJ64 states are supported
v0.1.4 Jun 05, 2013:
* window resizing (needs Mupen64Plus v2.0-rc2)
* switched to PyQt API ver2
* support multiple files in archives
* icons used are now from Tango! project
v0.1.0 Jun 23, 2012:
* First public release