MyGit

0.12.0

dandavison/delta

版本发布时间: 2022-02-15 03:02:59

dandavison/delta最新发布版本:0.18.2(2024-09-11 20:37:21)

There's quite a lot in this release, with contributions from 8 different people.

Firstly a breaking change: some deprecated options are no longer supported: in particular plus-color and minus-color. See https://github.com/dandavison/delta/pull/914. A description of this change and what you need to do if you're affected by it is below.

Secondly, improvements, including:

Finally some bug fixes, including

Deprecated options no longer supported:

The options affected here have been deprecated for a couple of years; I hope this doesn't cause you any trouble. Here are the details:

The most common case is that you have something like this in your ~/.gitconfig:

[delta]
    plus-color = my_plus_color
    minus-color = my_minus_color

Please change that to

[delta]
    plus-style = syntax my_plus_color
    minus-style = normal my_minus_color

Here's the list of deprecated options with a summary of how to update them:

minus-color             Deprecated: use `minus-style = normal my_background_color`
plus-color              Deprecated: Use `plus-style = syntax my_background_color`
minus-emph-color        Deprecated: use `minus-emph-style = normal my_background_color`
plus-emph-color         Deprecated: Use `plus-emph-style = syntax my_background_color`
highlight-removed       Deprecated: use `minus-style = syntax my_background_color`
commit-color            Deprecated: use `commit-style = my_foreground_color
                                         commit-decoration-style = my_foreground_color`
file-color              Deprecated: use `file-style = my_foreground_color
                                         file-decoration-style = my_foreground_color`
hunk-style              Deprecated: synonym of `hunk-header-decoration-style`
hunk-color              Deprecated: use `hunk-header-style = my_foreground_color
                                         hunk-header-decoration-style = my_foreground_color`
theme                   Deprecated: use `syntax-theme`

For full documentation, please see delta --help and https://dandavison.github.io/delta/configuration.html.

PRs

New Contributors

Full Changelog: https://github.com/dandavison/delta/compare/0.11.3...0.12.0

相关地址:原始地址 下载(tar) 下载(zip)

1、 delta-0.12.0-aarch64-unknown-linux-gnu.tar.gz 2.35MB

2、 delta-0.12.0-arm-unknown-linux-gnueabihf.tar.gz 2.4MB

3、 delta-0.12.0-i686-unknown-linux-gnu.tar.gz 2.67MB

4、 delta-0.12.0-x86_64-apple-darwin.tar.gz 2.38MB

5、 delta-0.12.0-x86_64-pc-windows-msvc.zip 2.67MB

6、 delta-0.12.0-x86_64-unknown-linux-gnu.tar.gz 2.49MB

7、 delta-0.12.0-x86_64-unknown-linux-musl.tar.gz 2.53MB

8、 git-delta-musl_0.12.0_amd64.deb 2.02MB

9、 git-delta_0.12.0_amd64.deb 1.97MB

10、 git-delta_0.12.0_arm64.deb 1.8MB

11、 git-delta_0.12.0_armhf.deb 1.82MB

12、 git-delta_0.12.0_i386.deb 2.13MB

查看:2022-02-15发行的版本