Commit graph

1074 commits

Author SHA1 Message Date
tiddlygit-test
d365d964d8 fix: menubar usage 2021-05-15 20:29:13 +08:00
tiddlygit-test
f2894047d2 feat: allow start without remove config 2021-05-15 20:16:41 +08:00
tiddlygit-test
3fa4f1e8f5 refactor: use latest authing sdk 2021-05-15 20:03:26 +08:00
tiddlygit-test
f9c12a8225 feat: cloned wiki can only be synced 2021-05-06 01:05:06 +08:00
tiddlygit-test
28f9e7854e Update defaultGitInfo.ts 2021-05-06 01:02:00 +08:00
tiddlygit-test
fd93c87b4a Update index.ts 2021-05-06 00:56:04 +08:00
tiddlygit-test
2e339cc792 feat: upgrade git-sync 2021-05-06 00:52:56 +08:00
tiddlygit-test
9a8123fbf1 feat: allow email to be undefined or null, if user haven't fill email in git service 2021-05-06 00:44:45 +08:00
tiddlygit-test
7248712232 feat: auto select first one after first search 2021-05-06 00:32:20 +08:00
tiddlygit-test
1e37eb6a53 fix: search typing of github list 2021-05-06 00:22:49 +08:00
tiddlygit-test
6178de753c Update SearchGithubRepo.tsx 2021-05-05 23:21:59 +08:00
tiddlygit-test
7a8fe91fa4 feat: add Git url form 2021-05-05 23:18:47 +08:00
tiddlygit-test
626197cb9e refactor: move wikiCreationMessageSetter to the index.tsx 2021-05-05 23:18:34 +08:00
tiddlygit-test
f89bd409f0 fix: menubar override 2021-05-05 22:47:37 +08:00
tiddlygit-test
7e63a53d35 feat: adjust translation 2021-05-05 21:47:43 +08:00
tiddlygit-test
8d99d80cf6 feat: better ui 2021-05-05 21:42:35 +08:00
tiddlygit-test
5a2a0f1069 feat: add show/hide sidebar to context menu 2021-05-05 19:19:05 +08:00
tiddlygit-test
ccc5f6021f feat: update translation of menu 2021-05-05 19:01:46 +08:00
tiddlygit-test
3dc50f75a1 fix: language
https://github.com/electron-userland/electron-forge/issues/2248
2021-05-05 14:56:10 +08:00
tiddlygit-test
f5c2858ee1 fix: background was not transparent 2021-05-05 00:29:39 +08:00
tiddlygit-test
24d4fd10c0 feat: translated document title 2021-05-05 00:13:01 +08:00
tiddlygit-test
9297ca5cc6 feat: add main menu 2021-05-04 23:50:34 +08:00
tiddlygit-test
8fcfc7fb7e fix: change language of renderer 2021-05-04 23:49:44 +08:00
tiddlygit-test
baef9b4f5b fix: translation not switch in menu 2021-05-04 23:22:03 +08:00
tiddlygit-test
56268a4587 fix: menu not translated 2021-05-04 23:18:23 +08:00
tiddlygit-test
7600fe5dda fix: sidebarShortcutHints 2021-05-04 22:38:25 +08:00
tiddlygit-test
a91699b0a9 fix: don't block open existed wiki 2021-05-04 22:27:23 +08:00
tiddlygit-test
354364169b fix: delete workspace 2021-05-04 22:22:59 +08:00
tiddlygit-test
bf98f2f59a feat: highlight add button only when there is no workspace 2021-05-04 22:16:15 +08:00
tiddlygit-test
85b6d6d256 chore: remove useless lproj 2021-05-04 21:22:04 +08:00
tiddlygit-test
59cedd637f fix: ENOENT: no such file or directory, stat '/Users/linonetwo/Desktop/repo/TiddlyGit-Desktop/out/tiddly-git-darwin-x64/tiddly-git.app/Contents/MacOS/tiddly-git' 2021-05-04 20:34:16 +08:00
tiddlygit-test
098bd9eeec Update developmentMkdir.ts 2021-05-04 20:21:07 +08:00
tiddlygit-test
f49df85c28 feat: create tmp folder before use 2021-05-04 20:19:58 +08:00
tiddlygit-test
3d38d37635 feat: open default when pickDirectory 2021-05-04 20:09:41 +08:00
tiddlygit-test
2bb6831bae fix: check git before get git 2021-05-04 20:04:34 +08:00
tiddlygit-test
c9a34b8a8f refactor: merge context paths 2021-05-04 20:01:53 +08:00
tiddlygit-test
fdb478dfaf feat: allow clone and open wiki 2021-05-04 18:09:07 +08:00
tiddlygit-test
d068901055 fix: don't close dialog when wiki start, there is git to init, we close then 2021-05-04 17:16:45 +08:00
tiddlygit-test
50df72b068 refactor: use camelCase 2021-05-04 17:06:31 +08:00
tiddlygit-test
205049ebbc fix: log not shown in UI 2021-05-04 17:02:49 +08:00
tiddlygit-test
d5a9c1a6c6 fix: prevent infinite loop 2021-05-04 16:45:11 +08:00
tiddlygit-test
7c18e0a83b refactor: make major git operations run in a worker_threads 2021-05-04 15:22:35 +08:00
tiddlygit-test
5b4a9e0ec5 feat: set errors log 2021-05-04 14:37:36 +08:00
tiddlygit-test
80e64a6b29 refactor: return observable to inform main thread about wiki status 2021-05-04 14:26:44 +08:00
tiddlygit-test
9c112b208b fix: only use @zeit/webpack-asset-relocator-loader for main process
fixes https://github.com/vercel/webpack-asset-relocator-loader/issues/97
2021-05-04 13:29:10 +08:00
tiddlygit-test
48904d3b5c refactor: move import electron related paths to other file 2021-05-04 13:09:17 +08:00
tiddlygit-test
7dcf983aed chore: enable @zeit/webpack-asset-relocator-loader 2021-05-04 02:12:45 +08:00
tiddlygit-test
9d46c4dd2c feat: unpack workers 2021-05-04 01:50:25 +08:00
tiddlygit-test
28aa1fe82b Update package.json 2021-05-04 01:14:45 +08:00
tiddlygit-test
7642a24be6 Update package-lock.json 2021-05-04 01:11:33 +08:00