mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
update changelog with image of syntax in blame
This commit is contained in:
parent
f0f90a88f1
commit
8b665a43fc
2 changed files with 5 additions and 2 deletions
|
|
@ -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 **
|
||||
|
||||

|
||||
|
||||
** syntax highlighting in blame **
|
||||
|
||||

|
||||
|
||||
### 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))
|
||||
|
|
|
|||
BIN
assets/syntax-highlighting-blame.png
Normal file
BIN
assets/syntax-highlighting-blame.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1 MiB |
Loading…
Reference in a new issue