Commit Graph
13 Commits
Author SHA1 Message Date
miles 9d3c232924 feat: add binary option for gelectron packager and implement ad-hoc signing for Mac apps 2026-07-27 14:29:45 -05:00
miles b4d27e48a5 chore: clean up code structure and remove redundant changes demo0.1 2026-07-26 23:44:27 -05:00
miles 5f2ed2c34a feat: enhance memory monitoring in benchmark and simplify run script 2026-07-26 22:15:50 -05:00
miles 990ebd988e fix: update .gitignore to include Electron compat layer directories 2026-07-26 22:04:22 -05:00
miles d3de67fadb update 2026-07-26 22:03:25 -05:00
miles e10f66fecf fix: update README layout and improve description 2026-07-26 18:44:13 -05:00
miles 879c5ab672 update 2026-07-26 18:41:58 -05:00
miles 419dd357cb updare 2026-07-26 18:33:01 -05:00
miles cedb606500 update 2026-07-26 18:30:07 -05:00
miles d4620e5e8e fix: remove unsupported --package flag from prepublishOnly 2026-07-26 17:23:09 -05:00
miles 628f77460b fix: add autoUpdater, session stubs, npm publishing support
- Add auto-updater.js EventEmitter stub for electron-updater MacUpdater
- Add session.fromPartition() stub for electron HTTP executor
- Fix app.js getAppPath/getName methods
- Update CLI to find napi .node files
- Fix package.json napi config (binaryName/targets)
- Add npm/darwin-arm64 platform package
- Add .npmignore for clean publish
2026-07-26 17:21:55 -05:00
miles 86c19b0012 feat: add Gelectron compatibility layer for Electron modules
- Introduced contextBridge module for exposing APIs to the main world.
- Added dialog module for handling open, save, and message dialogs.
- Created index module as a drop-in replacement for Electron's main API.
- Implemented ipcMain and ipcRenderer modules for inter-process communication.
- Developed menu and menu item modules for creating application menus.
- Added nativeImage module for handling images in various formats.
- Implemented notification module for displaying system notifications.
- Created preload-loader for injecting preload scripts into the renderer process.
- Developed runtime module for running Electron apps in a Node.js environment.
- Added safe-storage module for basic string encryption and decryption.
- Implemented shell module for opening external URLs and managing file paths.
- Created tray module for managing system tray icons and menus.
- Developed webContents utilities for interacting with browser windows.
2026-07-26 17:12:47 -05:00
miles 4af8378d72 Initial commit 2026-07-26 16:17:08 -05:00