Commit Graph

26 Commits

Author SHA1 Message Date
Pandipipas 982c771e82 feat: add error handling screen and logging functionality 2026-06-04 14:09:27 +02:00
Pandipipas 88223d744c Add before-pack script and installer configuration for NSIS 2026-06-01 11:16:07 +02:00
Pandipipas ed5a7d0994 b 2026-05-31 20:39:55 +02:00
Pandipipas d01ae1fa6b Fix complete. Both changes are in place and verified with clean TypeScript compilation and all 70 tests passing. 2026-05-31 19:47:30 +02:00
Pandipipas 3f756feca6 a 2026-05-31 18:57:18 +02:00
Pandipipas ca74a23d19 Improving Installer and Updater Process 2026-05-31 18:52:51 +02:00
Pandipipas 42a298925b Investigating Electron Startup Failures 2026-05-31 16:24:14 +02:00
Pandipipas 67f3e60953 fix: disable signing option for NSIS executable 2026-05-24 15:24:09 +02:00
Pandipipas d4dd77151c fix: remove unnecessary signing option from NSIS configuration 2026-05-17 14:05:14 +02:00
Pandipipas 955a1f7116 feat: improve NodeCG runtime installation and relaunch behavior 2026-05-16 22:22:30 +02:00
Pandipipas 41e4e91c4b feat: enhance NodeCG runtime management and packaging
- Update .gitignore and .prettierignore to exclude additional cache and configuration files.
- Revise README.md for clarity on build processes and runtime behavior.
- Improve architecture documentation to reflect changes in startup flow and module responsibilities.
- Modify troubleshooting guide to address common runtime issues and installation steps.
- Enhance ESLint configuration to ignore more directories.
- Update package.json scripts for better build and distribution processes.
- Introduce build-scoreko-bundle.mjs for building the Scoreko bundle.
- Implement prepare-nodecg-runtime.mjs for managing NodeCG runtime installation and updates.
- Add runtime-provisioner.ts to handle user-specific NodeCG runtime provisioning.
- Create tests for runtime provisioning to ensure correct behavior.
- Refactor process-manager.ts and main.ts to integrate new runtime management logic.
2026-05-09 17:45:36 +02:00
Pandipipas b10b8adb98 END 2026-02-25 20:27:12 +01:00
Pandipipas cfaec88bdc Rename wrapper identifier to scoreko-electron-wrapper 2026-02-24 01:04:27 +01:00
Pandipipas e120bf1d4a chore: remove default dist script and keep platform-specific dist commands (#29) 2026-02-24 00:23:11 +01:00
Pandipipas 944efe7301 chore: build installers for all desktop platforms in dist (#28) 2026-02-23 23:55:21 +01:00
Pandipipas 2b0d627396 feat: complete pending roadmap items with doctor, hardening, and code quality 2026-02-21 19:27:11 +01:00
Pandipipas 8047c99946 build(packaging): completar fase 4 con icono mac y CI básica 2026-02-21 18:50:50 +01:00
Pandipipas e3b78cf6ba test(config): cubrir utilidades env con node:test 2026-02-21 18:33:38 +01:00
Pandipipas 182231723c build: show NSIS install details panel by default (#20)
* build: expose NSIS install details panel by default

* fix: update installer configuration to disable zip usage
2026-02-18 16:58:38 +01:00
Pandipipas d2ef4b5d4f update window_size 2026-02-15 20:40:35 +01:00
Pandipipas f87db975ba Remove binary icon asset and align icon config/docs (#18) 2026-02-11 00:15:35 +01:00
Pandipipas f3de69decf refactor startup flow and remove legacy error handling (#14) 2026-02-10 22:45:54 +01:00
Pandipipas da3ca23c68 fix: consolidate sqlite rebuild scripts in package.json 2026-02-10 22:15:15 +01:00
Pandipipas 905bf0dda0 Codex-generated pull request (#7)
* feat: recreate scoreko electron wrapper on electron 39.5.1

* fix: handle missing bindings in sqlite legacy workspace
2026-02-10 17:41:12 +01:00
Pandipipas 8b2c4e7a0c Remove Electron wrapper and associated scripts for Scoreko 2026-02-10 14:59:16 +01:00
Pandipipas a3ecbbe7b0 fix: document electron module mapping and add native rebuild helper 2026-02-10 14:35:10 +01:00