QmidiCtl - A MIDI Remote Controller via UDP/IP Multicast 
--------------------------------------------------------

ChangeLog


1.0.2  2025-03-31  An Early Spring'25 Release.

- Fixed command line parsing (QCommandLineParser/Option) to not
  exiting the application with a segfault when showing help and
  version information.

- Prepping up next development cycle (Qt >= 6.8)


1.0.1  2024-09-28  An Early-Fall'24 Release.

- Target platform is now Android 14 (in compliance to Google
  Play Developer Program policies).

- Multi-touch/finger support is now an option.


1.0.0  2024-06-19  An Unthinkable Release.

- Making up the unthinkable (aka. v1.0.0)


0.9.91  2024-05-01  A Spring'24 Release Candidate 2.

- Prepping the unthinkable (aka. v1.0.0-rc2)

- Updated to latest framework level (Qt >= 6.7)



0.9.90  2024-04-10  A Spring'24 Release Candidate.

- Prepping the unthinkable (aka. v1.0.0-rc1)


0.9.12  2024-01-24  A Winter'24 Release.

- Updated copyright headers into the New Year (2024).


0.9.11  2023-09-09  An End-of-Summer'23 Release.

- Preppings to next development cycle (Qt >= 6.6)


0.9.10  2023-06-01  A Spring'23 Release.

- Prepping into the next development cycle (with Qt >= 6.5).


0.9.9  2023-03-23  An Early-Spring'23 Release.

- Bumping copyright headers to the brand new year.


0.9.8  2022-12-28  And End-of-Year'22 Release.

- Just bumping into the next develop cycle/season.


0.9.7  2022-10-03  An Early-Autumn'22 Release.

- Bumped version number into the next release season.


0.9.6  2022-04-02  A Spring'22 Release.

- Main application icon is now presented in scalable format (SVG).

- Migrated command line parsing to QCommandLineParser/Option
  (Qt >= 5.2)


0.9.5  2022-01-09  A Winter'22 Release.

- Dropped autotools (autoconf, automake, etc.) build system.


0.9.4  2021-07-04  An Early-Summer'21 Release.

- All builds default to Qt6 (Qt >= 6.1) where available.

- CMake is now the official build system.


0.9.3  2021-05-11  A Spring'21 Release.

- All packaging builds switching to CMake.


0.9.2  2021-03-14  An End-of-Winter'21 Release.

- Bumped version micro/dot number into the next develop cycle.


0.9.1  2021-02-07  A Winter'21 Release.

- Early preparations for the New Year develop(ment) cycle.


0.9.0  2020-12-17  A Winter'20 Release.

- Early fixing to build for Qt >= 6.0.0 and comply with C++17 
  standard.


0.6.3  2020-07-31  A Summer'20 Release.

- Early fixing to build for Qt >= 5.15.0.


0.6.2  2020-03-24  A Spring'20 Release.

- A scalable (.svg) icon version has been added.

- Make man page compression reproducible (after request by Jelle
  van der Waa, while on the Vee-Ones, thanks).

- Updated to build Android App Bundles (Qt >= 5.14.0).

- Avoid some touch-events while tracking a swipe gesture.

- Bumped copyright headers into the New Year (2020).


0.6.1  2019-12-22  The Winter'19 Release.

- Provide a default IPv6 address, and feedback to the user in the 
  options dialog (after a merge request by plcl aka. Pedro 
  López-Cabanillas, while on qmidinet).

- When using ./configure --with-qt=... it is also necessary to 
  adjust the PKG_CONFIG_PATH environment variable (also by plcl aka. 
  Pedro López-Cabanillas, while on qmidinet).


0.6.0  2019-10-17  An Autumn'19 Release.

- Populate automatically the network interface combo-box with 
  detected interface names (after merge request by plcl aka.
  Pedro López-Cabanillas, while on qmidinet).

- Complete rewrite of all the basic network interface code,
  while using the Qt5 framework as far as needed to support
  IPv4 and IPv6 seamless and interchangeably.

- Added alternate yet non-official CMake build option.

- Fix HiDPI display screen effective support (Qt >= 5.6).

- Added left/right swipe gestures to navigate over mixer strip 
  pages.

- Make sure compiler flags comply to c++11 as standard.


0.5.5  2019-07-12  A Summer'19 Release.

- Multi-touch/finger support has been introduced.

- Updated for the newer Qt5 development tools (>= 5.13).

- Configure updated to check for qtchooser availability.

- Minor update to Debian packaging control file.


0.5.4  2019-04-11  A Spring-Break'19 Release

- Fix build on linux with musl (according to POSIX.1-2001, 
  POSIX.1-2008; PR#3 by Andreas Müller aka. schnitzeltony,
  thanks).

- HiDPI display screen support (Qt >= 5.6).


0.5.3  2019-01-08  An Early Winter'19 Release

- Added proper display names to Command and Control Type entry 
  fields on Configure dialog (ie. MIDI controller assignments
  dialog).

- Old deprecated Qt4 build support is no more.

- AppData/AppStream metadata is now settled under an all permisssive 
  license (FSFAP); also updated to be the most compliant with latest 
  freedesktop.org specification and recommendation.


0.5.2  2018-06-30  An Early Summer'18 release.

- Fixed all mixer strips for a larger width on main layout.

- Fixed for some g++ >= 8.1.1 warnings and quietness.

- Yes, Android GA is now official.


0.5.1  2018-01-11  An Early Winter'18 release.

- A little hardening on the configure (autoconf) macro side.

- A rather naive attempt to port to the Android-Qt platform; also 
  introducing an (Android) Action Bar menu look-a-like.


0.5.0  2017-12-16  End of Autum'17 release.

- Desktop entry specification file is now finally independent from 
  build/configure template chains.

- Updated target path for freedesktop.org's AppStream metainfo file 
  (formerly AppData).


0.4.3  2017-04-27  Pre-LAC2017 release frenzy.

- Added French man page (by Olivier Humbert, thanks).

- Make builds reproducible byte for byte, by getting rid of the 
  configure build date and time stamps.


0.4.2  2016-11-14  A Fall'16 release.

- Almost complete overhaul on the configure script command
  line options, wrt. installation directories specification,
  eg. --prefix, --bindir, --libdir, --datadir and --mandir.


0.4.1  2016-09-14  End of Summer'16 release.

- Dropped the --enable-qt5 from configure as found redundant given 
  that's the build default anyway (suggestion by Guido Scholz, while 
  for Qtractor, thanks).


0.4.0  2016-04-05  Spring'16 release frenzy.

- Added application keywords to freedesktop.org's AppData.


0.3.0  2015-09-21  Summer'15 release frenzy.

- Prefer Qt5 over Qt4 by default with configure script.

- Complete rewrite of Qt4 vs. Qt5 configure builds.

- Fixed for some strict tests for Qt4 vs. Qt5 configure builds.


0.2.0  2015-03-23  Pre-LAC2015 pre-season release.

- Reset (to network defaults) button added to options dialog,
  which also gets some layout reform.

- Added application description as freedesktop.org's AppData.

- Previously hard-coded UDP/IP multicast address (225.0.0.37)
  is now an user configurable option.

- A man page has beed added.

- Allow the build system to include an user specified LDFLAGS.


0.1.1  2013-12-31  A fifth of a Jubilee.

- More preparations for Qt5 configure build.

- Preparations for Qt5 migration.

- Make(ing) -jN parallel builds now available for the masses.

- Fixed Makefile.in handling of installation directories to the 
  configure script eg. --datadir.

- Symbian^3 port (by Pedro Lopez-Cabanillas).

- Added translatable macro contextualizers.


0.1.0  2010-09-03  Second public release.

- Standard desktop icon fixing (Fremantle/Hildon).

- MIDI note and controller names (GM) added.

- Logarithmic scale configure option added.

- Message box title confidence fix (whatever it be:)

- MIDI controller assignment, any other than mostly MMC, is now
  user configurable for all widgets, buttons, sliders and knobs,
  trough the novel "Configure..." menu item.

- Dropped the "About Qt..." menu item.

- Use standard dialog buttons as provided by QDialogButtonBox.

- Attempt to comply with maemo.org extras-testing promotion.


0.0.1  2010-03-07  First public release.
