--- gigedit/trunk/ChangeLog 2018/02/10 12:01:09 3419 +++ gigedit/trunk/ChangeLog 2019/02/12 18:54:58 3469 @@ -12,6 +12,26 @@ "Scripts" column in the instruments list. * Added global keyboard accelerator Shift + Backspace for dropping all script slots from an instrument. + * Added option to save as gig v4 file (File -> Properties). + * Fixed duplicate items in File -> Properties -> "File Format" combo box. + * GIG SOUND FORMAT EXTENSION: Added combo box "Sustain Release Trigger" which + can be used to optionally play release trigger samples on sustain pedal up. + * GIG SOUND FORMAT EXTENSION: Added check box "No note-off release trigger" + which allows to disable release trigger samples on regular MIDI note-off. + * Fixed compiler errors with Gtk 3.24.x (patch by Miroslav Ć ulc). + * Fixed some compiler warnings + * Avoid non-standard offsetof usage (to get rid of gcc warnings) + * Use GDK Seat API if available to grab pointer + * Improve version checks for pangomm + * Fix the instrument list tooltip handling so it doesn't generate + GTK assertion error messages + * Use English quotation marks in tooltips instead of German + * Use multiple columns in controller value popups, as tall popup + menus work really badly in some GTK environments + * Avoid deprecated sigc++ usage + * Fix build on old linux environments + * Enable "silent rules" in build + * Fix memory read access bug Version 1.1.0 (2017-11-25)