-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathCHANGELOG
83 lines (58 loc) · 2.01 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
73
74
75
76
77
78
79
80
81
82
83
v0.3.0 Oct 19, 2024:
* Migrated to Qt6
* Wayland support
* Option to pause emulator when focus is lost
* Accept drop events
* Add pyproject.toml
v0.2.5 Apr 10, 2020:
* GLideN64 plugin is now included in binary releases
* Fix video extension
* Remove DelaySI option
* Change setup.py to Setuptools and refactor bits of code
* Bug fixes
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