2024-12-28
    * Release 1.4.1

2024-12-27
    * Release 1.4.1 preparations

2024-09-11
    * added meta-event end-of-track
    * using std::function instead of raw function pointers

2024-09-08
    * better formatting of event times in 'hh:mm:ss.zzz'

2023-12-25
    * Release 1.4.0

2023-12-06
    * Preparations for release 1.4.0
        Build with Qt6 by default
        For Qt6 compatibility, the USE_QT5 option must be set
        C++ compiler and runtime requirements upgraded to C++17
        CMake requirement upgraded to 3.16

2023-11-01
    * using std::call_once for restoring settings

2023-08-17
    * Better compatibility with Qt < 6.3.0

2023-06-11
    * Fixes after Drumstick SF ticket 48:
    *   Report better SMF loading errors
    *   Don't believe SMF header about the number of tracks

2023-03-01
    * Fixed default language setting

2022-08-10
    * Release 1.3.1

2022-08-05
    * Help window fixed and simplified
    * Drumstick 2.7.0 required because alsaevent.h includes qMetaType declaration for SequencerEvent*

2022-05-07
    * Replaced deprecated QRegExp by QRegularExpression for better Qt6 compatibility

2022-04-22
    * Using QGuiApplication::setDesktopFileName to fix the wrong icon in KDE+Wayland

2022-04-17
    * Release 1.3.0

2022-04-16
    * Czech translation updated, by Pavel Fric

2022-04-11
    * Fixed update state member
    * Fixed resetting position after playback finished
    * Fixed MIDI thru: only while recording

2022-04-10
    * Moved encoding combo box from the settings dialog to the toolbar
    * Allow to switch encodings on the fly without reloading the song
    * Avoid deprecated signals and methods of drumstick-file classes
    * Fixed row highlighting as playback feedback

2022-04-09
    * New MIDI Thru connection option

2022-01-27
    * Avoid loading translations for English

2022-01-16
    * Fixed ticket #4 install failure with BUILD_DOCS=OFF

2022-01-15
    * AppStream MetaInfo renamed.

2021-12-16
    * Added downloads in documentation
    * Bumped version for the next development cycle

2021-12-12
    * Release 1.2.0

2021-12-11
    * Czech translation, by Pavel Fric

2021-11-27
    * New build options: USE_QT and BUILD_DOCS
    * Qt6 compatibility fixes
    * Documentation and help system updated
    * Using pandoc for help documents and manpages generation

2021-11-19
    * Save recording corrections:
      Use the chosen file suffix from the save dialog when not given by the user
      Save always an initial tempo event
      Fixed saved tracks duration

2021-11-13
    * Fixed mute track functionality
    * Fixed event playback highlighting

2021-11-10
    * Support WRK file format markers, provided by Drumstick 2.5

2021-09-25
    * Desktop icons replaced

2021-09-19
    * Release 1.1.0

2021-09-16
    * Supported RIFF RMID files (.rmi), provided by Drumstick 2.4

2021-07-23
    * Fixed system exclusive events processing in wrk format

2021-07-21
    * fixes: default encoding, and time signature wrk events

2021-04-28
    * Removed warnings building with Qt >= 5.15

2021-04-25
    * Standarization: MIDI texts/lyrics encoding defaults to Latin1

2021-04-23
    * added action icons: internal theme based on breeze
    * new settings: qt style, dark mode, and internal icon theme
    * desktop icons replaced

2021-04-01 00:00 plcl
    * CMake version >= 3.14
    * added SCM Revision to the about box

2021-02-04 00:00 plcl
    * Fixed file info dialog (initial tempo)

2021-01-10 00:00 plcl
    * Dropped KDE dependency. It only depends on Qt5 now
    * Using Drumstick 2.0 for ALSA sequencer and File (MID/WRK) support
    * Code and build systems modernization
    * Czech translation updated, by Pavel Fric
    * Japanese translation updated, by Oota Toshiya
    * Spanish translation updated
    * Release 1.0.0

2013-07-28 00:00 plcl
    * Finished Japanese translation, by Oota Toshiya
    * Release 0.7.5

2010-11-27 00:00 plcl
    * Partial Japanese translation, by Oota Toshiya

2010-09-18 00:00 plcl
    * Fixed a crash at exit when playing

2010-09-17 00:00 plcl
    * release 0.7.4

2010-09-16 00:00 plcl
    * Update of Czech translation by Pavel Fric
    * docbook version update
    * release preparation

2010-09-15 00:00 plcl
    * revised universal sysex messages translation
    * revised bank/patch messages translation

2010-09-14 00:00 plcl
    * better reporting of file loading errors

2010-09-13 00:00 plcl
    * parse/play OVE files (Overture)

2010-09-10 00:00 plcl
    * config option to request real-time priority
    * config option to resize columns while recording
    * (both options are disabled by default)

2010-09-05 00:00 plcl
    * require drumstick >= 0.5
    * do not set real-time priority on MIDI input thread
    * fixed class SequenceModel: warnings and dimensions

2010-03-09 00:00 plcl
    * Release 0.7.3
    * using Drumstick-0.3
    * play WRK files (cakewalk)
    * open files from the command line
    * drag and drop files into the main window
    * fixed Loop and stop time (last event time was not initialised)
    * show the file name in the window title bar

2010-02-12 00:00 plcl
    * Switch to SVN
    * Replacing aseqmm by Drumstick

2009-12-23 00:00 plcl

    * Release 0.7.2
    * Build system improvements
    * Fixed dynamic linking issues with aseqmm
    * assorted fixes

2009-12-16 00:00 plcl

    * Allow to stop in paused state.

2009-12-13 00:00 plcl

    * playback loop
    * mute track
    * Czech translation updated by Pavel Fric

2009-12-11 00:00 plcl

    * support for SMF sequencer specific and unregistered meta-events
    * open files filtered by mime-type instead of extensions

2009-12-10 00:00 plcl

    * support for international text encodings
    * translations updated.

2009-12-05 00:00 plcl

    * Czech translation. Thanks to Pavel Fric

2009-08-30 00:00 plcl

    * show file creation/modification dates in the SMF info dialog

2009-08-28 00:00 plcl

    * fine grained filter menu: add to each category two new options: all, none

2009-08-11 00:00 plcl

    * synchronize with current aseqmm tree

2009-08-10 00:00 plcl

    * Version 0.7.1

2009-08-09 00:00 plcl

    * Tempo scale

2009-08-08 00:00 plcl

    * Fix unregistered bug: don't change tempo/PPQ from the preferences
      dialog, it may trash the current song
    * New sequence information dialog

2009-08-07 00:00 plcl

    * add the fine grained event filters to the main menu bar in addition
      to the context menu
    * Store state of the new fine grained event filters
    * Coarse filters disable fine grained filter menu groups

2009-08-05 00:00 plcl

    * Translate note numbers into names
    * Translate controller and program numbers into names
    * Instrument definitions: GM, GS and XG standards
    * Context menu: Adjust column sizes
    * Fine grained event filters

2009-06-24 00:00 plcl

    * Version 0.7.0

2009-06-23 00:00 plcl

    * new man page
    * documentation updated
    * Spanish translation updated

2009-06-21 00:00 plcl

    * Read and dump events from SMF (Standard MIDI Files)
    * Save the session also in SMF format
    * MIDI Playback
    * Tabbed views for track filters

2008-12-29 00:00 plcl

    * Converted to KDE4/Qt4
    * Version 0.6.0

2008-03-24 00:00 plcl

    * Fix the crash at startup when ALSA is not loaded
    * Fixed position of the context menu to the mouse pointer
    * Version 0.5.1

2006-12-28 01:57  plcl

    * updated install instructions
    * updated documentation
    * Version 0.5.0 released

2006-12-27 16:18  plcl

    * CMake build system support
    * Remove the old autotools buildsystem
    * Warning fixes

2005-09-25 01:50  plcl

    * Fix a nasty bug with the connections dialog, and bump version to
      0.4.1

2005-09-24 00:00  plcl

    * Version 0.4 released
    * RPM spec files included

2005-09-03 01:59  plcl

    * UI files cleanup

2005-08-29 00:23  plcl

    * Internationalization updates
    * Spanish translation updated

2005-08-28 22:44  plcl

    * Context menu to hide/show list columns

2005-08-27 12:27  plcl

    * Reorganized preferences dialog

2005-08-27 11:55  plcl

    * antialiased icons

2005-08-26 02:00  plcl

    * Configuration dialog redesign, using tabs to take less
          screen real estate.

2005-08-25 18:00  plcl

    * Option for using fixed font
    * Format sysex with 2 hex digits per byte
    * Show/hide columns
    * Option for translating universal sysex messages
    * Configure dialog available even when recording

2005-08-05 00:10  plcl

    * Version 0.3 released

    * New Connections menu, with three items: connect-all,
      disconnect-all and a dialog allowing the user to configure
      ALSA sequencer connections from inside the program

    * New column showing the source ALSA client/port for
      each event.

    * New configurable option to show the ALSA client name
      or number, applied to the new column and elsewhere

2005-05-13 00:02  plcl

    * Version 0.2 released

2005-05-12 23:23  plcl

    * Use <State> in xml.rc, instead of setEnabled() in code

2005-05-01 14:39  plcl

    * Changelog created

2005-05-01 14:35  plcl

    * More code restructuration. Hopefully it works this time

2005-05-01 14:34  plcl

    * Translations enabled. First Spanish translation

2005-04-30 00:37  plcl

    * Fixed some problems with latest code restructuration

2005-04-28 00:14  plcl

    * Added Christoph Eckert to credits - about dialog

2005-04-28 00:03  plcl

    * Channel numbers from 1 to 16. Code restructured. Thanks to
      Christoph Eckert for his suggestions.

2005-04-27 07:55  plcl

    * Documentation updated. Thanks to Christoph Eckert

2005-04-26 22:06  plcl

    * Preferences and Save must be disabled while recording

2005-04-25 00:58  plcl

    * initial import

