TidGi-Desktop/features
lin onetwo 0e96d94809
Fix/start error (#654)
* fix: lint

* chore: upgrade electron-ipc-cat to add try catch but useless

IPC Server: Sending response {
channel: 'ContextChannel',
request: { type: 'apply', propKey: 'get', args: [ 'supportedLanguagesMap' ] },
correlationId: '0.36061460136077916',
result: {}
}
Error sending from webFrameMain: Error: Failed to serialize arguments
at WebFrameMain.s.send (node:electron/js2c/browser_init:2:94282)
at WebContents.b.send (node:electron/js2c/browser_init:2:78703)
at I:\github\TidGi-Desktop.vite\build\main-BW_u7Pqi.js:39200:28

IPC Server: Sending response {
channel: 'ContextChannel',
request: { type: 'apply', propKey: 'get', args: [ 'supportedLanguagesMap' ] },
correlationId: '0.7064988939670734',
result: {}
}
Error sending from webFrameMain: Error: Failed to serialize arguments
at WebFrameMain.s.send (node:electron/js2c/browser_init:2:94282)
at WebContents.b.send (node:electron/js2c/browser_init:2:78703)
at I:\github\TidGi-Desktop.vite\build\main-BW_u7Pqi.js:39200:28

Proxy 对象不能被序列化

* fix: process.resourcesPath changes during app initialization, need to wait for it when start with scheme

* fix: Realign workspace view when reopening window to ensure browser view is properly positioned

fixes #626

* feat: api for git-sync-js to get deleted files

* fix: wikiWorker  methods should be async

* log debug not info

* fix: database should init frist before i18n

* fix: better error log when workspace config error

* chore: add maker-msix for windows

* fix: window.meta is not a function when view on browser

* feat: add more git services

* fix: discard file content cause lots of logs

fixes #653

* Update wiki

* test: Git Log window auto-refreshes when files change (only when window is open)

* test: use test id to wait and make test id debug log

* update i18n

* i18n

* lint

* Update test.yml

* Update test.yml

* Update index.tsx
2025-11-20 17:17:11 +08:00
..
stepDefinitions Fix/start error (#654) 2025-11-20 17:17:11 +08:00
supports Feat/allow watch fs change on git sync 2025-10-31 02:00:40 +08:00
agent.feature Feat/watch fs (#649) 2025-10-28 13:25:46 +08:00
aiCommitMessage.feature Feat/git chart (#651) 2025-11-08 15:04:34 +08:00
cucumber.config.js Feat/Native AI Agent (#640) 2025-10-10 17:16:56 +08:00
defaultWiki.feature Feat/mini window (#642) 2025-10-21 20:07:04 +08:00
filesystemPlugin.feature Feat/git chart (#651) 2025-11-08 15:04:34 +08:00
gitLog.feature Fix/start error (#654) 2025-11-20 17:17:11 +08:00
hibernation.feature Fix/hibernate (#652) 2025-11-09 21:32:37 +08:00
logging.feature Feat/watch fs (#649) 2025-10-28 13:25:46 +08:00
newAgent.feature Feat/git chart (#651) 2025-11-08 15:04:34 +08:00
oauthLogin.feature Feat/watch fs (#649) 2025-10-28 13:25:46 +08:00
preference.feature Feat/watch fs (#649) 2025-10-28 13:25:46 +08:00
smoke.feature Feat/Native AI Agent (#640) 2025-10-10 17:16:56 +08:00
tidgiMiniWindow.feature Feat/allow watch fs change on git sync 2025-10-31 02:00:40 +08:00
tidgiMiniWindowWorkspace.feature Feat/git chart (#651) 2025-11-08 15:04:34 +08:00
tsconfig.json Feat/Native AI Agent (#640) 2025-10-10 17:16:56 +08:00
vectorSearch.feature Feat/Native AI Agent (#640) 2025-10-10 17:16:56 +08:00