This is still for Spel2 1.25.2.
Four months without stable release, so lots of features. Nothing new if you've been using the WHIP build.
UI: Added font options to the style options window
UI: Added new embedded font "Hack", a free monospace programming font
UI: Changed the default font (Clear your font setting if you want to see it!)
UI: Made the script prints *a lot* smaller and not be behind the console input
UI: Added line numbers to console
UI: Added option to disable ghost timer (Ctrl+O)
UI: Added some liquid parameters like gravity in game properties
UI: Tweaked camera dragging, focusing and zooming with mouse4
UI: Fixed noclip getting stuck on ladders and other things
UI: Added some global variables to console for faster testing (`E == selected entity`, `U == its uid`, `P == get_player(1)`)
UI: Added options to draw more/less hitboxes (for floor, liquid, logical...)
UI: Added explosion hitbox previews for explosives
UI: Draw some more circular hitboxes based on entity shape
UI: Changed pause type so the music won't glitch
UI: Added Finder Tool (F7). Search for entities based on name, type, flags...
UI: Added menubar to find all the features. Hid some more tabs by default
UI: Left Alt has joined the gang of available keyboard modifiers
UI: (LAlt+Mouse1) Hold to draw perfectly decorated floor (or whatever) on grid
UI: (LAlt+Mouse3) Hold to select many entities (you can do additional filtering in the finder)
UI: (LAlt+Mouse4) Fix broken or un-decorated floors
UI: (LAlt+Mouse5) Eraser
UI: ([LAlt+]Delete) Delete multiple selected entities or current picked entity
UI: (Mouse3) Spawn tools now default to current picked entity type
UI: (Mouse3) Doubleclick if you want to clear explicitly selected entity type in spawner
UI: Smart delete tries to kill entities with minimal side-effects, mess and crashing (WIP)
UI: Entity mask used by these tools can be changed in the options
UI: Disabled moving non-movable floors, it just makes a mess
UI: Lots of small fixes to existing entity properties views
API: Dozens of features from the last few months.