leo
|
e31a304cac
|
feature<Welcome>: supports to sort repositories by bookmark color
|
2022-10-18 15:55:39 +08:00 |
|
leo
|
b76bc96ee7
|
optimize<Upgrade>: remove auto-upgrade feature
|
2022-10-18 15:30:24 +08:00 |
|
leo
|
d827c1fbe1
|
optimize<Preference>: remove avater server
|
2022-10-18 15:25:27 +08:00 |
|
leo
|
918263130c
|
feature<Welcome>: add sort supports
|
2022-10-17 10:12:59 +08:00 |
|
leo
|
b43044a7bf
|
style<Welcome,PageTabBar>: re-design the style for Welcome page
|
2022-10-14 20:38:53 +08:00 |
|
leo
|
814637946d
|
fix<Histroies>: remove invalid filters to fix issue #I5RZC9
|
2022-09-20 16:55:24 +08:00 |
|
leo
|
a19f81a708
|
optimize<Dashboard>: ISSUE #3 Rebase merge request detected but there is no rebase in progress.
|
2022-07-07 09:25:41 +08:00 |
|
leo
|
e779d1b65e
|
feature<Pull>: remember user's choice for Pull
|
2022-05-26 17:45:05 +08:00 |
|
leo
|
338f91357e
|
optimize<*>: remove deprecated apis (older than .NET 6)
|
2022-05-20 16:00:25 +08:00 |
|
leo
|
171f1d1d0c
|
optimize<*>: remove Windows Terminal settings because it can be set outside in Windows Terminal
|
2022-05-20 15:29:56 +08:00 |
|
leo
|
35235df7bc
|
feature<WorkingCopy>: gitee issue #I54W26 - toggle untracked files in working copy changes
|
2022-05-05 09:58:10 +08:00 |
|
leo
|
2b9d07479d
|
rename<FileHistories>: rename Views.Histories to Views.FileHistories
|
2022-01-12 18:43:21 +08:00 |
|
leo
|
1ad5ff1bd8
|
feature<Statistics>: add statistics for current year
|
2022-01-12 18:38:03 +08:00 |
|
leo
|
c52ed4a711
|
feature<Statistics>: add simple statistic page
|
2022-01-11 20:18:35 +08:00 |
|
leo
|
f04c01b878
|
feature<Window>: remember window state
|
2022-01-04 14:52:13 +08:00 |
|
leo
|
7fe48d9a88
|
refactor<*>: change all url of this repo from gitee.com to github.com
|
2021-11-15 14:26:55 +08:00 |
|
leo
|
18f176a66b
|
refactor<Version>: check latest release from api.github.com instead
|
2021-11-15 14:23:45 +08:00 |
|
leo
|
b452456d9d
|
feature<Issue>: always generate crash log file instead of report to gitee.com
|
2021-11-09 11:40:02 +08:00 |
|
leo
|
37ce2cdba6
|
optimize<Issue>: simplify crashreport logic while compiling with .NET 6
|
2021-10-28 16:00:28 +08:00 |
|
leo
|
3628729a93
|
feature<Project>: supports build with .NET 6
|
2021-10-28 15:47:47 +08:00 |
|
leo
|
e5996d0fe1
|
style<Preference>: new style of preference setting dialog
|
2021-10-13 11:19:45 +08:00 |
|
leo
|
7c44c0a840
|
optimize<CommitGraph>: remove unused polyline mode
|
2021-10-08 16:46:14 +08:00 |
|
leo
|
ade45732f2
|
optimize<TextCompare>: combine two modified parts those have one same unchanged character
|
2021-10-08 16:01:46 +08:00 |
|
leo
|
4456019968
|
feature<VSCode>: supports to open repository with Visual Studio Code
|
2021-09-13 14:22:25 +08:00 |
|
leo
|
717772c62b
|
style<Welcome>: re-design layout for Welcome page
|
2021-09-13 11:47:54 +08:00 |
|
李通洲
|
ebc2fc6b91
|
feature<Preference>: query git version after selecting git path
|
2021-09-07 16:57:57 +08:00 |
|
李通洲
|
1a5fdc540c
|
feature<Preference>: query git config after selecting git path
|
2021-09-07 16:57:42 +08:00 |
|
李通洲
|
5e706588a0
|
feature<OpenTerminal>: support Windows Terminal
|
2021-09-07 16:57:00 +08:00 |
|
Jai
|
663f3237c0
|
Merge pull request !19 from Jai/fix/copy-content-order
* optimix<Diff>: performance optimization
* fix<DiffViewer>: incorrect order when copying file contents
|
2021-08-11 11:16:00 +00:00 |
|
leo
|
780b4b9d18
|
feature<Issue>: add preference setting to enable/disable crash report
|
2021-08-11 10:20:19 +08:00 |
|
Jai
|
0c7f217106
|
feature<Preference>: add custom font settings
|
2021-08-10 22:05:29 +08:00 |
|
Jai
|
eab5db982c
|
feature<MergeTool>: support for finding Tortoise Merge from TortoiseGit
|
2021-08-09 21:36:42 +08:00 |
|
leo
|
d52fc37b65
|
style<Reset>: mode option style
|
2021-08-06 11:56:50 +08:00 |
|
leo
|
2cf7192ec4
|
cleanup<*>: run vs code cleanup to format codestyle and remove unused references
|
2021-08-05 15:54:00 +08:00 |
|
Jai
|
701d18216c
|
optimiz<Net48>: remove dependency Newtonsoft.Json
|
2021-08-05 11:05:18 +08:00 |
|
leo
|
47cb708744
|
optimize<DiffViewer>: use Models.TextChanges.Line directly for DiffViewer and HighlightableTextBlock
|
2021-08-05 09:29:26 +08:00 |
|
leo
|
a56a3ac5d2
|
feature<Issue>: create Gitee issue when unhandled exception raised
|
2021-08-03 10:19:30 +08:00 |
|
leo
|
22249876b5
|
optimize<TextCompare>: return invalid result instead of throwing exceptions
|
2021-07-30 10:00:50 +08:00 |
|
leo
|
d259d67fd5
|
optimize<Diff>: simplify DiffPlex algorithm
|
2021-07-29 20:42:44 +08:00 |
|
leo
|
92de6f2b79
|
feature<Diff>: highlights differences for modified lines (both added and removed)
|
2021-07-28 15:02:13 +08:00 |
|
leo
|
afc4eafb6f
|
refactor<*>: use DynamicResource instead of StaticResource for brushes and locales
|
2021-07-20 16:26:10 +08:00 |
|
leo
|
17e9ce2a2f
|
optimize<Preference>: use default preference settings when load broken preference data.
|
2021-07-13 09:04:28 +08:00 |
|
leo
|
f6c17e7d34
|
feature<Launcher>: supports restore last opened tabs when startup
|
2021-07-06 09:58:36 +08:00 |
|
leo
|
2ddc61e162
|
feature<Watcher>: sync changes for git-worktrees
|
2021-06-30 15:09:18 +08:00 |
|
leo
|
a36c00f68c
|
update<AvatarServer>: use geekzu.org for Chinese avatar server
|
2021-06-22 17:37:09 +08:00 |
|
leo
|
0377326363
|
optimize<*>: remove PageTabItem
|
2021-06-15 17:35:37 +08:00 |
|
leo
|
e13467c457
|
fix<Preference>: fix external merge tool configuration lost when path can NOT be found automatically
|
2021-06-08 09:33:17 +08:00 |
|
leo
|
130b5a66ab
|
feature<SubTree>: supports git subtree feature
|
2021-06-07 11:47:16 +08:00 |
|
leo
|
13ab3d1eae
|
optimize<Watcher>: do NOT listen changed event on .git/*_HEAD
|
2021-05-31 10:54:56 +08:00 |
|
leo
|
259473626b
|
feature<DiffViewer>: supports to diff with external merge tools
|
2021-05-31 10:25:48 +08:00 |
|
leo
|
11420ee5b4
|
feature<MergeTool>: supports to use WinMerge as git.mergetool
|
2021-05-28 20:49:43 +08:00 |
|
leo
|
e6182f9818
|
feature<CommitGraph>: add polyline display mode
|
2021-05-19 16:14:46 +08:00 |
|
leo
|
d0b1fbd7fb
|
fix<Watcher>: goto repository's tab when it's already opened
|
2021-05-13 15:39:22 +08:00 |
|
leo
|
6613566afb
|
optimize<WorkingCopy>: do NOT show unmerged changes in staged
|
2021-05-08 10:08:57 +08:00 |
|
leo
|
30ab8ae954
|
refactor<*>: rewrite all codes...
|
2021-04-29 20:05:55 +08:00 |
|