- Fix file ending regex (#13)
- Fix decoding of UTF16 with BOM (#5)
- Shorten the output on failure to two lines (phiresky#7), you can use
--no-messages
to completely suppress errors. - Better installations instructions in readme for each OS
- Add windows binaries! Including all dependencies!
- Add enabled adapters to cache key if caching for archive
- Prevent empty trailing page output in pdf reader
- Split decompress and tar adapter so we can also read pure .bz2 files etc
- Add mime type detection to decompress so we can read e.g. /boot/initramfs.img which is a bz2 file without ending
- Finally fix linux binary package
- add readme to crates.io
Minor fixes
- Correctly wrap help text
- Show own help when no arguments given
- Hopefully package the rga binary correctly
previous changes not documented