GadflyFang
65a9406c9a
fix: adjust SHA regex pattern to min 6 chars ( #944 )
...
- Adjust the SHA regex pattern to match commit hashes with a minimum length of 6 characters instead of 10.
2025-02-06 10:55:07 +08:00
GadflyFang
3ca4dc488c
feat: Add stash auto-restore functionality ( #947 ) ( #948 )
2025-02-06 10:31:46 +08:00
leo
e784696058
enhance: add a checkbox to toggle Initialize & update submodules
after clone
...
Signed-off-by: leo <longshuang@msn.cn>
2025-02-06 10:19:43 +08:00
GadflyFang
a4157e11e6
fix: Improve in-progress rebase handling ( #933 )
...
* fix: Improve in-progress rebase handling
* fix: Close merge popup even if there are conflicts (#941 )
2025-02-06 10:00:35 +08:00
GadflyFang
92065dee12
fix: Ensure each ImageView instance calculates its own aspect ratio ( #929 )
...
* fix: Ensure each ImageView instance calculates its own aspect ratio
- Modified ArrangeOverride methods in ImageView class to independently calculate and apply the aspect ratio based on the instance's image.
Signed-off-by: Gadfly <gadfly@gadfly.vip>
* fix: Make IgnoredWhitespace toggle button visible based on IsTextDiff
---------
Signed-off-by: Gadfly <gadfly@gadfly.vip>
2025-02-06 09:49:45 +08:00
leo
dd254ebf4f
ux: new attached property MenuItemExtension.Command
for MenuItem
...
Signed-off-by: leo <longshuang@msn.cn>
2025-01-26 14:55:44 +08:00
leo
fa07bb5b5a
refactor: move per-repository config Enable --prune on fetch
to global git config fetch.prune
( #908 )
...
Signed-off-by: leo <longshuang@msn.cn>
2025-01-25 12:06:48 +08:00
leo
aad42a8297
feature: select the cursor line by triple-click ( #927 )
...
Signed-off-by: leo <longshuang@msn.cn>
2025-01-25 11:14:15 +08:00
leo
49ee9c8e33
ux: move --signoff
toggle from repository configuration window to commit options bar
...
Signed-off-by: leo <longshuang@msn.cn>
2025-01-24 14:45:49 +08:00
leo
37c4545875
feature: branch name allows spaces and auto replace spaces with dashes ( #917 )
2025-01-24 12:10:56 +08:00
leo
ab080b53b1
enhance: exclude indicators or empty blocks in diff text view while copying text ( #924 )
2025-01-24 11:41:11 +08:00
leo
e242119a03
fix: searching by Author & Committer
does not work when the committer is different with author
2025-01-23 16:11:07 +08:00
leo
620f411e99
code_style: move RevisionTextFileView
2025-01-22 11:42:14 +08:00
leo
1c8d4d312a
fix: SelectableTextBlock
does not re-draw after Text
property changed ( #906 )
2025-01-14 21:02:32 +08:00
leo
c8aecc00cc
ux: use Grid
instead of DockPanel
2025-01-14 20:39:56 +08:00
leo
766b60d05e
enhance: disable unused context menus for bare
repository ( #899 )
2025-01-14 17:53:26 +08:00
leo
a9327274c6
enhance: disable LOCAL CHANGES
and STASHES
for bare repository ( #899 )
2025-01-14 17:26:01 +08:00
leo
a112d212dc
enhance: disable pull/stash/apply/git-flow/git-lfs buttons in bare
repository
2025-01-14 17:26:01 +08:00
leo
b9b5220590
feature: bare
repository support
2025-01-14 17:26:01 +08:00
leo
d8168c3ba6
ux: submodule alignment
2025-01-14 16:14:19 +08:00
leo
5f4c1bb984
enhance: do not show Initialize Repository
popup for bare repositories ( #891 )
2025-01-13 17:42:41 +08:00
leo
632222a776
ux: add icon for quit menu item
2025-01-13 15:37:55 +08:00
wl2776
458a1ea83c
feature: Exit on Ctrl+Q ( #898 )
2025-01-13 15:33:13 +08:00
leo
6e6cd7a7f3
enhance: do not show Initialize Repository
popup for bare repositories ( #891 )
2025-01-13 10:25:58 +08:00
wl2776
6e5626f267
fix: several typos in source code ( #895 )
2025-01-13 10:11:28 +08:00
leo
b26838ff68
refactor: git version related commands
...
* use `--pathspec-from-file=<FILE>` in `git add` command if git >= 2.25.0
* use `--pathspec-from-file=<FILE>` in `git stash push` command if git >= 2.26.0
* use `--staged` in `git stash push` command only if git >= 2.35.0
2025-01-11 17:29:38 +08:00
leo
275a52eb5c
refactor: add repository
2025-01-11 11:28:37 +08:00
leo
22ba8b3acf
feature: add issue/pr tracker for Gitee.com ( #884 )
2025-01-09 12:04:36 +08:00
leo
a3d744f426
code_style: run dotnet format
2025-01-08 21:44:35 +08:00
leo
f06b1d5d51
refactor: merge ViewModels.PopupHost
into ViewModels.LauncherPage
2025-01-08 21:36:49 +08:00
leo
eea3d5db6c
ux: right margin of filter toggle button ( #875 )
2025-01-08 11:14:17 +08:00
leo
1596ca71a5
feature: add checkbox to enable/disable global http.sslVerify
configuration ( #877 )
2025-01-07 19:51:27 +08:00
leo
6fe4d8162b
refactor: use popup to change tracking branch
2025-01-07 12:05:52 +08:00
leo
25a2bf603f
ux: conventional commit message builder layout
2025-01-07 10:40:35 +08:00
leo
903a3b9660
feature: add Ctrl+Enter/⌘+Enter
hotkey to submit conventional commit ( #874 )
2025-01-07 10:36:07 +08:00
leo
85504b1487
enhance: enable text search for branch ComboBox ( #784 )
2025-01-07 10:29:55 +08:00
leo
8b04ab52d6
fix: Height
can not be negative ( #869 )
2025-01-07 09:48:44 +08:00
leo
6b5e8c588d
ux: add a group header for advanced histories options
2025-01-06 20:17:20 +08:00
leo
a00e62233f
ux: reduce width of buttons in Histories toolbar
2025-01-06 17:58:43 +08:00
leo
68cfb092fc
ux: use a transparent brush for non relatives paths ( #848 )
2025-01-06 17:52:59 +08:00
leo
08a128cd87
feature: add a button to switch tag sort method (creatordate/name asc/name des) ( #865 )
2025-01-06 16:16:27 +08:00
leo
26ebd5ae7e
feature: add option to only highlight current branch in commit graph ( #848 )
...
- add a toggle button to only highlight current branch in commit graph
- re-order buttons in histories toolbar
- remove unused icons and styles
2025-01-06 14:59:27 +08:00
leo
8ebf4d76d6
ux: use AvaloniaEdit.TextEditor
to display release update detail info
2025-01-03 14:13:57 +08:00
leo
4e06944c9f
fix: auto-filter does not work well ( #855 )
2025-01-02 20:05:04 +08:00
leo
4f350c84c3
ux: use Auto
for commit time column
2024-12-31 14:44:19 +08:00
leo
87e7b792bb
refactor: date time format
...
- generate example dynamically
- update commit/author time in histories immediately after data time format changed
2024-12-31 10:43:00 +08:00
leo
8d12227227
ux: show date time format string
2024-12-30 17:47:55 +08:00
leo
c058b4744b
feature: allows to change DateTime
format ( #755 )
2024-12-30 17:19:55 +08:00
Martin Garstenauer
12e8a212d4
fix: Enter key does not stage/unstage all selected items ( #843 )
2024-12-27 20:26:18 +08:00
leo
ae2ffd5b40
fix: wrong text trimming position
2024-12-20 15:31:33 +08:00