Commit Graph

3572 Commits

Author SHA1 Message Date
leo
29db0af25c ux: width of quick launcher popup
Signed-off-by: leo <longshuang@msn.cn>
2025-10-24 16:50:23 +08:00
leo
3b9e578acb refactor: rewrite Ctrl+P/⌘+P feature
Signed-off-by: leo <longshuang@msn.cn>
2025-10-24 16:43:37 +08:00
leo
6c61a300b2 project: upgrade AvaloniaUI to 11.3.8
Signed-off-by: leo <longshuang@msn.cn>
2025-10-24 11:07:50 +08:00
leo
82ac122f2c refactor: use hotkey instead of custom OnKeyDown to re-order commits in Interactive Rebase window
Signed-off-by: leo <longshuang@msn.cn>
2025-10-24 10:53:51 +08:00
leo
81f622b4b1 enhance: save commit message to .git/MERGE_MSG while closing repo with in-progress state (#1795)
Signed-off-by: leo <longshuang@msn.cn>
2025-10-24 10:23:36 +08:00
leo
5c75bb86bb feature: allows to re-order multiple commits in Interactive Rebase window (#1675)
Signed-off-by: leo <longshuang@msn.cn>
2025-10-23 20:52:48 +08:00
leo
89bc8a7e06 feature: add original pick-order for commits in Interactive Rebase window (#1676)
Signed-off-by: leo <longshuang@msn.cn>
2025-10-23 14:49:48 +08:00
leo
99389dba89 refactor: always load commit message from .git/MERGE_MSG or .git/rebase-merge/message when there is some operation in progress (#1795)
Signed-off-by: leo <longshuang@msn.cn>
2025-10-23 11:46:36 +08:00
AquariusStar
adf48be160 localization: update Russian translation (#1870) 2025-10-23 10:30:56 +08:00
leo
ba06f83f1d refactor: FindExecutable on Linux will always try to find file under ~/.local/bin
Signed-off-by: leo <longshuang@msn.cn>
2025-10-22 20:29:28 +08:00
leo
a14ef05641 enhance: supports to find zed or zeditor from PATH and ~/.local/bin/zed (#1869)
Signed-off-by: leo <longshuang@msn.cn>
2025-10-22 20:15:34 +08:00
leo
de7716cb5a ux: unify list configuration style
Signed-off-by: leo <longshuang@msn.cn>
2025-10-22 20:07:54 +08:00
leo
c4929dddc8 refactor: remove unused ConterPresenter
Signed-off-by: leo <longshuang@msn.cn>
2025-10-22 19:46:48 +08:00
leo
b15d714b84 enhance: update repository status immediately on the first time that it is added
Signed-off-by: leo <longshuang@msn.cn>
2025-10-22 18:15:50 +08:00
leo
fb046d551f enhance: cache last status of repository for better experience
Signed-off-by: leo <longshuang@msn.cn>
2025-10-22 17:59:21 +08:00
leo
b412c9a13f enhance: cancel updating repository status when Welcome page is unloaded
Signed-off-by: leo <longshuang@msn.cn>
2025-10-22 17:53:22 +08:00
leo
02ecd581c7 refactor: use new command QueryRepositoryStatus to update repository status in Welcome page
Signed-off-by: leo <longshuang@msn.cn>
2025-10-22 17:42:51 +08:00
leo
c651e71229 refactor: move rate limitation from Welcome to RepositoryNode
Signed-off-by: leo <longshuang@msn.cn>
2025-10-22 16:34:32 +08:00
leo
f88f920f57 enhance: limit the rate to call UpdateStatusAsync and add hotkey F5 to call it forcely
Signed-off-by: leo <longshuang@msn.cn>
2025-10-22 16:11:05 +08:00
leo
20ff55fc03 feature: show repo status in Welcome page (#1867)
Signed-off-by: leo <longshuang@msn.cn>
2025-10-22 15:47:53 +08:00
leo
fe471ac89d feature: enable multiple-selection for changes collection view in Changes Detail/Stash Changes/Branch Compare/Revision Compare (#1826)
Signed-off-by: leo <longshuang@msn.cn>
2025-10-21 16:05:11 +08:00
leo
27e3a97d7e ux: use another label for string values in custom input control because $1, $2... is not available here
Signed-off-by: leo <longshuang@msn.cn>
2025-10-21 10:49:48 +08:00
Javier J. Martínez M.
d9b2b45922 localization: update Spanish translation (#1863)
Add missing strings.
2025-10-21 10:31:25 +08:00
leo
aed9ddedfd feature: allows to customize conventional commit types (#1861)
Signed-off-by: leo <longshuang@msn.cn>
2025-10-20 21:24:15 +08:00
leo
11d66c6711 ux: main tab close icon style
Signed-off-by: leo <longshuang@msn.cn>
2025-10-20 15:06:09 +08:00
github-actions[bot]
c963473219 doc: Update translation status and sort locale files 2025-10-20 05:55:36 +00:00
Junhyung Choi
0c34c54e5c localization: add Korean(ko_KR) support (#1864)
* localization: add Korean(ko_KR) support

* [FIX] typo
2025-10-20 13:55:16 +08:00
leo
56a332f64a feature: supports to goto previous revision (not in undo/redo history, but the file itself) in Blame view (#1686)
Signed-off-by: leo <longshuang@msn.cn>
2025-10-20 11:56:51 +08:00
AquariusStar
b6ca639b29 localization: update Russian translation (#1862) 2025-10-20 10:41:48 +08:00
leo
3ed6e5507d enhance: ignore invalid font family names
Signed-off-by: leo <longshuang@msn.cn>
2025-10-17 17:53:02 +08:00
leo
e51824b387 refactor: use --json while querying LFS locks instead of parse line-by-line with regex (#1858)
Signed-off-by: leo <longshuang@msn.cn>
2025-10-17 11:55:14 +08:00
leo
38552a187c feature: supports to copy multiple commits message (#1857)
Signed-off-by: leo <longshuang@msn.cn>
2025-10-17 11:10:27 +08:00
leo
85ca6b0178 ux: main tab bar button alignment
Signed-off-by: leo <longshuang@msn.cn>
2025-10-17 10:48:53 +08:00
leo
0b4be6e226 refactor: global hotkeys
Signed-off-by: leo <longshuang@msn.cn>
2025-10-17 10:42:23 +08:00
leo
8846bfe4a7 enhance: temp ignore Ctrl+Shift+P
Signed-off-by: leo <longshuang@msn.cn>
2025-10-16 18:08:58 +08:00
leo
9193e17ed6 refactor: use git-bash.exe instead of bin/bash.exe to make sure bash-profiles work (#1856)
Signed-off-by: leo <longshuang@msn.cn>
2025-10-16 18:02:05 +08:00
github-actions[bot]
91d769cfe2 doc: Update translation status and sort locale files 2025-10-16 09:50:30 +00:00
leo
8a4a8be2a2 ux: remove workspace switcher popup and its hotkey binding (#1855)
Signed-off-by: leo <longshuang@msn.cn>
2025-10-16 17:49:59 +08:00
leo
8075d0b3d2 feature: supports to push to a custom (new) remote branch
Signed-off-by: leo <longshuang@msn.cn>
2025-10-16 17:15:58 +08:00
github-actions[bot]
74a9489ee3 doc: Update translation status and sort locale files 2025-10-16 07:26:59 +00:00
leo
ed7e6d4012 ux: remove Use fixed tab width in titlebar option from Preferences and makes it the only and default
Signed-off-by: leo <longshuang@msn.cn>
2025-10-16 15:26:35 +08:00
leo
ef0569442e feature: supports to create pull request with selected branch (or its upstream) (#1854)
Signed-off-by: leo <longshuang@msn.cn>
2025-10-16 11:01:44 +08:00
github-actions[bot]
97948e11b8 doc: Update translation status and sort locale files 2025-10-15 09:40:06 +00:00
leo
28344a7fb5 ux: remove Use monospace font only in text editor option in Preferences and make it default (also the only)
Signed-off-by: leo <longshuang@msn.cn>
2025-10-15 17:39:48 +08:00
leo
cd659f9537 optimize: only reload revision file tree when FILES tab is actived
Signed-off-by: leo <longshuang@msn.cn>
2025-10-15 16:41:48 +08:00
leo
3b9ac376f0 optimize: only navigate to new commit if it is necessary
Signed-off-by: leo <longshuang@msn.cn>
2025-10-14 20:11:18 +08:00
leo
dcfaae0ea7 code_style: remove unused parameter
Signed-off-by: leo <longshuang@msn.cn>
2025-10-14 18:14:32 +08:00
leo
ac6347ed4b feature: supports to use Zed as external editor on Windows (#1852)
Signed-off-by: leo <longshuang@msn.cn>
2025-10-14 18:02:10 +08:00
leo
47962340bc fix: scaning reposities does not work when both global and workspace default clone dir are not configured (#1848)
Signed-off-by: leo <longshuang@msn.cn>
2025-10-14 13:16:03 +08:00
leo
c5be29a7c0 feature: supports output changes file names (without folders in path) in commit message template (#1851)
Signed-off-by: leo <longshuang@msn.cn>
2025-10-14 11:19:01 +08:00