Commit Graph

4483 Commits

Author SHA1 Message Date
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
github-actions[bot]
04a1d92b5e doc: Update translation status and sort locale files 2025-10-14 03:19:28 +00: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
leo
90a049d741 performance: do not load diff content if CHANGES tab is not actived
Signed-off-by: leo <longshuang@msn.cn>
2025-10-13 21:07:54 +08:00
leo
99d1d69d4d ux: main tab bar style
Signed-off-by: leo <longshuang@msn.cn>
2025-10-13 16:25:35 +08:00
leo
5d7d3d9939 Merge branch 'master' into develop 2025-10-13 10:54:28 +08:00
leo
8ffba983ae Merge branch 'release/v2025.36' v2025.36 2025-10-13 10:53:51 +08:00
leo
38f33b21a0 version: Release 2025.36
Signed-off-by: leo <longshuang@msn.cn>
2025-10-13 10:37:40 +08:00
github-actions[bot]
1ef76d3c87 doc: Update translation status and sort locale files 2025-10-13 02:33:06 +00:00
Griko Nibras
5a4c57c344 localization: add Bahasa Indonesia (id_ID) support (#1849)
(cherry picked from commit 936244b657b55125b9768b6fea47c0040693da28)
2025-10-13 10:32:43 +08:00
github-actions[bot]
64a7a1823a doc: Update translation status and sort locale files 2025-10-11 02:01:26 +00:00
Sina Hinderks
9907ea0595 localization: update German translations (#1846) 2025-10-11 10:01:09 +08:00
leo
5a81eab60d fix: NRE raised while clicking the issue link in commit detail message
This is because that `e.Pointer.Capture(null)` will raise the `PointerExited` event

Signed-off-by: leo <longshuang@msn.cn>
2025-10-10 10:46:44 +08:00
Mat
b38212a7d4 fix: Show only my locks checkbox did not work anymore in the LFS Locks window (#1845) 2025-10-10 10:25:20 +08:00
leo
501aae9867 project: upgrade dependencies
Signed-off-by: leo <longshuang@msn.cn>
2025-10-09 11:54:27 +08:00
github-actions[bot]
050e058f7d doc: Update translation status and sort locale files 2025-10-09 02:13:21 +00:00
AquariusStar
3b79954551 localization: update Russian translation (#1840) 2025-10-09 10:13:03 +08:00
Javier J. Martínez M.
e31846c08f localization: update Spanish translation (#1837)
* localization: update Spanish translation

Add missing strings.

* doc: Update translation status and sort locale files

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-09 10:12:36 +08:00
github-actions[bot]
50421181d9 doc: Update translation status and sort locale files 2025-09-29 03:39:57 +00:00
leo
77b0fde603 feature: supports to drop HEAD commit (reset to its first parent) (#1832)
Signed-off-by: leo <longshuang@msn.cn>
2025-09-29 11:39:37 +08:00
github-actions[bot]
93edb8ec0a doc: Update translation status and sort locale files 2025-09-28 01:26:26 +00:00
AquariusStar
b73d2b4ec3 localization: update Russian translate (#1830) 2025-09-28 09:26:15 +08:00
leo
494eb137be enhance: better undo/redo history in blame (#1686)
Signed-off-by: leo <longshuang@msn.cn>
2025-09-23 11:12:29 +08:00
leo
545a8a2766 fix: do not call ConfigureAwait(false) since we need go back to UIThread (#1718)
Signed-off-by: leo <longshuang@msn.cn>
2025-09-23 10:58:55 +08:00
leo
c15048b646 feature: supports to revert non-ancestor commit (#1800)
Signed-off-by: leo <longshuang@msn.cn>
2025-09-23 10:51:32 +08:00
github-actions[bot]
a335a561b4 doc: Update translation status and sort locale files 2025-09-22 13:29:57 +00:00
leo
c6ece81b07 ux: add tooltip for release notes
Signed-off-by: leo <longshuang@msn.cn>
2025-09-22 21:29:42 +08:00
leo
d4aa328f25 Merge branch 'master' into develop 2025-09-22 10:19:31 +08:00
leo
d25f459955 Merge branch 'release/v2025.35' v2025.35 2025-09-22 10:18:48 +08:00
leo
5eab2e0ab4 version: Release 2025.35
Signed-off-by: leo <longshuang@msn.cn>
2025-09-22 10:18:41 +08:00
github-actions[bot]
40e73525e1 doc: Update translation status and sort locale files 2025-09-22 02:17:10 +00:00
Sina Hinderks
0789763971 localization: update German translations (#1820) 2025-09-22 10:17:00 +08:00
github-actions[bot]
836128095d doc: Update translation status and sort locale files 2025-09-22 02:16:57 +00:00
AquariusStar
a5f873f210 localization: update Russian translate (#1819) 2025-09-22 10:16:45 +08:00
snowflysky
2882851d23 fix: correct Windows version parameter in window frame fix (#1818)
Co-authored-by: huliangliang <liangliang.hu@hannto.com>
2025-09-22 10:16:16 +08:00
leo
80feea0151 fix: deleting multiple tags always deletes the selected tags from remote even if Delete them from remote is unchecked (#1816)
Signed-off-by: leo <longshuang@msn.cn>
2025-09-19 21:22:51 +08:00
leo
716111593c ux: background for statistics chart
Signed-off-by: leo <longshuang@msn.cn>
2025-09-18 17:53:08 +08:00
leo
42ed6749d5 fix: crash due to Bounds.With returns zero
Signed-off-by: leo <longshuang@msn.cn>
2025-09-18 17:46:40 +08:00
github-actions[bot]
eb6d77f856 doc: Update translation status and sort locale files 2025-09-17 13:18:40 +00:00
leo
2047631582 feature: supports to disable GitHub style default avatar (#1814)
Signed-off-by: leo <longshuang@msn.cn>
2025-09-17 21:18:23 +08:00
leo
0ab4926ffe enhance: omit commit that is already cherry-picked from the target branch while querying commits for interactive-rebase (#1811)
Signed-off-by: leo <longshuang@msn.cn>
2025-09-17 13:35:43 +08:00
leo
6b040ae9fc project: upgrade dependencies
Signed-off-by: leo <longshuang@msn.cn>
2025-09-15 17:05:10 +08:00
leo
e17d0c5246 enhance: disable AllowScrollBelowDocument option for text diff view (#1801)
Signed-off-by: leo <longshuang@msn.cn>
2025-09-15 16:55:42 +08:00
leo
739869ca2a fix: unable to scroll more long scrollbar when shorter one reached its limit (#1806)
Signed-off-by: leo <longshuang@msn.cn>
2025-09-15 16:48:05 +08:00
github-actions[bot]
a7890f1526 doc: Update translation status and sort locale files 2025-09-15 08:36:41 +00:00
AquariusStar
738afd64b4 Update Russian translation (#1809) 2025-09-15 16:36:32 +08:00
github-actions[bot]
52a8a01ae9 doc: Update translation status and sort locale files 2025-09-15 08:35:32 +00:00