ripgrep-all/CHANGELOG.md

63 lines
2.2 KiB
Markdown
Raw Permalink Normal View History

2020-06-09 11:23:54 +00:00
# 0.9.7 (unreleased)
- auto generate parts of the readme
- add loads of debug logs and performance timings when `--debug` is used
- better error messages via `anyhow`
- add cross-platform rga-fzf binary
2020-06-17 09:43:47 +00:00
- add a config file (~/.config/ripgrep-all) that is generated on first use, including schema
- change adapter interface from `(&Read, &Write) -> ()` to `Read -> Read` to allow chaining of adapters
2020-09-10 15:18:11 +00:00
- this means that all adapters are now run in their own thread, data passed via a pipe. might cause performance regressions
2020-06-09 11:23:54 +00:00
2020-05-19 10:06:34 +00:00
# 0.9.6 (2020-05-19)
2020-05-19 09:10:11 +00:00
- Fix windows builds
- Case insensitive file extension matching
- Move to Github Actions instead of Travis
2020-05-19 10:03:44 +00:00
- Fix searching for words that are hyphenated in PDFs (#44)
2020-05-19 10:06:34 +00:00
- Always load rga-preproc binary from location where rga is
2020-05-19 09:10:11 +00:00
2020-04-08 11:25:04 +00:00
# 0.9.5 (2020-04-08)
2020-04-08 11:24:12 +00:00
- Allow search in pdf files without extension (https://github.com/phiresky/ripgrep-all/issues/39)
2020-04-08 11:27:15 +00:00
- Prefer shipped binaries to system-installed ones (https://github.com/phiresky/ripgrep-all/issues/32)
2020-04-08 11:24:12 +00:00
- Upgrade dependencies
2019-09-19 20:11:49 +00:00
# 0.9.3 (2019-09-19)
- Fix compilation on new Rust by updating rusqlite ([#25](https://github.com/phiresky/ripgrep-all/pull/25))
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))
- Fix decoding of UTF16 with BOM ([#5](https://github.com/phiresky/ripgrep-all/issues/5))
2019-06-18 10:14:09 +00:00
- Shorten the output on failure to two lines (https://github.com/phiresky/ripgrep-all/issues/7), you can use `--no-messages` to completely suppress errors.
- Better installations instructions in readme for each OS
- Add windows binaries! Including all dependencies!
2019-06-17 10:59:28 +00:00
# 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