--- gigedit/trunk/ChangeLog 2014/06/16 15:24:54 2641 +++ gigedit/trunk/ChangeLog 2015/01/11 16:39:22 2697 @@ -91,6 +91,22 @@ * Region Chooser: Double click opens dimension manager dialog. * Dimension Manager: Clicking on dimension type cell of an existing dimension opens a popup to alter the dimension type. + * Script Tree: Double click opens script editor. + * Fixed potential crash if exception was thrown while opening a gig file. + * Added support for visual progress bar while saving a gig file. + * Automatically switch the sampler's (audible) instrument whenever another + instrument was selected in gigedit (this default behavior can be switched + off in the settings menu of gigedit). + * Dimension Region Editor: Show coarse sample format info (audio channels, + bit depth, sample rate) and unique sample ID (since the gig format allows + different samples to have the same name). + * Dimension Region Editor: Added button "Select Sample" on the sample tab, + which allows to conveniently select the dimension region's sample on the + left hand side's samples tree view. + * Sample Referenve View Dialog: Clicking on a reference in the list closes + the dialog and jumps directly to the respective instrument, region and + dimension region the respective sample reference is located at. + * Fixed instruments, samples and scripts to appear twice after save. Version 0.2.0 (2009-07-31)