Chek Wei Tan

Results 6 issues of Chek Wei Tan

When the ChatALL fails to update using `autoUpdater` and a new version is available on GitHub, users will be notified. ### Details: If an `error` event is emitted by `autoUpdater`,...

**Describe the bug / 描述问题** I noticed that my ChatALL is running an outdated version and has never been updated to the latest version. - OS and version: Windows 11...

bug

Add theme setting to setting page. Allow user to choose between System, Light, and Dark mode. No impact for Light theme as using current color scheme. By default, use system...

### Description ![image](https://github.com/files-community/Files/assets/26683979/d9c9d350-ca64-44b8-996f-6fe5eafb99ba) ### Steps To Reproduce 1. Create shortcut 2. Delete shortcut 3. Go to Recycle Bin ### Requirements - Shortcut properties align in correct column in Recycle Bin...

bug

Below example updating as expected, Each item in the array contains both the `content` and `done` keys in its `changes` property. ```js await Messages.table.bulkUpdate([ { "key": "ffce6291-2fdf-4103-9960-1b208da10222", "changes": { "content":...

Fix: https://github.com/AutomaApp/automa/issues/1742 The `forEach` callback for `URLSearchParams` in `src/execute/index.js` had its `key` and `value` parameters inadvertently swapped. This resulted in incorrect parsing of URL query parameters, where the intended value...