Commit Graph

2438 Commits

Author SHA1 Message Date
leo
fa2eb0cd26 enhance: use --prune=now instead of --prune for git gc command 2024-10-17 15:50:42 +08:00
leo
b23f284e21 feature: add context menu for selected change in stashes page 2024-10-17 15:37:14 +08:00
leo
d0ae24b0b7 localization: update tips 2024-10-17 15:20:16 +08:00
leo
f6e0b0b1c0 feature: hover on tag view shows the message of it (#567) 2024-10-17 14:57:05 +08:00
leo
9ed5226eab ux: change the width of notification popup to 480px (#556) 2024-10-16 16:23:59 +08:00
leo
573db575b6 enhance: update keyword regex for commit subject 2024-10-16 16:01:52 +08:00
leo
aae5f10f66 enhance: update REG_KEYWORD_FORMAT2 2024-10-16 15:49:06 +08:00
leo
7d800dc0bf enhance: update REG_KEYWORD_FORMAT2 2024-10-16 15:43:20 +08:00
leo
7779b05680 ux: change max width of left panel in repository view to 500px (#569) 2024-10-16 15:27:18 +08:00
leo
6abb6c6469 ux: style for HEAD decorator 2024-10-16 15:18:08 +08:00
leo
0621ed950e enhance: update keywords prefix regex 2024-10-16 14:57:45 +08:00
leo
8f9e2cefe9 feature: use bold font for keyword prefix of commit subject
Regexes to detect `keyword`
* ^(\[[\w\s]+\])
* ^(\w+\s?:)
2024-10-16 14:48:52 +08:00
leo
7f8a1c384a ux: add tips for selecting multiple commits in histories view 2024-10-16 11:58:31 +08:00
leo
7df96377b8 ux: new remote icon 2024-10-15 20:03:36 +08:00
leo
9bccb34ca7 ux: re-order built-in graph colors 2024-10-15 19:46:44 +08:00
leo
811d5568bf code_review: PR #568
* keeps all keys in order
2024-10-15 17:45:41 +08:00
Nils van Rijsinge
0e812f548e Add DE keys for new features (stash, author time, chart and cherry-pick) (#568)
* localization: add new DE keys

OnlyStagedChanges and TipForSelectedFiles added in 68519c7
AuthorTime and ShowAuthorTime added in 21e15a1
Chart added in d9db7eb
AppendSourceToMesssage, Mainline and Mainline.Tips added in 5fef6e9

* localization: improve DE grammar for english words
2024-10-15 17:44:01 +08:00
leo
b6468e310b code_style: rewrite Commands.QueryTags.ParseLine 2024-10-15 16:41:25 +08:00
leo
5bad969bb7 refactor: use '\0' instead of '$' to split fields 2024-10-15 16:26:44 +08:00
leo
2aa6383f41 project: update package dependencies
* upgrade `AvaloniaUI` to 11.1.4
* upgrade `CommunityToolkit` to 8.3.2
2024-10-15 15:27:32 +08:00
leo
1ec7123584 ux: add Background property to avoid unclear display for selected state 2024-10-15 14:48:29 +08:00
leo
9dcb46603d screenshots: update 2024-10-15 11:23:57 +08:00
leo
f5912c655f ux: default graph colors 2024-10-15 10:23:41 +08:00
leo
85e4f38654 ux: head ref style in commit details panel 2024-10-15 10:00:24 +08:00
leo
b44d4d26c9 ux: do not use graph color for commit refs (decorators) in commit details panel 2024-10-15 09:53:22 +08:00
leo
07c2e9f927 fix: decorator do not redraw after tag background property changed 2024-10-15 09:43:09 +08:00
leo
ccdc849baa code_style: run dotnet format 2024-10-15 09:39:01 +08:00
leo
4c60818d68 ux: new style for current HEAD 2024-10-15 09:18:24 +08:00
leo
6908216de5 ux: new commit graph decorator style (#564) 2024-10-14 21:09:03 +08:00
leo
207bcf0fbf ux: download button icon color 2024-10-14 17:18:40 +08:00
leo
010eb65edb readme: remove tips for start app from commandline 2024-10-14 17:04:39 +08:00
leo
a232f50755 feature: try to read PATH from zsh 2024-10-14 16:59:20 +08:00
leo
1a4055ee97 localization: update Text.CherryPick.Mainline 2024-10-14 16:02:39 +08:00
leo
cc66afe5e2 fix: ${files:N} will always be replaced with the first change path (#487)
* wrong loop index passed to `changes`
2024-10-14 15:31:29 +08:00
leo
5fef6e93b9 enhance: cherry-pick (#563)
* supports to cherry-pick a merge commit
* add option to enable the `-x` parameter
2024-10-14 15:20:02 +08:00
leo
688f10e02f Merge branch 'master' into develop 2024-10-14 09:27:53 +08:00
leo
efc14fed36 Merge branch 'release/v8.34' v8.34 2024-10-14 09:27:32 +08:00
leo
49e769b025 version: Release 8.34 2024-10-14 09:27:24 +08:00
AquariusStar
84e724f014 Work on translate: update (#562) 2024-10-14 09:26:03 +08:00
leo
95a63eb98d ux: dropshadow effect for selected chunk buttons in text diff view 2024-10-12 15:28:30 +08:00
leo
d9db7eb1d4 update: add LiveChart2 links to about page 2024-10-12 11:27:47 +08:00
leo
ba307189e7 readme: update highlights 2024-10-12 10:56:10 +08:00
leo
c2f68daaf5 readme: add tooltip for macOS users 2024-10-12 10:52:39 +08:00
leo
b9a24ceb53 feature: add hotkeys to move interactive rebase item up and down (#557) 2024-10-12 10:28:54 +08:00
leo
adca61c538 ux: re-order items in preference panel 2024-10-12 09:59:19 +08:00
leo
21e15a1af4 feature: add a toggle in perference to show author time instead of committer time in graph (#558) 2024-10-12 09:56:33 +08:00
AquariusStar
1f7a54e61e Work on translation (#559) 2024-10-12 09:21:04 +08:00
leo
c67cdb931f enhance: stop switching workspace when one or more tasks are running in opened pages 2024-10-11 17:37:34 +08:00
leo
6ca6399bd3 enhance: re-run searching after search option changes 2024-10-11 11:29:33 +08:00
leo
b5000f920f enhance: highlight selected search commits 2024-10-11 11:04:27 +08:00