Skip to content

Releases: YoriKv/celpix

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 21 Sep 03:03
  • 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

Choose a tag to compare

@github-actions github-actions released this 20 Sep 08:05
  • 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

Choose a tag to compare

@github-actions github-actions released this 20 Sep 01:00
  • Command line options, mostly for opening files
  • Fontmap small fixes

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 19 Sep 04:22
  • Undo fixes
  • Button colors fixes
  • Other small bug fixes

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 18:42
  • 1.0 release
  • Export from multi-select

Full Changelog: v0.5.27...v1.0.0

v0.5.27

Choose a tag to compare

@github-actions github-actions released this 18 Sep 00:47
  • 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

Choose a tag to compare

@github-actions github-actions released this 17 Sep 00:14
  • Added smart scan, a heuristic based scan for compressed graphics

Full Changelog: v0.5.24...v0.5.25

v0.5.24

Choose a tag to compare

@github-actions github-actions released this 16 Sep 22:36
  • LZ4W and aPLib compression (from SGDK)
  • Boolean checkbox plugin inputs

Full Changelog: v0.5.23...v0.5.24

v0.5.23

Choose a tag to compare

@github-actions github-actions released this 16 Sep 20:14
  • "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

Choose a tag to compare

@github-actions github-actions released this 16 Sep 00:41
  • 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_major to tilemap formats
  • More things added to the undo stack
  • Various fixes

Full Changelog: v0.5.21...v0.5.22