* Added 'REPORTS.POST_EXPORT_CMD' and 'REPORTS.WIN_POST_EXPORT_CMD'
fields to the database.
* Incremented the database version to 242.
* Added 'RDReport::postExportCommand()' and
'RDReport::setPostExportCommand()' methods in 'lib/rdreport.cpp' and
'lib/rdreport.h'.
* Added 'Linux Post Export Cmd' and 'Windows Post Export Cmd' controls
to the 'Edit Report' dialog in 'rdadmin/edit_report.cpp' and
'rdadmin/edit_report.h'.
* Implemented post export commands in 'lib/rdreport.cpp'.
* Fixed a bug in the 'Edit Audio' dialog in 'lib/rdedit_audio.cpp'
that caused loss of precision when loading the Cut Gain control
[GitHub issue #000037].
* Added support for 'HPI_ADAPTER_MODE_9OSTREAM',
'HPI_ADAPTER_MODE_9OSTREAM' and 'HPI_ADAPTER_MODE_9OSTREAM' modes
in 'utils/rdhpiinfo/change_mode.cpp' and
'utils/rdhpiinfo/rdhpiinfo.cpp'.
* Implemented proper labeling for 'HPI_ADAPTER_MODE_16OSTREAM' mode
with ASI6x85 adapters.
* Added support for 'HPI_ADAPTER_MODE_9OSTREAM',
'HPI_ADAPTER_MODE_9OSTREAM' and 'HPI_ADAPTER_MODE_9OSTREAM' modes
in 'utils/rdhpiinfo/change_mode.cpp' and
'utils/rdhpiinfo/rdhpiinfo.cpp'.
* Implemented proper labeling for 'HPI_ADAPTER_MODE_16OSTREAM' mode
with ASI6x85 adapters.
* Implemented the 'RDXPORT_COMMAND_AUDIOSTORE' web API call in
'web/rdxport/audiostore.cpp', 'web/rdxport/rdxport.cpp' and
'web/rdxport/rdxport.h'.
* Added an 'RDAudioStore' class in 'lib/rdaudiostore.cpp' and
'lib/rdaudiostore.h'.
* Modified the Desk Gauge widget in 'rdlibrary/disk_gauge.cpp'
and 'rdlibrary/disk_gauge.h' to use the 'RDAudioStore' class
[fixes GitHub issue #000035].
* Applied a patch from albanpeignier that adds a second scheduler
code for music events.
* Added an 'EVENTS.HAVE_CODE2' field to the database.
* Incremented the database version to 241.
* Added a 'GPIO_EVENTS' table to the database.
* Incremented the database version to 240.
* Implemented GPIO event logging in 'ripcd/local_macros.cpp' and
'ripcd/ripcd.h'.
* Added an 'Events Log' area to RDGpiMon(1) in
'utils/rdgpimon/rdgpimon.cpp' and 'utils/rdgpimon/rdgpimon.h'.
* Added code in rdmaint(1) to purge logged GPIO events in
'utils/rdmaint/rdmaint.cpp' and 'utils/rdmaint/rdmaint.h'.
* Applied a patch from albanpeignier for RDLogEdit that appends
a new cart to a log if 'Add' is touch with no long line highlighted
[GitHub pull request #000031.
* Removed redundant line assignments in 'rdlogmanager/edit_clock.cpp'.
* Applied a patch from albanpeignier that adds a 'Clone' button
to the 'Edit Clock' dialog in 'rdlogmanager/edit_clock.cpp' and
'rdlogmanager/edit_clock.h' [GitHub pull request #000030].
* Fixed a bug in 'cae/cae_alsa.cpp' that caused induced noise
when routing passthrough audio.
* Reversed format detection order so as to prefer S32_LE format
over S16_LE in 'cae/cae_alsa.cpp'.
* Fixed a bug in 'rdadmin/edit_decks.cpp' that caused the incorrect
switcher matrix value to be loaded when selecting a new switcher
host.
* Fixed a bug in 'rdadmin/edit_decks.cpp' that caused spurious
entries to appear in the list of available matrix output sources.
* Added an 'RDMatrix::BtGpi16' value to the 'RDMatrix::Type'
enumeration in 'lib/rdmatrix.cpp' and 'lib/rdmatrix.cpp'.
* Implemented a driver for the Broadcast Tools GPI-16 in
'ripcd/btgpi16.cpp' and 'ripcd/btgpi16.h'.
* Fixed a bug in 'lib/rdcut.cpp' that caused the 'Title' value
to be applied to the 'Description' field in the 'RDCut::setMetadata()'
method.
* Added 'docs/metadata_wildcards.txt'.
* Implemented support for the '%i' ['Cut Description'] wildcard in
rdimport(1)'s '--metadata-pattern' switch in
'utils/rdimport/rdimport.cpp' [Github Issue #6].
* Implemented support for the '%o' ['Outcue'] wildcard in
rdimport(1)'s '--metadata-pattern' switch in
'utils/rdimport/rdimport.cpp'.
* Implemented support for the '%y' ['Release Year'] wildcard in
rdimport(1)'s '--metadata-pattern' switch in
'utils/rdimport/rdimport.cpp'.
* Added an 'RDLiveWire::loadSettings()' method in 'lib/rdlivewire.cpp'
and 'lib/rdlivewire.h'.
* Fixed a bug in the 'Configure RDCatch' dialog that caused
the 'Switcher Matrix' and 'Switcher Output' dropdowns to fail to
be populated for a LiveWire LWRP Audio switcher device in
'rdadmin/edit_decks.cpp' and 'rdadmin/edit_decks.h'.
* Removed code that disabled 'Delete cuts before importing' checkbox
when no 'To Cart' value was specified in the 'Dropbox Configuration'
dialog in 'rdadmin/edit_dropbox.cpp'.