Releases: sidkapahi/NextGoal
Releases · sidkapahi/NextGoal
Release list
1.0.1
1.0.0
Restyle README for public launch and add MIT LICENSE (#12) Rework the README into a polished, launch-ready layout: centered header with logo, badges, and quick-links; Overview and "What makes NextGoal different"; an Installation section with a download button; developer docs folded under "For devs"; a project-structure table; and Contributing. Add an MIT LICENSE file to match the license declared in package.json and the README.
0.4.5
v0.4.5 Combine Twitch subs, YouTube members, and Kick subs into one goal (0.…
0.4.0
Merge pull request #8: Redesign main screen + add Settings page (0.4.0) Redesign main screen + add Settings page (0.4.0)
0.3.3
0.3.2
Merge pull request #7: onboarding Test → Connect flow (0.3.2) Add Test button to Setup OBS step, gate Connect on a passing test
0.3.0
0.2.2
Merge pull request #1 from sidkapahi/claude/nextgoal-flow-window-vnmtqd Free-form window + redesigned onboarding/main flow
0.2.1
Fix packaged app crash: bundle CommonJS main/preload modules
electron-vite's Rollup bundler only follows ESM import graphs, so the
CommonJS require('./windows') / require('./tray') / require('./services/*')
calls in the main and preload entries were left as external requires with
no emitted files, causing "Cannot find module './windows'" on launch.
Widen commonjsOptions.include to /src/ so @rollup/plugin-commonjs
transforms and bundles the local CJS modules into the entry.
Also replace the malformed nsis.guid (non-hex last segment) with a valid
GUID so in-place upgrades are deterministic.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0.2.0
Fix packaged app crash: bundle CommonJS main/preload modules
electron-vite's Rollup bundler only follows ESM import graphs, so the
CommonJS require('./windows') / require('./tray') / require('./services/*')
calls in the main and preload entries were left as external requires with
no emitted files, causing "Cannot find module './windows'" on launch.
Widen commonjsOptions.include to /src/ so @rollup/plugin-commonjs
transforms and bundles the local CJS modules into the entry.
Also replace the malformed nsis.guid (non-hex last segment) with a valid
GUID so in-place upgrades are deterministic.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>