Skip to content

Tags: mziter/bat

Tags

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add new image

v0.8.0

Toggle v0.8.0's commit message
--map-syntax takes just one value

v0.7.1

Toggle v0.7.1's commit message
Update syntax-set, fixes sharkdp#314

v0.7.0

Toggle v0.7.0's commit message
Bump version

v0.6.1

Toggle v0.6.1's commit message
Bump version number

v0.6.0

Toggle v0.6.0's commit message
Add --plain

v0.5.0

Toggle v0.5.0's commit message
Extract grid and line-number color from theme

This changes the output color of the grid and the line numbers to use
the "gutter" foreground color defined in the Sublime `.tmTheme` files.

Sublime Text does the same.

Note: we could go one step further and also extract the "GitGutter"
colors from the themes. These could be used instead of red/green/yellow
to signify Git modifications. The problem is that they are quite a bit
harder to extract from the syntect `Theme` object.

closes sharkdp#178

v0.4.1

Toggle v0.4.1's commit message
Update Cargo.lock

v0.4.0

Toggle v0.4.0's commit message
Updates for 0.4

v0.3.0

Toggle v0.3.0's commit message
Append newline at the end of the file if necessary