--- gigedit/trunk/ChangeLog 2017/05/30 20:17:12 3258 +++ gigedit/trunk/ChangeLog 2017/07/11 23:06:38 3307 @@ -105,6 +105,22 @@ windows and dialogs (if auto-restore of user's own custom window dimensions is disabled). * Mac fix: Make sure app window appears in front of all other apps. + * Script Editor: only if compiled without liblinuxsampler; added support for + new NKSP language keyword "synchronized". + * Script Editor: strike through code blocks filtered out by the preprocessor. + * Combine Tool: Show instruments' index number in the list view. + * Combine Tool: Now it allows to select the instruments to be combined + already in the main window's instruments list view; then either call the + combine instrument dialog from the main menu or use the new keyboard + shortcut Ctrl + j. + * Combine Tool: Added a vertical list which represents the order of the + selected instruments to be combined; dragging them modifies their order. + * Combine Tool: After returning from the combine tool dialog, automatically + scroll to the newly added (combined) instrument. + * Draw icons on individual dimension region zones, similar to the icons + already been drawn on regions. + * Fixed loop and sample reference icons being displayed incorrectly sometimes, + because unused dimension regions were not ignored. Version 1.0.0 (2015-07-17)