All notable changes to this project will be documented in this file.
- Allow for popup window configuration, bundling, and runtime control in plugins.
- Fix test workflow and launch commands for Windows and partial Linux support.
- Fixed Desktop and PWA builds in custom output directories
- Separated testing utilities from
vitest
for use with any testing framework. - Ensure Electron process is exiting on Windows using Ctrl+C.
- Removed
share
command - Ensure proper service
publish
configuration- Ensured proper manual service builds by using the
publish
option to determine build location
- Ensured proper manual service builds by using the
- Support HTML-only multi-page applications using inbuilt Vite features.
- Allow launching built services from the command line using
commoners launch
.