diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-06-08 20:09:14 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-06-08 20:09:14 -0400 |
commit | 8f4f332faf12398460054086e23bf54be1a49382 (patch) | |
tree | e52d8fd444febf7d88e15e34958bf7db3a7b1cae /RELEASES.md | |
parent | a66e8a6df7b04b2d54408061181eead12473fe1b (diff) | |
download | bfs-8f4f332faf12398460054086e23bf54be1a49382.tar.xz |
RELEASES.md: Use short links for issues consistently
Diffstat (limited to 'RELEASES.md')
-rw-r--r-- | RELEASES.md | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/RELEASES.md b/RELEASES.md index 556a033..98b5815 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -111,13 +111,16 @@ **April 15, 2019** -- New `-unique` option that filters out duplicate files (https://github.com/tavianator/bfs/issues/40) +- New `-unique` option that filters out duplicate files ([#40]) - Optimized the file coloring implementation - Fixed the coloring implementation to match GNU ls more closely in many corner cases - Implemented escape sequence parsing for `LS_COLORS` - Implemented `ln=target` for coloring links like their targets - Fixed the order of fallbacks used when some color keys are unset -- Add a workaround for incorrect file types for bind-mounted files on Linux (https://github.com/tavianator/bfs/issues/37) +- Add a workaround for incorrect file types for bind-mounted files on Linux ([#37]) + +[#40]: https://github.com/tavianator/bfs/issues/40 +[#37]: https://github.com/tavianator/bfs/issues/37 1.3.3 @@ -382,7 +385,7 @@ Changes since 0.96: Bugfix release. -- Fixed https://github.com/tavianator/bfs/issues/7 again +- Fixed [#7] again - Like GNU find, don't print warnings by default if standard input is not a terminal - Redirect standard input from /dev/null for -ok and -okdir - Skip . when -delete'ing @@ -391,6 +394,8 @@ Bugfix release. - Support -perm +MODE for symbolic modes - Fixed the build on FreeBSD +[#7]: https://github.com/tavianator/bfs/issues/7 + 0.84 ---- @@ -455,12 +460,14 @@ Bugfix release. 56/76 GNU find features supported. - Color broken symlinks correctly -- Fix https://github.com/tavianator/bfs/issues/7 +- Fix [#7] - Fix `-daystart`'s rounding of midnight - Implement (most of) `-newerXY` - Implement `-used` - Implement `-size` +[#7]: https://github.com/tavianator/bfs/issues/7 + 0.70 ---- |