diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eeee1d7..0dd5026c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased -### Changes -- add syntax highlighting for blame view [[@tdtrung17693](https://github.com/tdtrung17693)] ([#745](https://github.com/extrawurst/gitui/issues/745)) ** multiline text editor ** ![multiline editor](assets/multiline-texteditor.gif) +** syntax highlighting in blame ** + +![syntax-highlighting-blame](assets/syntax-highlighting-blame.png) + ### Breaking Change The Commit message popup now supports multiline editing! Inserting a **newline** defaults to `enter`. This comes with a new default to confirm the commit message (`ctrl+d`). Both commands can be overwritten via `newline` and `commit` in the key bindings. see [KEY_CONFIG](./KEY_CONFIG.md) on how. @@ -24,6 +26,7 @@ These defaults require some adoption from existing users but feel more natural t * support `prepare-commit-msg` hook ([#1873](https://github.com/extrawurst/gitui/issues/1873)) * support for new-line in text-input (e.g. commit message editor) [[@pm100]](https://github/pm100) ([#1662](https://github.com/extrawurst/gitui/issues/1662)). * new style `block_title_focused` to allow customizing title text of focused frame/block ([#2052](https://github.com/extrawurst/gitui/issues/2052)). +* add syntax highlighting for blame view [[@tdtrung17693](https://github.com/tdtrung17693)] ([#745](https://github.com/extrawurst/gitui/issues/745)) ### Changed * do not allow tagging when `tag.gpgsign` enabled until gpg-signing is [supported](https://github.com/extrawurst/gitui/issues/97) [[@TeFiLeDo](https://github.com/TeFiLeDo)] ([#1915](https://github.com/extrawurst/gitui/pull/1915)) diff --git a/assets/syntax-highlighting-blame.png b/assets/syntax-highlighting-blame.png new file mode 100644 index 00000000..c240eab5 Binary files /dev/null and b/assets/syntax-highlighting-blame.png differ