heartacker
5e85ce8f8b
update AvaloniaEdit nuget package to 11.1.0
...
- AvaloniaEdit
- TextMate
- Grammars
2024-08-06 14:03:24 +08:00
David Rettenbacher
e29e8c2990
Fix about texts
2024-08-06 07:58:20 +02:00
leo
a2749d3c4f
ux: add Color.Link
for issue links ( #315 )
2024-08-06 13:57:51 +08:00
leo
538cdc2764
readme: update
2024-08-06 11:53:33 +08:00
leo
9bee51686a
feature: show issue link on commit list of histories view ( #315 )
2024-08-06 11:02:52 +08:00
leo
90e3abed8d
enhance: keep selection after unstaging ( #320 )
2024-08-06 10:42:55 +08:00
leo
4ba7c879c5
feature: use Ctrl+C
to copy selected commits in histories ( #321 )
2024-08-06 10:04:08 +08:00
warappa
6d9613945e
Fixes and tweaks German translation
2024-08-05 23:13:36 +02:00
leo
b059423391
feature: enable using drag-drop to re-order commits ( #319 )
2024-08-05 22:10:43 +08:00
leo
85d3f0993c
refactor: load default github avatar
2024-08-05 20:12:41 +08:00
leo
91daa42c08
ux: margins between textbox and its label in issue tracker configure page
2024-08-05 19:32:50 +08:00
leo
dfd098e131
refactor: merge sourcegit.issuetracker.setting to sourcegit.settings.
2024-08-05 18:18:57 +08:00
leo
f754b2c63a
feature: supports issue tracker in commit message ( #315 )
2024-08-05 17:34:49 +08:00
leo
fa1f4155da
Merge branch 'master' into develop
2024-08-05 10:21:41 +08:00
leo
36e035df75
Merge branch 'release/v8.24'
2024-08-05 10:21:22 +08:00
leo
f02642bb61
version: Release 8.24
2024-08-05 10:21:09 +08:00
leo
55dedcfb5f
Merge pull request #317 from hikmet517/master
...
Register to directory MimeType to open folders in unix systems
2024-08-05 10:18:22 +08:00
Hikmet Altıntaş
521dcf35a4
Register to directory MimeType to open folders in unix systems
...
This will automatically add sourcegit to right-click menu for folders in file managers.
2024-08-05 01:04:24 +03:00
warappa
b88031f09d
Enhance German translation
2024-08-04 16:47:59 +02:00
leo
281ef8b490
fix: first '_' character not shown in menu item ( #313 )
2024-08-02 22:53:55 +08:00
leo
b5d7f6d7ce
Merge remote-tracking branch 'origin/develop' into develop
2024-08-02 18:13:51 +08:00
leo
46d2597061
Merge pull request #311 from aikawayataro/arm64
...
enhance: add CI for arm64
2024-08-02 18:08:08 +08:00
leo
cd9196bb84
feature: supports get avatar from avatars.githubusercontent.com
...
* move all images to `src/Resources/Images` folder
2024-08-02 18:06:45 +08:00
Aikawa Yataro
f19956efca
enhance: add CI for arm64
2024-08-02 09:58:40 +00:00
leo
1729a64788
Merge pull request #310 from liugangnhm/fix_typo
...
Fix some typos
2024-08-02 15:51:54 +08:00
jacky
12451a21c4
fix: fix some typos
2024-08-02 15:40:00 +08:00
leo
f3aff65d03
ux: reduce change list row height in commit detail panel
2024-08-02 15:16:19 +08:00
leo
eb437df9fe
enhance: reduce commits loading time for interactive rebase
2024-08-01 18:05:58 +08:00
leo
7891b1124e
feature: asking to create local branch instead of checkout commit if some remote branch's HEAD is selected commit ( #295 )
2024-08-01 16:59:39 +08:00
leo
57e9c44754
ux: new icon for changes
2024-08-01 15:12:00 +08:00
leo
af8543a4b8
ux: add icon Icons.Clone
2024-08-01 15:02:53 +08:00
leo
58357f031d
ux: add a new icon Icons.Stashes.Add
2024-08-01 11:45:20 +08:00
leo
ba94f017cd
Merge pull request #308 from gadfly3173/fix/revert-merge
...
fix: support revert merge commit
2024-08-01 10:16:42 +08:00
Gadfly
2a09ae64a4
fix: support revert merge commit
2024-08-01 10:02:09 +08:00
leo
425b713d1e
code_review: PR ( #307 )
...
* locale selection is sorted by name
* add en_US fallback for de_DE
2024-08-01 09:57:03 +08:00
leo
c8c881c38a
Merge pull request #307 from warappa/features/305-add-german-translation
...
Add German translation
2024-08-01 09:49:36 +08:00
warappa
edf09234c8
#305 : Add German translation
2024-07-31 23:32:41 +02:00
leo
2a05ffa30f
enhance: trim description of commit message while pasting on subject
2024-07-31 21:36:23 +08:00
leo
ff8456bcba
Merge pull request #304 from JeanFranz73/ptbr-locale
...
feat: Add portuguese (pt_BR) locale
2024-07-31 21:20:21 +08:00
Jean Franz
658277afc3
add Portuguese to README.md
2024-07-31 10:11:06 -03:00
Jean Franz
177450fffd
feat: Add portuguese (pt_BR) locale
2024-07-31 10:08:59 -03:00
leo
ec6fe25e87
code_style: run dotnet format
2024-07-31 16:26:58 +08:00
leo
2e87f83a38
feature: add tooltip for page tab ( #302 )
2024-07-31 15:42:13 +08:00
leo
f55a576013
refactor: rewrite amend behaviour ( #300 )
...
* toggle amend will show changes in HEAD commit
* since discard is not compatible with staged changes in `amend` mode, we only allows user to discard unstaged changes
2024-07-31 12:04:52 +08:00
leo
3c5a661fa0
feature: supports type change
2024-07-30 21:32:23 +08:00
leo
7f8b8a19a0
feature: add auto complete box for searching commits by file path
2024-07-30 15:59:54 +08:00
leo
addfb449cc
feature: double click on commit ( #295 )
...
* when commit is current branch head, do nothing
* when commit is head of some local branch which is not current, try to checkout this branch
* otherwise, ask user should checkout selected commit as deteched
2024-07-30 11:47:58 +08:00
leo
b18f86dde9
fix: ui not updated after font changed
2024-07-30 10:29:07 +08:00
leo
9aa5787ce9
enhance: unchange global core.autocrlf
is user do NOT set it yet ( #297 )
2024-07-30 09:53:04 +08:00
leo
5c6e4a5d48
Merge branch 'KiserDesigns/patch-1' into develop ( #296 )
2024-07-29 22:15:02 +08:00