1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
0.34 - 2025-01-02
* Add iwbZusePP config for failing -i/-w/-b/-Z on Algorithm::Diff::XS
* It is 2024 and 2025
0.33 - 2023-11-07
* New version declarations based on CVE warnings
* Allow selecting PP diff when XS fails
* Doc fixes for groff-1.24
* Recursive ccdiff on two folders
0.32 - 2023-01-05
* Add ref to diff-so-fancy
* README & Documentation fixes (pr#21 .. pr#23, Ryan Schmidt)
* git-ccdiff: not all arguments are sha's (`git ccdiff .`, issue#25)
* It is 2023
0.31 - 2022-01-01
* It is 2021 - no changes in 2021
* It is 2022
0.30 - 2020-12-23
* Add --swap/-s
* Fix META issue for bugtracker
0.29 - 2020-09-16
* Fix Changes
* Default changed by $ENV{CLICOLOR} - see https://bixense.com/clicolors/
* It's 2020
* Fallback to Pod::Text if nroff not available for --man
* Support header colors and header for non-u
* Refuse to diff character and block devices
* Warn that --recurse and folders are not yet supported
* Prefer Algorithm::Diff::XS if installed (raf)
* Support arrarefs for when used as module
0.28 - 2019-09-02
* Add cpanfile
0.27 - 2019-01-15
* Requires Algorithm::Diff 1.1901
* Default no-color to $ENV{NO_COLOR} - see https://no-color.org
* Happy 2019
* Make sure file arg - only reads STDIN
0.26 - 2018-10-14
* Update git-ccdiff
* Docs for git
* Include git-ccdiff as file
* $HOME for Windows users
* Add option to skip header
* Add tests
* Add --settings
* Add repo and provides to META
0.25 - 2018-09-07
* Use CORE module for --info
* Show codepoints under -v3 (issue#14)
* Add --no-colors
* Reverse/invert debug color too under -r if possible
* Add --ellipsis / -e
* Allow used character indicators in RC
0.24 - 2018-08-26
* Filter colors on Term::ANSIColor version
* Add heuristics
0.23 - 2018-08-23
* Add color "none" to disable a color
* Try to prevent unsupported colors
* Also color line-change-indicators (-, +, <, and >) (issue#8)
* Add threshold for horizontal diff (issue#9)
* Remove one leading space for unified diffs
* Add git integration to integrated docs (issue#10)
* Add all Term::ANSIColor colors as known
* Fix color leakage in multiline changes
0.22 - 2018-08-21
* Fix issue tracker (issue#6, jwilk)
* Require perl-5.14.0 because of syntax used
* More docs about markers
* Add doc warning about large datasets
* Support emacs users with new config setting
* Fix license issues (gregoa, issue#2)
0.21 - 2018-08-19
* Add characterchange-marker on verbose level 2 and up
* Fancy is default, ascii is optional
* Colors are not optional, markers are
* Fix markers for spaces
* Fix doc typo (issue#4)
0.20 - 2018-08-16
* Start inline documentation
* Support configuration
* Add -I/--index
* Add --verbose meaning
* Add --list-colors
0.10 - 2018-08-15
* Allow bold variants for colors
* Start of -B implementation
0.09 - 2018-08-10
* Header for unified diff
0.08 - 2018-08-02
* Implement -b
* Implement -Z
* Implement -i
0.07 - 2018-07-30
* Add --utf8
* Add git integration example
0.06 - 2018-07-20
* Reset colors before newlines
* Add --utf-8
* Add git integration example
0.05 - 2018-07-09
* Add unified diff (-u, -u0)
* Complete the usage message
0.04 - 2018-07-06
* Put it all in git and on github
0.03 - 2018-07-06
* Add color options (--pink, --reverse, --old=C, --new=C, --bg=C)
* Add Unicode indicators (--fancy)
0.02 - 2018-05-15
* Add --no-color
0.01 - 2018-05-14
* Initial version
|