summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Expand)Author
2020-08-03Revert "Bump error-chain from 0.12.2 to 0.12.4 (#269)"Dan Davison
2020-08-03Bump error-chain from 0.12.2 to 0.12.4 (#269)dependabot-preview[bot]
2020-08-03Bump syntect from 4.2.0 to 4.3.0 (#270)dependabot-preview[bot]
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]
2020-07-13Bump versionDan Davison
2020-07-11Add side-by-side diff view (#243)Dan Davison
2020-07-09Bump dirs from 3.0.0 to 3.0.1 (#239)dependabot-preview[bot]
2020-07-06Bump version in Cargo.tomlDan Davison
2020-06-30Bump unicode-width from 0.1.7 to 0.1.8dependabot-preview[bot]
2020-06-22Bump dirs from 2.0.2 to 3.0.0dependabot-preview[bot]
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]
2020-06-07Remove libgit2 dependency on opensslDan Davison
2020-06-04Store libgit2 config in configFred Davison
2020-06-02Implement compositional decoration attributesDan Davison
2020-05-29Bump regex from 1.3.7 to 1.3.9dependabot-preview[bot]
2020-05-27Bump console from 0.11.2 to 0.11.3dependabot-preview[bot]
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]
2020-05-26Remove unused crates from Cargo.tomlDan Davison
2020-05-22Introduce style strings to replace color optionsDan Davison
2020-05-16Bump shell-words from 0.1.0 to 1.0.0dependabot-preview[bot]
2020-05-16Hunk highlighting test and refactoringDan Davison
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
2020-04-27Remove some unused syntect featuresest31
2020-04-27Remove unused itertools dependencyest31
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
2020-03-01Support 256-color terminal environmentsDan Davison
2020-02-06Bump versionDan Davison
2019-12-23read themes from bat's cache as welldata-pup
2019-12-03Bump versionDan Davison
2019-11-14Properly calculate string widths with unicode_widthWang Xuerui