Skip to content

Releases: jonathanschilling/irb

v1.2.0: implement compression type 2 and general housekeeping

14 Sep 12:23
3d52922

Choose a tag to compare

A new (de-)compression method was implemented, which allows to read a broader set of files.
Frame headers were discovered and explicitly implemented - IrbHeader is now IrbFrameHeader.
Some general housekeeping was performed and documentation was added.

v1.1.3: get compression method 1 to work again

19 Aug 21:53

Choose a tag to compare

This release gets the compression method 1 (run-length encoding of palette entries) to work again.

v1.1.2: ignore mystery header block types

15 Aug 19:00

Choose a tag to compare

  • add dummy definitions for mystery header blocks with IDs 5 and 6
  • ignore header block types 5 - 7 (7 being AUDIO) in parsing for now

Full Changelog: v1.1.1...v1.1.2

v1.1.1: [FIX] ignore non-empty EMPTY blocks

08 Aug 20:20

Choose a tag to compare

... should fix first part of #5

v1.1.0: allow to export video files

07 Jul 20:18

Choose a tag to compare

v1.1.0 implements the possibility to export video data.

v1.0.3: new CLI

24 Jan 11:29
06df57f

Choose a tag to compare

A new command-line interface was added using picocli.

v1.0.2

09 Jan 14:37
2e34043

Choose a tag to compare

  • added headless mode (optional command-line argument --headless)

v1.0.1

08 Jan 17:25

Choose a tag to compare

v1.0.1

first release

27 Dec 14:09

Choose a tag to compare

The command-line version works with JyPlot.