diff --git a/changelog.txt b/changelog.txt index 277191d..9cd854d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +Version 1.5.1 +- Added an ability to set the audio device by user interface +- Added support for VGZ importing +- Added an ability to use OPL-Proxy plugin on any platform +- Fixed some bugs in VGM import support +- Fixed the look of UI overall + Version 1.5 - Added Adlib Gold file format - Added Real-Time MIDI support @@ -25,6 +32,7 @@ Version 1.5 - Added banks comparison tool - Added support for OPL2 chips (when certain hardware does use of OPL2 than OPL3) - Added support for some hardware OPL2/OPL3 devices running via Serial Port +- Added support for VGM importing Version 1.4.0.1 - Added ability to re-calculate sounding delays for entire instruments set diff --git a/src/version.h b/src/version.h index 6c33c29..4f8b6fd 100644 --- a/src/version.h +++ b/src/version.h @@ -25,7 +25,7 @@ #define PROGRAM_NAME "OPL3 Bank Editor" -#define VERSION "1.5" +#define VERSION "1.5.1" #ifdef IS_QT_4 #define COPYRIGHT_SIGN "(C)" @@ -33,6 +33,6 @@ #define COPYRIGHT_SIGN "©" #endif -#define COPYRIGHT COPYRIGHT_SIGN " 2016-2019, Vitaly Novichkov \"Wohlstand\"" +#define COPYRIGHT COPYRIGHT_SIGN " 2016-2020, Vitaly Novichkov \"Wohlstand\"" #endif // VERSION_H