--- gigedit/trunk/ChangeLog 2017/07/31 11:20:18 3340 +++ gigedit/trunk/ChangeLog 2018/01/23 16:30:56 3409 @@ -1,4 +1,14 @@ -Version SVN HEAD (?) +Version SVN trunk (?) + + * Script Editor: Fixed some minor issues with vertical line number bar + (which was editable, selectable and incorrectly displayed on new scripts). + * Translation Fix: MacroEditor.cpp and MacrosSetup.cpp were not under + translation control. + * Spelling fixes (patch provided by Debian maintainer Jaromír Mikeš). + * Added new main menu item "View" -> "Tooltips for Beginners" which allows + to disable tooltips intended for newbies only (default: on). + +Version 1.1.0 (2017-11-25) * allow building with G/GDK/GTK_DISABLE_DEPRECATED * fixed building without linuxsampler on Mac @@ -142,6 +152,15 @@ work after switching from an instrument with different dimension types. * Fix: Sample references view dialog had some odd behaviors, like it did not respond to mouse scroll events for instance. + * Debian: Raised Debian compatibility level to Debian 9 "Stretch". + * Raised max. pitchbend range to 48 semi tones. + * Added experimental support for upcoming GTK(MM)4 + (for now up to GTKMM 3.91.2 while still preserving backward compatibility + down to GTKMM 2). + * Re-merged r2845 to compile now with and without Gtk "Stock ID" API + (see also r3158). + * Visual cosmetics on Gtk 3. + * Script Editor: Use consistent font size on all screens and DPI settings. Version 1.0.0 (2015-07-17)