Skip to content

Releases: MonsterDruide1/TAS-Editor

v1.3.2

03 Nov 22:55
Compare
Choose a tag to compare

INTERNAL: Check stas script before saving and warn if issues are found

v1.3.1

03 Nov 09:38
Compare
Choose a tag to compare

FIX: remove duplicate command on saving STAS with empty frame at the end

v1.3.0

29 Oct 14:22
Compare
Choose a tag to compare

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

18 Mar 22:47
Compare
Choose a tag to compare

FIX: Undo after Clone operation

v1.2.8

30 Dec 22:38
Compare
Choose a tag to compare

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

29 Sep 21:11
Compare
Choose a tag to compare

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

28 Sep 22:26
Compare
Choose a tag to compare

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

28 Sep 17:27
Compare
Choose a tag to compare

NEW: Add/Remove buttons by SHIFT-clicking across rows

v1.2.4

26 Sep 22:08
Compare
Choose a tag to compare

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

21 Sep 12:56
Compare
Choose a tag to compare

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