summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2020-08-13Bump development versionDan Davison
2020-08-06Bump structopt from 0.3.15 to 0.3.16 (#276)dependabot-preview[bot]
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.15 to 0.3.16. - [Release notes](https://github.com/TeXitoi/structopt/releases) - [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md) - [Commits](https://github.com/TeXitoi/structopt/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-03Bump dev versionDan Davison
2020-08-03Revert "Revert "Bump error-chain from 0.12.2 to 0.12.4 (#269)""Dan Davison
This reverts commit 4b7508b8b644e2e3b9967d341f0cbc0c621ab059.
2020-08-03Revert "Revert "Bump syntect from 4.2.0 to 4.3.0 (#270)""Dan Davison
This reverts commit 977e37879c936dd828ea4e0acee255bcbb6977c8.
2020-08-03Revert "Bump syntect from 4.2.0 to 4.3.0 (#270)"Dan Davison
This reverts commit 2731194d4511075894c5cb5bb79ed082209141ae.
2020-08-03Revert "Bump error-chain from 0.12.2 to 0.12.4 (#269)"Dan Davison
This reverts commit 70880f2830029be4f80191b7566841d1d3f80cde.
2020-08-03Bump error-chain from 0.12.2 to 0.12.4 (#269)dependabot-preview[bot]
Bumps [error-chain](https://github.com/rust-lang-nursery/error-chain) from 0.12.2 to 0.12.4. - [Release notes](https://github.com/rust-lang-nursery/error-chain/releases) - [Changelog](https://github.com/rust-lang-nursery/error-chain/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang-nursery/error-chain/commits/0.12.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-03Bump syntect from 4.2.0 to 4.3.0 (#270)dependabot-preview[bot]
Bumps [syntect](https://github.com/trishume/syntect) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/trishume/syntect/releases) - [Changelog](https://github.com/trishume/syntect/blob/master/CHANGELOG.md) - [Commits](https://github.com/trishume/syntect/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-02Bump versionDan Davison
2020-08-01Initialize parser code based on alacritty ansi.rsDan Davison
2020-07-22Bump git2 from 0.13.6 to 0.13.8dependabot-preview[bot]
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.6 to 0.13.8. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.6...0.13.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-13Bump versionDan Davison
2020-07-11Add side-by-side diff view (#243)Dan Davison
Closes #86
2020-07-06Bump version in Cargo.tomlDan Davison
2020-06-30Bump unicode-width from 0.1.7 to 0.1.8dependabot-preview[bot]
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.7 to 0.1.8. - [Release notes](https://github.com/unicode-rs/unicode-width/releases) - [Commits](https://github.com/unicode-rs/unicode-width/commits/v0.1.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-22Bump dirs from 2.0.2 to 3.0.0dependabot-preview[bot]
Bumps [dirs](https://github.com/soc/dirs-rs) from 2.0.2 to 3.0.0. - [Release notes](https://github.com/soc/dirs-rs/releases) - [Commits](https://github.com/soc/dirs-rs/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-17Bump structopt from 0.3.14 to 0.3.15 (#224)dependabot-preview[bot]
2020-06-10Refactor testDan Davison
2020-06-10Bump bitflags from 1.1.0 to 1.2.1dependabot-preview[bot]
Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.1.0 to 1.2.1. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/master/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/1.1.0...1.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-07Remove libgit2 dependency on opensslDan Davison
2020-06-04Store libgit2 config in configFred Davison
2020-06-02Implement compositional decoration attributesDan Davison
Ref #205
2020-05-29Bump regex from 1.3.7 to 1.3.9dependabot-preview[bot]
Bumps [regex](https://github.com/rust-lang/regex) from 1.3.7 to 1.3.9. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/regex-1.3.7...1.3.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-27Bump console from 0.11.2 to 0.11.3dependabot-preview[bot]
Bumps [console](https://github.com/mitsuhiko/console) from 0.11.2 to 0.11.3. - [Release notes](https://github.com/mitsuhiko/console/releases) - [Commits](https://github.com/mitsuhiko/console/compare/0.11.2...v0.11.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-27Merge pull request #200 from dandavison/dependabot/cargo/syntect-4.2.0dependabot-preview[bot]
2020-05-26Bump versionDan Davison
2020-05-26Bump syntect from 4.1.1 to 4.2.0dependabot-preview[bot]
Bumps [syntect](https://github.com/trishume/syntect) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/trishume/syntect/releases) - [Changelog](https://github.com/trishume/syntect/blob/master/CHANGELOG.md) - [Commits](https://github.com/trishume/syntect/compare/v4.1.1...v4.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-26Remove unused crates from Cargo.tomlDan Davison
2020-05-22Introduce style strings to replace color optionsDan Davison
https://git-scm.com/docs/git-config#Documentation/git-config.txt-color - Support "syntax" pseudo foreground color - Delete the --syntax-highlight CLI option This was never released.
2020-05-16Bump shell-words from 0.1.0 to 1.0.0dependabot-preview[bot]
Bumps [shell-words](https://github.com/tmiasko/shell-words) from 0.1.0 to 1.0.0. - [Release notes](https://github.com/tmiasko/shell-words/releases) - [Commits](https://github.com/tmiasko/shell-words/commits/v1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-16Hunk highlighting test and refactoringDan Davison
- New command-line option --syntax highlight to select which category of hunk lines to be syntax highlighted. --highlight-removed is now deprecated. - New hunk highlighting test tests syntax highlighting and background colors - Refactor: construction of style modifiers for config struct - Refactor: compute minus and plus foreground style sections separately - Refactor: foreground style logic - Refactor: rearrange style modifier construction for config - Refactor: change variable name: => highlight_minus_lines - Refactor: clean up --color-only config implementation
2020-05-14Accept input lines as raw bytes and decode in main loopDan Davison
2020-04-29Bump unicode-segmentation from 1.3.0 to 1.6.0 (#159)dependabot-preview[bot]
2020-04-29Bump unicode-width from 0.1.6 to 0.1.7 (#158)dependabot-preview[bot]
2020-04-29Bump atty from 0.2.13 to 0.2.14 (#148)dependabot-preview[bot]
2020-04-29Bump structopt from 0.2.18 to 0.3.14 (#147)dependabot-preview[bot]
2020-04-29Bump error-chain from 0.12.1 to 0.12.2 (#149)dependabot-preview[bot]
2020-04-29Bump ansi_term from 0.11.0 to 0.12.1 (#146)dependabot-preview[bot]
2020-04-29Bump syntect from 4.1.0 to 4.1.1 (#145)dependabot-preview[bot]
2020-04-28chore: Update console to 0.11 (#143)Igor Gnatenko
Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>
2020-04-27Remove some unused syntect featuresest31
The default list of syntect features is: default = ["default-onig"] default-onig = ["parsing", "assets", "html", "yaml-load", "dump-load", "dump-create", "regex-onig"]
2020-04-27Remove unused itertools dependencyest31
Found by cargo-udeps
2020-04-26Bump version0.1.1Dan Davison
2020-04-26Bump versionDan Davison
2020-04-18Bump version0.0.18Dan Davison
2020-04-16Merge branch 'master' into width-calc-fixDan Davison
2020-04-16Update syntect libraryDan Davison
2020-04-15Merge branch 'master' into width-calc-fixDan Davison
2020-03-03Bump version0.0.17Dan Davison