Commit graph

1494 commits

Author SHA1 Message Date
leo
ff4427f49f update<project>: force using "framework-dependent single-file app" mode 2020-11-17 20:23:15 +08:00
leo
24ce527803 optimize<project>: remove prefer 32-bit setting 2020-11-17 20:20:09 +08:00
leo
df1cdb201f update<README>: add .NET 5.0 requirements anouncement 2020-11-17 20:01:38 +08:00
leo
551021520a feature<Dashboard>: auto remove .git/rebase-apply when continue finished 2020-11-17 19:56:18 +08:00
leo
78614a71db optimize<Blame>: remove unused code 2020-11-17 19:33:22 +08:00
leo
5584b323de optimize<Blame, DiffViewer>: using StringBuilder instead of TextBox.AppendText 2020-11-17 19:31:39 +08:00
leo
befe54240a style<Histories>: change style of CLEAR/TOGGLE button in search bar 2020-11-17 18:11:42 +08:00
leo
12169cc53a feature<Histories>: add collapse button in search bar 2020-11-17 12:59:55 +08:00
leo
1a719a464e fix<*>: open explore exception on .NET 5.0 2020-11-17 12:41:51 +08:00
leo
24b175c331 upgrade<project>: upgrade to .net 5.0 2020-11-17 11:41:01 +08:00
leo
a3f2c672b7 style<Launcher>: better z-index for tabs in titlebar 2020-11-16 21:06:56 +08:00
leo
c14198a830 fix<Diff>: getting wrong size for LFS objects when the size of file didn't changed 2020-11-04 23:35:12 +08:00
leo
19bccbecf6 feature<Dashboard>: add context menu "Tracking" to change upstream of selected local branch 2020-11-04 11:54:09 +08:00
leo
5e6ef8abcb optimize<CommitGraph>: remove unused code 2020-11-03 11:45:46 +08:00
leo
dbf5ffe01b style<Launcher>: hide tab close button by default 2020-10-30 12:05:52 +08:00
leo
3b7a030846 upgrade<Version>: Release 1.8 2020-10-27 16:15:35 +08:00
leo
01aafd61f8 style<Dashboard>: re-arrange buttons in toolbar 2020-10-27 15:51:57 +08:00
leo
8050d5a2ab fix<Remote>: do NOT check remote name if only edit it's URL 2020-10-12 09:58:39 +08:00
leo
f476d758ca fix<Repository>: validation for remote uri with 'git@' 2020-09-29 14:13:49 +08:00
leo
382ea6b89a fix<Dashboard>: update filters for commits when branch changed or tag deleted 2020-09-29 10:53:49 +08:00
leo
5f34f968d7 style(Dashboard): move configuration from left to right 2020-09-28 10:36:14 +08:00
leo
11b9c8ac09 style(TwoCommitsDiff): change title style 2020-09-25 18:02:12 +08:00
leo
d2f5e2caf0 optimize(TwoCommitsDiff): remove unused code 2020-09-25 17:31:11 +08:00
leo
5592c652f7 feature(Histories): supports to diff selected 2 commits 2020-09-25 17:24:43 +08:00
leo
b177f541be update(README): doc update 2020-09-25 16:33:37 +08:00
leo
77ba0e6cdb feature(LFS): LFS diff and preview support 2020-09-25 16:30:28 +08:00
leo
f3ee044818 fix<CommitGraph>: ignore all other branches merged into the last commit. 2020-09-25 11:15:04 +08:00
leo
488a7b37c4 upgrade(Version): Release 1.7 2020-09-23 10:26:06 +08:00
leo
8719a7c935 fix(Diff): fixup diff unstaged/staged file error 2020-09-23 10:15:59 +08:00
leo
9b452bef8b fix(*): using TextBlock instead of Label to avoid missing characters like '-', '_', etc. 2020-09-01 17:22:47 +08:00
leo
cfce4bddd7 style(History): unify context menu style for commit 2020-08-18 09:49:08 +08:00
leo
96bf5548c6 fix(Merge): auto delete MERGE_HEAD/REVERT_HEAD/REBASE_HEAD/CHERRY_PICK_HEAD when merge command returns no errors. 2020-08-18 09:40:21 +08:00
leo
42c933ab54 optimize(Commit): detect selected file type before reading its content 2020-08-12 14:24:38 +08:00
leo
8628e2af2d Release 1.6 2020-08-12 09:08:46 +08:00
ZCShou
1bdc4f91af <style>(<*>): 完善Tab的阴影效果,调整 Merge 提示框 和 错误提示框的按键大小 2020-08-12 08:06:43 +08:00
leo
fa1a86b7ac fix(Checkout): never update repository when checkout failed. 2020-08-11 19:47:13 +08:00
leo
8bc23a7d71 fix(*): show special characters, like '-', '_', etc, in local branches; App.RaiseError crashes when called in other threads except UI. 2020-08-07 23:40:23 +08:00
leo
cf203c66aa update(License): change license 2020-08-07 17:20:18 +08:00
leo
e00799555f feature(WorkingCopy): add context menu entry to view histories from selected unstaged change 2020-08-07 17:16:17 +08:00
leo
5fa2c601a8 fix(Pull): make sure git pull succeeds before dropping stash 2020-08-07 17:02:43 +08:00
leo
861ed8bdb6 style(Launcher): nothing changed 2020-08-07 09:52:40 +08:00
leo
a86f8cd463 fix(Submodule): refresh working copy status after submodule updated 2020-08-06 16:39:10 +08:00
leo
9fceb821ea refactor(PercentToDouble): remove unused PercentToDouble converter 2020-08-06 16:11:00 +08:00
leo
5ce9cffcee refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
leo
7558bbd4f2 refactor(PopupManager): rewrite popup 2020-08-06 15:41:25 +08:00
leo
28e3a1bb27 optimize(Manager): add context menu for recent opened repositories 2020-08-06 11:31:20 +08:00
leo
08dc039768 style(Conflict): better color for conflicts detected tool bar 2020-08-06 11:08:58 +08:00
leo
ba2063f956 style(Dashboard): remove line between tab and toolbar when using light theme 2020-08-06 10:21:30 +08:00
leo
4d3a0a45cb style(Launcher): drop shadow direction for tabs in title bar 2020-08-06 10:11:11 +08:00
leo
692442aff1 feature(Launcher): show repository path as tooltip on tabs 2020-08-05 16:35:01 +08:00