From 8f4f332faf12398460054086e23bf54be1a49382 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 8 Jun 2020 20:09:14 -0400 Subject: RELEASES.md: Use short links for issues consistently --- RELEASES.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'RELEASES.md') 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 ---- -- cgit v1.2.3