Skip to content

Commit d393bd9

Browse files
committed
prepare release
1 parent 43568ae commit d393bd9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v0.2.2 Oct 18, 2014:
2+
* Initial Python3 support
3+
* Add special SDL2 joystick event system for input config
4+
* Add support for non-native rom files in romlist
5+
* Many bug fixes, full log http://git.io/yRePKw
6+
17
v0.2.1 Mar 09, 2014:
28
* Greatly speed up reading ROM list
39
* Check if core supports DelaySI/CountPerOp options

src/m64py/core/defs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
CORE_API_VERSION = 0x20001
2323
CONFIG_API_VERSION = 0x20000
2424
MINIMUM_CORE_VERSION = 0x016300
25-
FRONTEND_VERSION = "0.2.1"
25+
FRONTEND_VERSION = "0.2.2"
2626

2727
SIZE_1X = (320, 240)
2828
SIZE_2X = (640, 480)

0 commit comments

Comments
 (0)