Update dependency delta to v0.18.2 - autoclosed#9
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
latest->0.18.2Release Notes
dandavison/delta (delta)
v0.18.2Compare Source
This patch release fixes various panics reported by users that were due to v0.1.13 of the
unicode-widthcrate. See #1858 and unicode-rs/unicode-width#66.What's Changed
Catppuccin Lattename inLIGHT_SYNTAX_THEMESlist by @injust in #1823--darkto override dark/light detected from syntax theme by @bash in #1843Full Changelog: dandavison/delta@0.18.1...0.18.2
v0.18.1Compare Source
This patch release fixes an issue with
delta --versionthat was causing problems downstream (#1818).What's Changed
platypustheme by @sarpuser in #1819New Contributors
Full Changelog: dandavison/delta@0.18.0...0.18.1
v0.18.0Compare Source
As usual, tons of excellent contributions, and one contribution by me! @th1000s has made a huge number of important and difficult improvements to delta and helped with many issues over the few years since the project started, and so I'm happy to say that he's co-maintaining the project with me nowadays. Thanks to all contributors for the improvements below!
What's Changed
nosortin bash <4.4 by @martinml in #1683terminal-colorsaurusby @bash in #1699catppuccin-lattecasing inLIGHT_SYNTAX_THEMESlist by @injust in #1745--file-*-labeloption to--navigatedocs by @injust in #1744New Contributors
Full Changelog: dandavison/delta@0.17.0...0.18.0
v0.17.0Compare Source
Thanks to the many contributors! Particular highlights are
Thanks to @bash's work, delta now automatically detects whether your terminal has a light/dark background (unless you specify with
--lightor--dark):@joshtriplett solved the long-standing problem of correctly parsing traditional grep output, e.g.
git grep,grep, etc. Until now there had been annoying parse ambiguities related to separator characters in file paths. This is particularly valuable forgit grepsince it has interesting features such asgit grep -W(see #769)@imbrish fixed two important bugs and added the ability to set a default language (e.g. for executable shell scripts with no file name suffix)
What's Changed
attycrate withstd::io::IsTerminaltrait by @nickelc in #1465moreormostby @ippsav in #1494ubuntu-latestby @sitiom in #1512corvustheme by @evilwaveforms in #1652New Contributors
Full Changelog: dandavison/delta@0.16.5...0.17.0
v0.16.5Compare Source
This is a follow-up release providing the various binaries that were not released with 0.16.4. It also makes some adjustments to delta's (rip)grep support.
What's Changed
3819e94Drop grep-header-style option by @dandavisona28231aHonor grep-header-decoration-style for ripgrep output by @dandavisonFull Changelog: dandavison/delta@0.16.4...0.16.5
v0.16.4Compare Source
It's 6 months since the last release so this one brings quite a few changes. Thanks very much to all contributors, especially @nickelc for a huge number of contributions, and @wescande for his work on improving whitespace highlighting. With this release delta can now display grep output in (hopefully) exactly the same layout that ripgrep does, but adding syntax highlighting, hyperlinks, and navigation. Use
ripgrep --json ... | deltafor that, or setgrep-output-type = ripgrepto get that output style fromgit grepetc.This release does not contain binaries for
x86_64-unknown-linux-musl,i686-unknown-linux-gnu,arm-unknown-linux-gnueabihf, oraarch64-unknown-linux-gnubecause the cross-compilation GitHub Actions jobs were broken at the time of release. I'll issue a follow-up release including them when that's fixed.What's Changed
--show-colorsby @nickelc in #1315--show-themescommand by @nickelc in #1320git2to 0.16.1 by @nickelc in #1323gruvmax-fangtheme by @MaxFangX in #1291clapto 4.1 by @nickelc in #1322git2types by @nickelc in #1326dirscrate by @nickelc in #1325GitRemoteRepotype directly by @nickelc in #1328GitConfigas reference by @nickelc in #1336git_config_entrymodule toremoteby @nickelc in #1337#[derive(Default)]/#[default]by @nickelc in #1341GitConfigconstructors for a config file by @nickelc in #1342tmuxby @isak102 in #1402bitflagsto 2.2 by @nickelc in #1361extern cratestatements by @nickelc in #1345bytelinescrate by @nickelc in #1378error_chaincrate withanyhowby @nickelc in #1405deltaon Windows by @mataha in #1428grep-output-typeoption: ripgrep or classic by @dandavison in #1410New Contributors
Full Changelog: dandavison/delta@0.15.1...0.16.4
v0.15.1Compare Source
What's Changed
Full Changelog: dandavison/delta@0.15.0...0.15.1
v0.14.0Compare Source
What's Changed
git showhandler if a file extension was parsed by @dandavison in #1106git show $commit:$pathoutput by @dandavison in #1127New Contributors
Full Changelog: dandavison/delta@0.13.0...0.14.0
v0.13.0Compare Source
What's Changed
baton README by @eloyesp in #1052New Contributors
Full Changelog: dandavison/delta@0.12.1...0.13.0
v0.12.1Compare Source
What's Changed
-in path by @jdpopkin in #975New Contributors
Full Changelog: dandavison/delta@0.12.0...0.12.1
v0.12.0Compare Source
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-colorandminus-color. See #914. A description of this change and what you need to do if you're affected by it is below.Secondly, improvements, including:
delta -h. Delta is the proud possessor of 100 command-line options, so I think this is going to be helpful.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:Please change that to
Here's the list of deprecated options with a summary of how to update them:
For full documentation, please see
delta --helpand https://dandavison.github.io/delta/configuration.html.PRs
New Contributors
Full Changelog: dandavison/delta@0.11.3...0.12.0
v0.11.3Compare Source
--word-diffand--color-words(#829). Note thatline-numbersandside-by-sidewill be ignored if delta detects that the input was generated bygit --word-diff / --color-words.DELTA_FEATUREScan now be used to add to features specified in ~/.gitconfig. Use a+prefix to do this: an example isDELTA_FEATURES=+side-by-sidewhich will activateside-by-side, in addition to your usual features.lesshistory file in a better location on Windows. Thanks @rashil2000 for this work!What's Changed
New Contributors
Full Changelog: dandavison/delta@0.11.2...0.11.3
v0.11.2Compare Source
This release fixes a performance problem that was affecting some users. See #824
v0.11.1Compare Source
Fixes a crash that can occur, see for example #826. Thanks @mrjoel.
What's Changed
Full Changelog: dandavison/delta@0.11.0...0.11.1
v0.11.0Compare Source
This release adds handling of merge conflicts and the "combined" diff format which git uses for merge commits; see the Merge conflicts README section and #189. Please consider setting
With that setting, when a merge conflict is encountered, delta will display diffs between the ancestral commit and each of the two merge parents:
PRs
Full Changelog: dandavison/delta@0.10.3...0.11.0
v0.10.3Compare Source
--word-diffand--color-wordsoutput in a nonsensical way. With this release, delta does not attempt to handle these output types, allowing git's raw output through unchanged. Appropriate handling may be added later. See #152{plus,minus}-non-emph-style; previously it assigned{plus,minus}-style. This change does not alter visual output by default becauseConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.