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:
v1.5.1
->v2.0.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
charmbracelet/glow (glow)
v2.0.0
Compare Source
Hello v2!
This release contains a massive amount of bug fixes and rendering improvements, many of which come by way of Glamour v0.8.0 which was released a few weeks ago.
As a bonus, the latest version of Glamour includes support for Tokyo Night.
glow -s "tokyo-night"
Additionally, the stash feature has been removed.
Changelog
New!
d89d79a
: feat: --preserve-new-lines (#623) (@caarlos0)b1d3772
: feat: add 'r' to refresh list and document (#624) (@caarlos0)96d2a38
: feat: allow --width=0 to disable wordwrap (#366) (@applejag)fe066f2
: feat: allow config from CHARM_CONFIG_HOME and XDG_CONFIG_HOME (#621) (@caarlos0)9ebe39c
: feat: improve gitlab/github readme url (#456) (@caarlos0)f1cf0ba
: feat: man pages (@caarlos0)597e56b
: feat: open editor in current line (@caarlos0)d7032fe
: feat: shell completions (@caarlos0)2d5bd3b
: feat: show line numbers configuration option (@caarlos0)0dcf127
: feat: suspend (@caarlos0)c991ec4
: feat: use x/editor (#543) (@caarlos0)Fixed!
9c79fa1
: fix(ci): remove soft-serve workflow (@aymanbagabas)bccf3d0
: fix(ci): update coverage workflow (@aymanbagabas)08c564c
: fix: --all bypass .gitignore rules (#285) (#504) (@aitva)8e51396
: fix: check other possible readme paths/branches (#450) (@caarlos0)1133e50
: fix: config failing in tests (#625) (@caarlos0)2288311
: fix: do not hard fail if no config (@caarlos0)821d51d
: fix: do not show absolute path as note (@caarlos0)247c707
: fix: glow URL (@caarlos0)a1a8563
: fix: handle not being able to create log file (@caarlos0)b80e831
: fix: handle permission denied (@caarlos0)54dd62a
: fix: handle running inside a snap (#527) (@caarlos0)ad01f38
: fix: improve line no (@caarlos0)f44e5b5
: fix: improve message (@caarlos0)7e471f1
: fix: lint issue (@caarlos0)e4cacf7
: fix: mkdir cache dir (@caarlos0)1407793
: fix: pass color profile down to glamour (#626) (@caarlos0)9a3f7a1
: fix: replace string concatenation in loop with string builder (#505) (@appgurueu)cd99146
: fix: update codeowners (#637) (@caarlos0)3f9102d
: fix: yet another log handling fix (@caarlos0)Deps
c89c8bd
: feat: update glamour (#634) (@caarlos0)4578bc1
: feat: updating glamour (#631) (@caarlos0)Other Stuff
d2e7742
: chore(ci): enable gofumpt (@aymanbagabas)736e77d
: feat!: rename module to /v2 (#640) (@caarlos0)Verifying the artifacts
First, download the
checksums.txt
file, for example, withwget
:wget 'https://github.com/charmbracelet/glow/releases/download/v2.0.0/checksums.txt'
Then, verify it using
cosign
:If the output is
Verified OK
, you can safely use it to verify the checksums of other artifacts you downloaded from the release usingsha256sum
:Done! You artifacts are now verified!
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.