Skip to content

Commit

Permalink
Prepare v0.2.104
Browse files Browse the repository at this point in the history
  • Loading branch information
mywave82 committed May 11, 2023
1 parent 7113880 commit cea15f0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
Version 0.2.104
===============

* Update libsidplayfp
* Update adplug
* Latest version of the upstream version
* Adds support for *.PIS and *.MTR
* Reimplemented the OPL2/3 status viewer
* Buffer for compositing tracker data for music that supports this, was not
cleared between pattern loads. Causing visual data to be accumulated.
* OCP now supports multiple of the emulator implementations
* Default emulator to use has been changed
* Configuration dialog added into setup:
* Elapsed time is now based on played samples and not counting seconds passed
* Screen resizing should be more consistent on remembering settings
* Add support for 3-bytes-per-pixel in SDL 1.x
* Files that are detected as valid for libancient but fails decompression,
OCP failed to reset the filehandler read-position back to 0.
* Track viewer had some excessive CPU usage
* Analyzer viewer has the scale gain range increased, and the current gain is
visible in the header.
* Quick help documentation has been updated, with special focus on the keyboard
shortcuts.

Version 0.2.103
===============

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_INIT([ocp],[0.2.103],[[email protected]])
AC_DEFINE(DLLVERSION, [0x00000267])
AC_INIT([ocp],[0.2.104],[[email protected]])
AC_DEFINE(DLLVERSION, [0x00000268])

AC_CANONICAL_HOST

Expand Down

0 comments on commit cea15f0

Please sign in to comment.