--- gigedit/trunk/ChangeLog 2018/01/23 16:30:56 3409 +++ gigedit/trunk/ChangeLog 2019/01/31 18:43:09 3458 @@ -7,6 +7,20 @@ * 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). + * Extended support for keyboard function keys up to F19. + * List assigned scripts as colored tooltip when hovering mouse over the + "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) Version 1.1.0 (2017-11-25)