Skip to content

Commit cea15f0

Browse files
committed
Prepare v0.2.104
1 parent 7113880 commit cea15f0

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

Changelog

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
Version 0.2.104
2+
===============
3+
4+
* Update libsidplayfp
5+
* Update adplug
6+
* Latest version of the upstream version
7+
* Adds support for *.PIS and *.MTR
8+
* Reimplemented the OPL2/3 status viewer
9+
* Buffer for compositing tracker data for music that supports this, was not
10+
cleared between pattern loads. Causing visual data to be accumulated.
11+
* OCP now supports multiple of the emulator implementations
12+
* Default emulator to use has been changed
13+
* Configuration dialog added into setup:
14+
* Elapsed time is now based on played samples and not counting seconds passed
15+
* Screen resizing should be more consistent on remembering settings
16+
* Add support for 3-bytes-per-pixel in SDL 1.x
17+
* Files that are detected as valid for libancient but fails decompression,
18+
OCP failed to reset the filehandler read-position back to 0.
19+
* Track viewer had some excessive CPU usage
20+
* Analyzer viewer has the scale gain range increased, and the current gain is
21+
visible in the header.
22+
* Quick help documentation has been updated, with special focus on the keyboard
23+
shortcuts.
24+
125
Version 0.2.103
226
===============
327

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
AC_INIT([ocp],[0.2.103],[[email protected]])
2-
AC_DEFINE(DLLVERSION, [0x00000267])
1+
AC_INIT([ocp],[0.2.104],[[email protected]])
2+
AC_DEFINE(DLLVERSION, [0x00000268])
33

44
AC_CANONICAL_HOST
55

0 commit comments

Comments
 (0)