Julian Waller
Julian Waller
This is groundwork for supporting modules to run on node22. This should land in 3.5 beta once 3.4 is released Before this can be merged we need: - [ ]...
Related: #1352 #2189 This adds the ability to view the button grid as a particular surface. For now this is limited to reducing the buttons shown to the ones displayed...
This adds a prebuild for windows arm64 (snapdragon cpu). I have only tested it as far as loading the library inside a windows arm virtual machine, where it loaded without...
Closes #896 Read my comments in the issue for more step by step details on what was happening. The TLDR is that this library current uses the symbol `__ZTTNSt3__118basic_stringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEEE` which...
Is there a specific target for minimum macos version of this library? Chromium supports macos 10.15, but it appears that this library requires macos 12. I have some users who...
in progress.. This needs some further UX thought, but the functionality is making progress. ### Managing modules There is a new 'modules' tab, which uses the split layout approach. ...
This is something I started late last year, but haven't had a motivation to finish it. So I am pushing it here, in case someone wants to use it as...
Ports the change https://github.com/coreui/coreui-vue/commit/a9cdb9716e7eedf6b30af78e57ae96582249c86f Resolves #380
Implement the electron-builder auto-updater driven by a tray menu option. TODO - [ ] Create system notification when update is detected. Perhaps on a daily check interval - [ ]...