Skip to content

Commit

Permalink
Version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Jun 1, 2020
1 parent 4096e3a commit 2913dd3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@

#define PROGRAM_NAME "OPL3 Bank Editor"

#define VERSION "1.5"
#define VERSION "1.5.1"

#ifdef IS_QT_4
#define COPYRIGHT_SIGN "(C)"
#else
#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

0 comments on commit 2913dd3

Please sign in to comment.