ripgrep-all/CHANGELOG.md

31 lines
745 B
Markdown
Raw Normal View History

2019-06-17 10:59:28 +00:00
# 0.9.2 (2019-06-17)
- Fix file ending regex ([#13](https://github.com/phiresky/ripgrep-all/issues/13))
# 0.9.1 (2019-06-16)
- Add enabled adapters to cache key if caching for archive
2019-06-16 10:19:01 +00:00
- Prevent empty trailing page output in pdf reader
2019-06-16 09:07:29 +00:00
# 0.9.0 (2019-06-16)
- 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
2019-06-15 10:07:54 +00:00
# 0.8.9 (2019-06-15)
- Finally fix linux binary package
- add readme to crates.io
2019-06-15 09:00:45 +00:00
# 0.8.7 (2019-06-15)
Minor fixes
- Correctly wrap help text
- Show own help when no arguments given
- Hopefully package the rga binary correctly
# 0.8.5
previous changes not documented