Add video of line wrapping to website; Add note to changelog

This commit is contained in:
Ryan Jensen 2024-03-07 20:31:21 -06:00
parent 0c50146f47
commit a6238e9f85
3 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Description
* UI(Commit List): Added a right-click menu entry to rename branches.
* UI(Main Menu): Added a menu-entry to rename the current branch.
* UI(Diff View): Added line wrapping option in Tools->Options->Diff
#### Changed

View File

@ -79,6 +79,11 @@ See blame of the current version with an integrated timeline to see who changed
![Blame View](https://raw.githubusercontent.com/Murmele/Gittyup/master/rsrc/screenshots/BlameView.png)
### Dynamic Line Wrapping
Line wrapping can be enabled and disabled. Courtesy of Scintilla.
![Line Wrapping](https://raw.githubusercontent.com/Murmele/Gittyup/master/rsrc/screenshots/line-wrap-demo-2.webm)
### Single line staging
by eighter clicking on the checkboxes next to each line or by selecting the relevant code and pressing "S". For unstaging you can uncheck the checkboxes or press "U". To revert changes, select the text and press "R".

Binary file not shown.