leo
53c6fc8999
fix: remove binding error in debug mode ( #1338 )
...
Signed-off-by: leo <longshuang@msn.cn>
2025-05-20 21:44:28 +08:00
leo
f9b6116a76
feature: supports reset branch to selected commit without checkout ( #1247 ) ( #1318 )
...
Signed-off-by: leo <longshuang@msn.cn>
2025-05-20 12:24:07 +08:00
leo
0e2bb1b276
feature: show commit changes count ( #1306 )
...
Signed-off-by: leo <longshuang@msn.cn>
2025-05-19 12:21:50 +08:00
leo
4b849d9d5c
ux: update workspace/page switcher popup layout
...
Signed-off-by: leo <longshuang@msn.cn>
2025-05-18 20:33:55 +08:00
leo
9614b995d8
refactor: workspace/page switcher ( #1330 )
...
- add `Switch Tab` popup
- change hotkey to open `Preferences` to `Ctrl+,/⌘+,`
- change hotkey to open `Switch Workspace` to `Ctrl+Shift+P/⌘+⇧+P`
- change hotkey to open `Switch Tab` to `Ctrl+P/⌘+P`
Signed-off-by: leo <longshuang@msn.cn>
2025-05-18 19:36:17 +08:00
AquariusStar
fd35e0817d
localization: update russian translate ( #1331 )
2025-05-18 15:02:30 +08:00
leo
4c1ba717a7
refactor: rewrite workspace switcher ( #1267 )
...
Signed-off-by: leo <longshuang@msn.cn>
2025-05-17 20:14:09 +08:00
leo
f121975a28
code_review: PR #1328
...
* remove hotkey to open workspace dropdown menu
* call orignal `ViewModels.Launcher.SwitchWorkspace` directly in view
* add missing translation for Chinese
Signed-off-by: leo <longshuang@msn.cn>
2025-05-17 18:37:02 +08:00
popara
01945f231e
Added workspaces shortcuts ( #1328 )
...
- added Alt+Space for opening Workspaces context menu (which can then be navigated normally with arrows)
- added Alt+1 through Alt+9 for switching to corresponding workspace
2025-05-17 13:17:10 +08:00
Javier J. Martínez M.
d3a740fb95
localization: update spanish translations ( #1329 )
...
add missing translations
2025-05-17 13:12:01 +08:00
Leonardo
0c9cb41e68
localization: new keys translated to italian ( #1323 )
2025-05-16 20:08:04 +08:00
leo
ed1351b1f7
feature: supports to show submodules as tree or list ( #1307 )
...
Signed-off-by: leo <longshuang@msn.cn>
2025-05-16 11:31:53 +08:00
AquariusStar
85e08f5eea
localization: update russian localization ( #1319 )
2025-05-16 09:20:31 +08:00
leo
bc5c4670de
feature: supports to use Ctrl+D/⌘+D
to open in external diff/merge tool ( #1312 )
2025-05-14 16:01:47 +08:00
leo
61bb0f7dc7
feature: show submodule's URL in tooltip ( #1307 )
2025-05-14 14:26:33 +08:00
leo
d71189c705
feature: tooltip for submodule list item ( #1307 )
2025-05-14 11:35:34 +08:00
leo
641098ffb2
ux: better content padding for maximized window on Windows
...
Signed-off-by: leo <longshuang@msn.cn>
2025-05-12 16:27:54 +08:00
Bailey Allen
bac21c5714
enhance: added support for kitty
terminal on macOS and Linux. ( #1300 )
2025-05-12 09:17:20 +08:00
Javier J. Martínez M.
b6d618a6d7
localization: update spanish translations ( #1302 )
...
* localization: update spanish translations
add missing translations
* localization: update spanish translations
add missing translations
2025-05-12 09:13:13 +08:00
AquariusStar
9dd0beb61f
localization: update russian translate ( #1301 )
2025-05-12 09:12:49 +08:00
leo
ebe0e61367
feature: support to enable --squash
and --push
option while finishing git-flow branches ( #1290 )
...
Signed-off-by: leo <longshuang@msn.cn>
2025-05-09 10:47:36 +08:00
AquariusStar
3eaa24a993
localization: update and fix translation russian ( #1291 )
2025-05-09 09:15:59 +08:00
leo
6df38ad970
ux: new style for inline code in commit subject
...
Signed-off-by: leo <longshuang@msn.cn>
2025-05-07 20:23:06 +08:00
Christopher Göttfert
6b050fa557
localization: updated german translations ( #1284 )
2025-05-07 19:08:39 +08:00
leo
e45e37d305
feature: supports sort branches by committer date ( #1192 )
...
Signed-off-by: leo <longshuang@msn.cn>
2025-05-06 18:24:34 +08:00
leo
93a5d7baea
feature: supports to visit remote repository in web browser ( #1265 )
...
- combine `Open in File Manager`, `Open in Terminal` and `Open with external editor` into one dropdown menu
- add `Visit $REMOTE in Browser`
Signed-off-by: leo <longshuang@msn.cn>
2025-05-06 15:51:57 +08:00
leo
df29edd8f0
feature: make --recurse-submdoules
an option while trying to checkout branch with submodules ( #1272 )
...
Signed-off-by: leo <longshuang@msn.cn>
2025-05-06 12:01:58 +08:00
Javier J. Martínez M.
d92d279fbe
localization: update spanish translations ( #1279 )
...
add missing translations
2025-05-06 09:17:45 +08:00
AquariusStar
704c6f589d
localization: update and fix translation russian ( #1276 )
2025-05-04 17:36:30 +08:00
leo
fe677d40c1
feature: supports search commits by change content ( #1263 )
...
Signed-off-by: leo <longshuang@msn.cn>
2025-04-30 21:05:53 +08:00
leo
98dd37a9bc
localization: update tranlation for Text.Diff.IgnoreWhitespace
...
This is because that in `git diff` command the `--ignore-all-space` option will also ignore line-ending changes (`--ignore-cr-at-eol`)
Signed-off-by: leo <longshuang@msn.cn>
2025-04-29 22:49:20 +08:00
leo
95ea0a6ba6
ux: Ignore Whitespace and EOL Changes
should always be visible ( #1260 )
...
Signed-off-by: leo <longshuang@msn.cn>
2025-04-29 22:21:38 +08:00
Chiahong
21cb87cec5
localization: update zh_TW.axaml ( #1249 )
2025-04-27 09:38:28 +08:00
AquariusStar
bbdeecdcc6
locallization: update russian translate ( #1248 )
2025-04-27 09:38:09 +08:00
leo
d2e688908c
ux: use different inline code background for different themes
...
Signed-off-by: leo <longshuang@msn.cn>
2025-04-25 21:26:21 +08:00
leo
9efbc7dd7a
localization: update translations for Chinese
...
Signed-off-by: leo <longshuang@msn.cn>
2025-04-24 10:04:57 +08:00
leo
6590812634
localization: update translations for Chinese
...
Signed-off-by: leo <longshuang@msn.cn>
2025-04-24 10:00:07 +08:00
Javier J. Martínez M.
f73e0687a1
localization: update spanish translations ( #1241 )
...
add missing translations. `Bisect`/`Bisecting` stays the same because they reference command names.
2025-04-24 09:22:32 +08:00
leo
f72f1894c3
feature: supports to enable --ignore-cr-at-eol
in diff by default
...
Signed-off-by: leo <longshuang@msn.cn>
2025-04-23 15:34:21 +08:00
AquariusStar
9bdbf47522
localization: update russian localization ( #1233 )
2025-04-23 10:39:30 +08:00
leo
df5294bcb7
feature: git bisect
support
...
Signed-off-by: leo <longshuang@msn.cn>
2025-04-22 15:45:15 +08:00
leo
41416a6bed
refactor: use DataTemplates
instead of create NamedHighlightedTextBlock
manually for menu item ( #1216 )
...
Signed-off-by: leo <longshuang@msn.cn>
2025-04-20 11:05:24 +08:00
leo
4c1a04477e
refactor: enhanced copy commit information context menu ( #1209 )
...
Signed-off-by: leo <longshuang@msn.cn>
2025-04-17 20:03:46 +08:00
leo
9f493abd1a
enhance: add context menu for selected log
...
Signed-off-by: leo <longshuang@msn.cn>
2025-04-17 16:31:30 +08:00
github-actions[bot]
349844cf2a
doc: Update translation status and sort locale files
2025-04-17 08:07:57 +00:00
leo
021aab8408
enhance: add a button to clear all git command logs
...
Signed-off-by: leo <longshuang@msn.cn>
2025-04-17 16:07:40 +08:00
Javier J. Martínez M.
33ae6a9989
localization: update spanish translations ( #1206 )
...
add missing translations
modify instances of `stagear` with `hacer stage`
2025-04-17 13:34:27 +08:00
github-actions[bot]
c231772298
doc: Update translation status and sort locale files
2025-04-17 05:24:26 +00:00
leo
8b39df32cc
feature: git command logs
...
Signed-off-by: leo <longshuang@msn.cn>
2025-04-17 13:23:56 +08:00
github-actions[bot]
cf763b47c6
doc: Update translation status and sort locale files
2025-04-15 09:47:30 +00:00