Skip to content

Commit 75927ff

Browse files
committed
Update docs
1 parent 25614e8 commit 75927ff

5 files changed

Lines changed: 36 additions & 7 deletions

File tree

ChangeLog

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
#### 04 / Feb /2021
1+
#### 30 / Nov / 2021
2+
3+
Mednaffe 0.9.2 is released with the following changes:
4+
5+
- Added support for gamepad navigation through game list.
6+
- Fix Gen/MD 6-buttons controller input mapping.
7+
- [Windows] Fix issues when non-ASCII characters are used in paths.
8+
- [Windows] Add an option to allow larger fonts for game list.
9+
- [Windows] Add dark variants for themes.
10+
- [Windows] Fix failure to find configuration inside bin/ or lib/ folders (patch by mayawarrier).
11+
- [Linux] Fix joystick support on 32 bits (patch by not-a-user).
12+
- [Linux] Flatpak is available on Flathub (thanks to GabMus and hfiguiere for the help).
13+
14+
15+
16+
#### 04 / Feb / 2021
217

318
Mednaffe 0.9.1 is released with the following changes:
419

share/win/ChangeLog_Mednaffe.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
#### 30 / Nov / 2021
2+
3+
Mednaffe 0.9.2 is released with the following changes:
4+
5+
- Added support for gamepad navigation through game list.
6+
- Fix Gen/MD 6-buttons controller input mapping.
7+
- [Windows] Fix issues when non-ASCII characters are used in paths.
8+
- [Windows] Add an option to allow larger fonts for game list.
9+
- [Windows] Add dark variants for themes.
10+
- [Windows] Fix failure to find configuration inside bin/ or lib/ folders (patch by mayawarrier).
11+
- [Linux] Fix joystick support on 32 bits (patch by not-a-user).
12+
- [Linux] Flatpak is available on Flathub (thanks to GabMus and hfiguiere for the help).
13+
14+
115
#### 04 / Feb /2021
216

317
Mednaffe 0.9.1 is released with the following changes:

share/win/NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
------------------
33

44
Mednaffe is licensed under the GNU GENERAL PUBLIC LICENSE version 3.
5-
See: /licenses/mednaffe-0.9.1/COPYING
5+
See: /licenses/mednaffe-0.9.2/COPYING
66

77
This build of Mednaffe uses libraries (statically-linked) and resources
88
from various free sofware / open source projects.

share/win/README_WINDOWS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README for Mednaffe 0.9.1 (Windows version)
1+
README for Mednaffe 0.9.2 (Windows version)
22
-------------------------------------------------------------------------------------------
33

44
Mednaffe is a front-end (GUI) for mednafen emulator.

share/win/mednaffe.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
1 ICON "mednaffe.ico"
22

33
1 VERSIONINFO
4-
FILEVERSION 0,9,1,0
5-
PRODUCTVERSION 0,9,1,0
4+
FILEVERSION 0,9,2,0
5+
PRODUCTVERSION 0,9,2,0
66
BEGIN
77
BLOCK "StringFileInfo"
88
BEGIN
99
BLOCK "040904E4"
1010
BEGIN
1111
VALUE "FileDescription", "A front-end (GUI) for Mednafen emulator"
12-
VALUE "FileVersion", "0.9.1"
12+
VALUE "FileVersion", "0.9.2"
1313
VALUE "InternalName", "mednaffe"
1414
VALUE "LegalCopyright", "Copyright \251 2010-2021 AmatCoder"
1515
VALUE "LegalTrademarks", "Released under GPLv3"
1616
VALUE "OriginalFilename", "mednaffe.exe"
1717
VALUE "ProductName", "Mednaffe"
18-
VALUE "ProductVersion", "0.9.1"
18+
VALUE "ProductVersion", "0.9.2"
1919
END
2020
END
2121

0 commit comments

Comments
 (0)