Commit graph

2509 commits

Author SHA1 Message Date
linonetwo
087b35cb7e Update wiki 2024-01-03 23:00:58 +08:00
linonetwo
e8c706d686 fix: view not properly hide, width: 0 can't hide it, need x: -contentSize[0], 2024-01-03 22:45:47 +08:00
linonetwo
6287fe49fa fix: logger error after closing in mac in dev mod (Error: Cannot call write after a stream was destroyed) 2024-01-03 22:45:25 +08:00
linonetwo
f8236fa6d3 fix: arrow function as useObservable param cause infinite rerender 2024-01-03 20:45:50 +08:00
linonetwo
66df849785 fix: remove all window ref before quit and close to prevent bug and help GC 2024-01-03 20:37:55 +08:00
lin onetwo
55c709b2ae Update index.ts 2024-01-02 02:26:26 +08:00
lin onetwo
f225ddaea9 feat: no view.setBackgroundColor('#fafafa') because in tidgi, webcontent always have background 2024-01-02 02:25:58 +08:00
lin onetwo
b3b333eaa5 v0.8.1-prerelease14 2024-01-01 20:37:02 +08:00
lin onetwo
49daa2937f fix: $:/info/tidgi/enableHTTPAPI not found 2024-01-01 15:42:50 +08:00
lin onetwo
913a92925e fix: window.meta not exist 2024-01-01 13:53:45 +08:00
lin onetwo
ff7d6c115f fix: data race when two try to set setting file 2024-01-01 13:10:36 +08:00
lin onetwo
4619af236c fix: acticative page flashing 2024-01-01 01:59:58 +08:00
linonetwo
61920d9e60 fix: try to fix page bounce 2023-12-31 22:48:59 +08:00
linonetwo
6ab3cdb73e fix: remove some early call to realignActiveWorkspace to prevent hideActiveWorkspaceView: no mainBrowserViewWebContent, skip main window browserView.
They seem to fix some old bugs, hope it is solved by electron itself...
2023-12-31 20:19:31 +08:00
linonetwo
6912884da8 fix: border radius of page workspace 2023-12-31 19:45:58 +08:00
linonetwo
5f41b77da9 refactor: move sync logic to sync service 2023-12-31 19:42:25 +08:00
linonetwo
8bf3fcdc1d refactor: update syncWikiIfNeeded to use syncOrForcePull 2023-12-31 18:38:05 +08:00
linonetwo
87957c3581 feat: add force pull method from git-sync-js 2023-12-31 18:03:28 +08:00
linonetwo
25f7b11638 chore: not install registry-js on mac 2023-12-31 16:24:30 +08:00
linonetwo
3deaa14b7a fix: delay 500ms for window menu, which won't be use in start, but will require CPU resources. And if not in settimeout, getting service itself from ioc container will cause infinite loop. Causing RangeError: Maximum call stack size exceededException in PromiseRejectCallback 2023-12-31 16:24:14 +08:00
linonetwo
5093da125f fix: when delete workspace, move to trash instead of remove 2023-12-31 15:59:43 +08:00
lin onetwo
9e73bbf96d v0.8.1-prerelease13 2023-12-30 19:03:35 +08:00
lin onetwo
0258c8a498 fix: secondary window not loading if not active 2023-12-30 19:00:45 +08:00
lin onetwo
32485a1bee refactor: move some private method out 2023-12-30 18:48:15 +08:00
lin onetwo
9b6d9a83d7 fix: printPDF and download 2023-12-30 17:13:34 +08:00
lin onetwo
9c4aa82c8f fix: import html will delete existed folder, and no Chinese error message
fixes #488
2023-12-30 15:24:10 +08:00
lin onetwo
3aa18be2c5 fix: zx script on windows can't find adb, and output messy
fixes #469
2023-12-30 14:39:27 +08:00
lin onetwo
eff4cd5a2a fix: hideMenubar preference not working
fixes #448
2023-12-30 13:25:40 +08:00
lin onetwo
80510ce5e9 v0.8.1-prerelease12 2023-12-30 02:53:14 +08:00
lin onetwo
b5ec5c19f2 fix: TS2307: Cannot find module 'registry-js' or its corresponding type declarations. 2023-12-30 02:53:05 +08:00
lin onetwo
072526fc20 v0.8.1-prerelease11 2023-12-30 02:47:37 +08:00
lin onetwo
00983e38fe fix: --no-frozen-lockfile for .pnpmfile.cjs 2023-12-30 02:47:25 +08:00
lin onetwo
665aef19c1 v0.8.1-prerelease10 2023-12-30 02:43:20 +08:00
lin onetwo
02ea731e30 fix: os is not working, disable registry-js use .pnpmfile.cjs
fixes https://github.com/desktop/registry-js/issues/274
2023-12-30 02:43:07 +08:00
lin onetwo
75789b5301 chore: disable @reforged/maker-appimage due to error 2023-12-30 02:39:28 +08:00
lin onetwo
9802f23d22 fix: error setting default userName on Guide page
fixes #452
2023-12-30 02:36:30 +08:00
lin onetwo
5fdfee2868 chore: upgrade deps 2023-12-30 02:24:44 +08:00
lin onetwo
478863cef8 fix: registry-js should only build on win32, v0.8.1-prerelease9 2023-12-30 01:34:55 +08:00
lin onetwo
3fd8a2a220 v0.8.1-prerelease8 2023-12-30 01:19:19 +08:00
lin onetwo
811485bea2 fix: make registry-js optional, which breaks mac and linux build 2023-12-30 01:18:40 +08:00
linonetwo
936e0689c9 v0.8.1-prerelease7 2023-12-30 00:14:28 +08:00
linonetwo
f535304f27 fix: rename tiddler won't delete tiddler in ipc, because bag is undefine sometimes 2023-12-29 23:56:46 +08:00
linonetwo
8a5e5a0725 refactor: merge two did-navigate-in-page and add some logs 2023-12-29 23:53:07 +08:00
linonetwo
b1cb63fd4f Update package.json 2023-12-29 23:13:19 +08:00
linonetwo
5446c0f305 refactor: rename nativeService.open -> openURI 2023-12-29 23:09:57 +08:00
linonetwo
cbfc068ff4 feat: use getTiddlerFilePath -> openPath 2023-12-29 23:00:26 +08:00
linonetwo
cb66c9361e fix: not calling callback in sync adaptor will cause it waiting forever 2023-12-29 22:31:32 +08:00
linonetwo
9bb25e0e25 fix: workspace icon default image not loading 2023-12-29 22:21:26 +08:00
linonetwo
8ed62695a9 chore: unused deps used by noflo before 2023-12-29 22:07:37 +08:00
linonetwo
cf87bf7bef feat: open developer tool detach to prevent overlap 2023-12-29 21:54:22 +08:00