Skip to content
CHANGELOG 562 B
Newer Older
Luker's avatar
Luker committed
v0.2.0 (prealpha):
    * new, simpler RAW API (single-block)
Luker's avatar
Luker committed
    * computations can be stopped
Luker's avatar
Luker committed
    * precomputation caching
    * cached result can be compressed (raw/LZ4)
    * RFC API: global multithreading instead of per-class
Luker's avatar
Luker committed
    * CLI tool for raw API
    * OSX/BSD support
Luker's avatar
Luker committed
v0.1.8 (unreleased):
    * someone forgot to update the changelog :p
        * was bugfixing only, no new feature
    * fixed initializing encoder/decoder with more than 256 blocks
    * fixed untriggerable bug on writing decoding data.
Luker's avatar
Luker committed
v0.1.4:
    * finally reached a usable state