leo
|
789e3cf6a2
|
optimize<Diff>: limit number of character diff; ignore empty changes
|
2021-07-28 15:26:41 +08:00 |
|
leo
|
18f35449e5
|
optimize<Diff>: show 4 context lines on diff
|
2021-07-28 15:04:00 +08:00 |
|
leo
|
92de6f2b79
|
feature<Diff>: highlights differences for modified lines (both added and removed)
|
2021-07-28 15:02:13 +08:00 |
|
leo
|
776defe6c3
|
optimize<Histories>: move UpdateCommits from Histories to Dashboard
|
2021-07-23 15:01:51 +08:00 |
|
Jai
|
932db894a5
|
optimiz<Dashboard>: refresh repository information only when switching to tabs
|
2021-07-23 13:54:35 +08:00 |
|
leo
|
650b79a295
|
optimize<Locales>: remove unused resources
|
2021-07-23 11:35:24 +08:00 |
|
leo
|
34a11a1b38
|
fix<Upgrade>: correct bad download url
|
2021-07-23 11:27:23 +08:00 |
|
leo
|
7930619a03
|
style<About>: new style of copyright
|
2021-07-20 20:27:39 +08:00 |
|
leo
|
a7a1817ad2
|
style<Launcher>: move hotkeys to about dialog
|
2021-07-20 20:15:22 +08:00 |
|
leo
|
287e3b3bc8
|
upgrade<Version>: Release 4.5
|
2021-07-20 19:31:33 +08:00 |
|
leo
|
c1ca76c72f
|
update<screenshots>: new theme
|
2021-07-20 17:08:02 +08:00 |
|
leo
|
bfb0be89a5
|
update<Locales>: translate for fetch automatically
|
2021-07-20 16:49:50 +08:00 |
|
leo
|
afc4eafb6f
|
refactor<*>: use DynamicResource instead of StaticResource for brushes and locales
|
2021-07-20 16:26:10 +08:00 |
|
leo
|
4a56b47265
|
optimize<FolderDialog>: remove dependency of Ookii.Dialogs.Wpf
|
2021-07-20 09:13:07 +08:00 |
|
leo
|
a7ddc50665
|
style<Popups>: better dropshadow effect
|
2021-07-19 20:49:47 +08:00 |
|
leo
|
7ccd0ea80e
|
optimize<CreateBranch>: use [Stash & Reapply] as default when create new branch
|
2021-07-15 18:28:15 +08:00 |
|
leo
|
0f9b8e8eee
|
update<README>: update thanks
|
2021-07-15 13:59:21 +08:00 |
|
leo
|
64796337e6
|
Merge pull request !11 from Jai/fix/dashboard-branch-list-state
|
2021-07-15 05:45:40 +00:00 |
|
Jai
|
e99f26df90
|
fix<Dashboard>: the expanded status of the repository branch list is not saved correctly
|
2021-07-15 12:55:48 +08:00 |
|
leo
|
8d5f594815
|
optimize<TextBox>: lag for validation error panel
|
2021-07-15 10:40:09 +08:00 |
|
leo
|
add6062917
|
feature<Configure>: supports configuration for http.proxy
|
2021-07-15 09:23:37 +08:00 |
|
leo
|
4c5b8ce072
|
update<README>: update thanks
|
2021-07-14 19:22:19 +08:00 |
|
Jai
|
a0c89362be
|
fix<Dashboard>: when the remote branch name contains a folder '/', the belonging remote is sometimes incorrect
|
2021-07-14 11:18:52 +00:00 |
|
leo
|
586728eea1
|
upgrade<Version>: Release 4.4
|
2021-07-14 16:58:00 +08:00 |
|
leo
|
70b1cdd177
|
update<README>: add highlights
|
2021-07-14 16:03:40 +08:00 |
|
leo
|
c1a2914660
|
update<Hotkeys>: add STAGE/UNSTAGE hotkey description
|
2021-07-14 15:15:44 +08:00 |
|
leo
|
62c182f5ca
|
refactor<WorkingCopyChanges>: use PreviewKeyDown instead of RoutedUICommand for staging/unstaging hot keys
|
2021-07-14 14:54:44 +08:00 |
|
leo
|
208af69ea1
|
style<Exceptions>: limit max height of error message
|
2021-07-14 12:43:53 +08:00 |
|
leo
|
c165cab3c0
|
optimize<CommitGraph>: do NOT render lines not visible in view
|
2021-07-13 19:52:05 +08:00 |
|
leo
|
e7a7c0518e
|
fix<Command>: fix crash when cancel a process that already
|
2021-07-13 15:35:18 +08:00 |
|
leo
|
17e9ce2a2f
|
optimize<Preference>: use default preference settings when load broken preference data.
|
2021-07-13 09:04:28 +08:00 |
|
leo
|
39b5cb54fc
|
fix<App>: change url for checking update
|
2021-07-09 12:02:40 +08:00 |
|
leo
|
2b2598d2f3
|
optimize<WorkingCopy>: uncheck amend after commit successfully
|
2021-07-09 11:59:54 +08:00 |
|
leo
|
0b690edba8
|
update<README>: thanks for Jai for restore window feature
|
2021-07-07 10:51:03 +08:00 |
|
leo
|
31aae262fc
|
Merge pull request !6 from Jai/fix/restore-tabs-not-exists
|
2021-07-07 02:48:53 +00:00 |
|
Jai
|
e47c126384
|
fix<Launcher>: when the directory does not exist, restoring the last opened tab will cause a crash
|
2021-07-07 09:33:20 +08:00 |
|
leo
|
faa93f6e9a
|
Merge pull request !5 from Jai/feature/shortcut-to-quick-stage
本地更改列表添加空格快捷键用于快速暂存/取消暂存选中的变更
|
2021-07-06 08:47:51 +00:00 |
|
Jai
|
d5cc3c3fa2
|
feature<WorkingCopyChanges>: add the shortcut SPACE to stage/unstage the selected file
|
2021-07-06 16:23:24 +08:00 |
|
leo
|
f449914e2c
|
upgrade<Version>: Release 4.3
|
2021-07-06 13:05:05 +08:00 |
|
leo
|
a4997249cb
|
optimize<Launcher>: show launcher after all pre-opened pages ready
|
2021-07-06 13:04:19 +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
|
ee4aa052d2
|
update<screenshots>: new screenshots
|
2021-06-29 10:42:32 +08:00 |
|
leo
|
d0a66355b5
|
update<README>: correct repo url
|
2021-06-29 10:32:16 +08:00 |
|
leo
|
e65428f5b0
|
upgrade<Version>: Release 4.2
|
2021-06-29 10:20:31 +08:00 |
|
leo
|
598f940cf3
|
feature<FolderDailog>: use Ookii.Dialog.Wpf instead of Views.Controls.FolderDailog
|
2021-06-29 10:19:38 +08:00 |
|
leo
|
8c8109dc60
|
style<PopupPanel>: remove border of PopupPanel
|
2021-06-25 11:08:51 +08:00 |
|
leo
|
05bfc86a9b
|
style<ChangeStatusIcon>: font family and characters for change status icon
|
2021-06-23 14:11:45 +08:00 |
|
leo
|
a36c00f68c
|
update<AvatarServer>: use geekzu.org for Chinese avatar server
|
2021-06-22 17:37:09 +08:00 |
|
leo
|
2a5e243b67
|
rename<Icons>: rename Icon.NewPage to Icon.WelcomePage
|
2021-06-22 14:09:58 +08:00 |
|