View Source Changelog
Note
This changelog is a best effort summary of each version, for a complete history the commit history is preferred.
Pre-releases
v0.0.1-alpha.1
A first, naive implementation of divingbells.
Can "compress" a file and writes the compressed data to disc with the extension .dbc.
The "compressed" data is able to be decompressed and wirtten to disc.
The decompression is not limited to the extension .dbc.
This version does only support configuration to define the source file, destination file, if to compress or decompress.