diff --git a/aegisub/changelog.txt b/aegisub/changelog.txt index 9455eaf17..f7c4d150b 100644 --- a/aegisub/changelog.txt +++ b/aegisub/changelog.txt @@ -14,14 +14,22 @@ Please visit http://aegisub.net to download latest version o Rotation on X/Y axes; o Scaling on X/Y axes; o Clipping to a rectangle. -- Support reading SSA/ASS files with intermixed V4 and V4+ Styles sections. (jfs) -- Fixed loading of sections with unexpected cases. (AMZ) - Changes to Audio Spectrum: (jfs) o The calculated FFT data are now cached, so things should be faster o Actual signal power is now more accurately represented o The palette is changed o The selection is no longer shown by ugly reverse colour but with a different palette instead o Use vertical zoom slider to amplify/dampen displayed signal strength (useful for better visualisation of quiet sections, or easier picking out the dominating frequencies in noisy sections) +- Several changes to audio mode (AMZ): + o Normal and SSA mode have been merged into one, all functionality available to both is now used at once. This is the same behavior as Sabbu has. (AMZ) + o Next line on commit is now on by default. + o Auto-commit will never change to the next line. + o When dragging line start/end markers, they will snap to keyframes or nearby subtitle start/end markers, hold down "Shift" to override this behaviour. + o The "Play" shortcut will always play, regardless of whether it was already playing or not. There is a new shortcut for "Stop". + o Styles for line start/end markers have changed. + o Holding down ctrl lets you retime the original line while in Karaoke mode. +- Support reading SSA/ASS files with intermixed V4 and V4+ Styles sections. (jfs) +- Fixed loading of sections with unexpected cases. (AMZ) - Plain-text export (jfs) - The style of the current line is automatically selected when opening the Style Manager (jfs) - Added long-missing Edit buttons in Style Manager (jfs) @@ -72,14 +80,6 @@ Please visit http://aegisub.net to download latest version - Added a Call Tip feature to the edit box, so it shows the function prototype as you type it. (AMZ) - Added a much-needed options dialog with all the relevant config.dat options in it. (AMZ) - Added a Normal/Reverse dropdown to collisions on Script Properties. (AMZ) -- Several changes to audio mode (AMZ): - o Normal and SSA mode have been merged into one, all functionality available to both is now used at once. This is the same behavior as Sabbu has. (AMZ) - o Next line on commit is now on by default. - o Auto-commit will never change to the next line. - o When dragging line start/end markers, they will snap to keyframes or nearby subtitle start/end markers, hold down "Shift" to override this behaviour. - o The "Play" shortcut will always play, regardless of whether it was already playing or not. There is a new shortcut for "Stop". - o Styles for line start/end markers have changed. - o Holding down ctrl lets you retime the original line while in Karaoke mode. - Fixed loading of SRT and TXT files, which were causing an empty line to appear at the start of the file. (AMZ) - Added options to toggle the display of the audio timeline and of the time over the mouse cursor. (AMZ) - Destination of screenshots can now be set in the options dialog. (AMZ)