Releases: YoriKv/celpix
Releases · YoriKv/celpix
Release list
v1.0.4
- SNES ROM container that automatically fixes the internal header's checksum
- Cols picks how a tilemap's pages sit side by side when there are multiple pages
- More codec fixes
- A few more small fixes
Full Changelog: v1.0.3...v1.0.4
v1.0.3
- Compress & Reshape plugin type, allows combining a compression & reshape plugin
- File ▸ New Compress & Reshape Plugin… creates a custom compression & reshape plugin
local to the current project - Running sum reshape, usually used with compression
Full Changelog: v1.0.2...v1.0.3
v1.0.2
- Command line options, mostly for opening files
- Fontmap small fixes
Full Changelog: v1.0.1...v1.0.2
v1.0.1
- Undo fixes
- Button colors fixes
- Other small bug fixes
Full Changelog: v1.0.0...v1.0.1
v1.0.0
- 1.0 release
- Export from multi-select
Full Changelog: v0.5.27...v1.0.0
v0.5.27
- Konami LZ compression, both the 1 kb and 4 kb variants
- Capcom 8-byte mask RLE compression (SNES)
- Generic 8-bit index tilemap format
Full Changelog: v0.5.26...v0.5.27
v0.5.25
- Added smart scan, a heuristic based scan for compressed graphics
Full Changelog: v0.5.24...v0.5.25
v0.5.24
- LZ4W and aPLib compression (from SGDK)
- Boolean checkbox plugin inputs
Full Changelog: v0.5.23...v0.5.24
v0.5.23
- "View as palette" feature. View ROM data interpreted as a palette to make
it easier to find palette data - Stamp tilemap plugin stride is not its own parameters instead of using cols
- A plugin example for plugin inputs
- A few cleanup fixes
- More undo stack fixes
Full Changelog: v0.5.22...v0.5.23
v0.5.22
- Added plugin inputs that allow a plugin to be configurable, mostly used
for plugins that reference other parts of the ROM for tables - The Slice dialog can edit its codec's inputs, from a button beside its own
compression picker - More sega compression formats
- Expanded reshape plugin, added
reshape.split-words-2x2-clockwise - Added
column_majorto tilemap formats - More things added to the undo stack
- Various fixes
Full Changelog: v0.5.21...v0.5.22