Releases: MonsterDruide1/TAS-Editor
v1.3.2
v1.3.1
FIX: remove duplicate command on saving STAS with empty frame at the end
v1.3.0
NEW: New script format: STAS (only for SMBW and single-player)
REMOVED: SL/SR buttons
NEW: Setting for default script format (STAS or nxTAS)
NEW: Setting for author name in new script format
NEW: Select format when opening/saving files
NEW: Timer to track the time spent editing a file
v1.2.9
FIX: Undo after Clone operation
v1.2.8
INTERNAL: Cleanup of Script, InputLine and CorruptedScriptException
CHANGE: Script only exports non-empty lines
FIX: Undo of pasting multiple lines
FIX: Undo of deleting non-continuous selection
v1.2.7
NEW: Add "Save Copy to..." to MenuBar, allowing to save the current state into a new file while still keeping the current file opened
v1.2.6
NEW: Add multiple empty frames (CTRL+SHIFT+A)
CHANGE: Remap adding single empty frame to CTRL+SHIFT+ALT+A
CHANGE: Insert empty frames at selection instead of end, only appending when no frame is selected
v1.2.5
NEW: Add/Remove buttons by SHIFT-clicking across rows
v1.2.4
INTERNAL: Cleanup TAS class from Window-dependent methods
FIX: Dialogs should appear centered above MainEditorWindow
FIX: NullPointerException when "Open" is canceled
INTERNAL: Minimize usage of TAS class
INTERNAL: StickAction takes array of positions
INTERNAL: SmoothTransitionDialog uses StickAction instead of replacing LineAction
INTERNAL: Dragging buttons uses ButtonAction instead of replacing LineAction
FIX: Disable "Select Lines" in MenuBar without active script
INTERNAL: Remove manual binding of cut/copy/paste mappings in PianoRoll
INTERNAL: Insert with rows now the default instead of inserting empty rows
CHANGE: Paste will insert instead of replacing now
NEW: Paste and replace selected: CTRL+R
CHANGE: Re-order LineRightClickMenu to match MenuBar order
v1.2.3
NEW: Add "Select Lines" dialog/menu (CTRL+G) - Examples: "34", "120, 35", "5-20" or "120-150, 155"
FIX: Scroll to first frame given in "Select Lines" dialog