--- gigedit/trunk/ChangeLog 2020/01/10 14:22:25 3711 +++ gigedit/trunk/ChangeLog 2020/02/03 18:47:02 3738 @@ -41,6 +41,17 @@ * Added boolean setting to main menu -> "View" -> "Instrument Properties by Double Click", which allows to prevent double clicking an instrument on the instruments list view from opening its properties dialog. + * Added "Move Instrument To ..." menu action (available as Ctrl + i shortcut) + which shows a small dialog for entering the instrument's new index. + * Added widget class 'MultiLineLabel' to fix size issues with stock Gtk::Label + on large text blocks. + * Script Editor: highlight new NKSP 'patch' keyword in pink color. + * NKSP: Added support for managing script 'patch' variables for each + instrument; added a dedicated "Script" tab on right-hand side of Gigedit's + main window with a list view to manage these variables. + * Use more appropriate stepping/paging increments/decrements for spinboxes' + plus/minus buttons (depending on the individual parameter spinbutton + actually controls). Version 1.1.1 (2019-07-27)