Releases: edemaine/recursed-xls2lua
Releases · edemaine/recursed-xls2lua
v0.3.0
- Spreadsheet expansion feature: process all
duplicate
rooms and write out a fully expanded .xlsx
file
- Upgrade
xlsx
package
v0.2.1
- Add
substitute
subcommand when duplicating a room. This makes it especially useful: you can make lots of nearly similar rooms without having copy/paste drift.
- Bug fix for
yield
: They were appearing one pixel too low before.
v0.2.0
- Add
duplicate:room
feature for making copies of rooms (but with different names)
v0.1.2
- Fix bad bug that caused y drift within a row
v0.1.1
- Remove conflict on
d
: diamond
short form is now di
(d
is for door
, an alias for lock
)
v0.1.0
- Add support for global objects via
!
- Add
-o
option to output level to a specified directory, e.g., directly to Steam
- Bug fix: Auto-quote record argument
v0.0.6
- Remove trailing blank rows until we get to 15 rows (sometimes XLSX exports include these blank rows)
v0.0.4
- Executable should now work on all operating systems with
/usr/bin/env