diff --git a/ChangeLog b/ChangeLog index 5c16e3e..f677781 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +#### 14 / Apr / 2024 + +Mednaffe 0.9.3 is released with the following changes: + +- Added a 'Recent files' menu. +- Fix misalignment of screenshots. +- Added and fixed settings (up to mednafen 1.31.1). +- pce, pce_fast: Correct sha-256 bios (thanks to SamRohod for reporting). +- [MacOS] Use macOS keyboard mapping when __APPLE__ is defined (patch by codeman38). + + #### 30 / Nov / 2021 Mednaffe 0.9.2 is released with the following changes: @@ -12,7 +23,6 @@ Mednaffe 0.9.2 is released with the following changes: - [Linux] Flatpak is available on Flathub (thanks to GabMus and hfiguiere for the help). - #### 04 / Feb / 2021 Mednaffe 0.9.1 is released with the following changes: diff --git a/share/win/ChangeLog_Mednaffe.txt b/share/win/ChangeLog_Mednaffe.txt index c035945..bd76e1d 100644 --- a/share/win/ChangeLog_Mednaffe.txt +++ b/share/win/ChangeLog_Mednaffe.txt @@ -1,3 +1,14 @@ +#### 14 / Apr / 2024 + +Mednaffe 0.9.3 is released with the following changes: + +- Added a 'Recent files' menu. +- Fix misalignment of screenshots. +- Added and fixed settings (up to mednafen 1.31.1). +- pce, pce_fast: Correct sha-256 bios (thanks to SamRohod for reporting). +- [MacOS] Use macOS keyboard mapping when __APPLE__ is defined (patch by codeman38). + + #### 30 / Nov / 2021 Mednaffe 0.9.2 is released with the following changes: diff --git a/share/win/NOTICE.txt b/share/win/NOTICE.txt index bcc4d61..ea17601 100644 --- a/share/win/NOTICE.txt +++ b/share/win/NOTICE.txt @@ -2,7 +2,7 @@ ------------------ Mednaffe is licensed under the GNU GENERAL PUBLIC LICENSE version 3. -See: /licenses/mednaffe-0.9.2/COPYING +See: /licenses/mednaffe-0.9.3/COPYING This build of Mednaffe uses libraries (statically-linked) and resources from various free sofware / open source projects. diff --git a/share/win/README_WINDOWS.txt b/share/win/README_WINDOWS.txt index eb3037e..af97dfa 100644 --- a/share/win/README_WINDOWS.txt +++ b/share/win/README_WINDOWS.txt @@ -1,4 +1,4 @@ - README for Mednaffe 0.9.2 (Windows version) + README for Mednaffe 0.9.3 (Windows version) ------------------------------------------------------------------------------------------- Mednaffe is a front-end (GUI) for mednafen emulator. diff --git a/share/win/mednaffe.rc b/share/win/mednaffe.rc index 9030340..59b4b7a 100644 --- a/share/win/mednaffe.rc +++ b/share/win/mednaffe.rc @@ -1,21 +1,21 @@ 1 ICON "mednaffe.ico" 1 VERSIONINFO -FILEVERSION 0,9,2,0 -PRODUCTVERSION 0,9,2,0 +FILEVERSION 0,9,3,0 +PRODUCTVERSION 0,9,3,0 BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904E4" BEGIN VALUE "FileDescription", "A front-end (GUI) for Mednafen emulator" - VALUE "FileVersion", "0.9.2" + VALUE "FileVersion", "0.9.3" VALUE "InternalName", "mednaffe" - VALUE "LegalCopyright", "Copyright \251 2010-2021 AmatCoder" + VALUE "LegalCopyright", "Copyright \251 2010-2024 AmatCoder" VALUE "LegalTrademarks", "Released under GPLv3" VALUE "OriginalFilename", "mednaffe.exe" VALUE "ProductName", "Mednaffe" - VALUE "ProductVersion", "0.9.2" + VALUE "ProductVersion", "0.9.3" END END diff --git a/src/mednaffe.c b/src/mednaffe.c index 6abe2f9..71a99e7 100644 --- a/src/mednaffe.c +++ b/src/mednaffe.c @@ -1,7 +1,7 @@ /* * mednaffe.c * - * Copyright 2013-2021 AmatCoder + * Copyright 2013-2024 AmatCoder * * This file is part of Mednaffe. *