Skip to content

Releases: sidkapahi/NextGoal

1.0.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 07:05
e2896b6
v1.0.1

Updated download buttons everywhere

1.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 05:09
6e2b1d8
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

Choose a tag to compare

@github-actions github-actions released this 25 Jul 06:10
edf64d7
v0.4.5

Combine Twitch subs, YouTube members, and Kick subs into one goal (0.…

0.4.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 19:50
747d6a1
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.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Jul 06:23
4ff69e4
v0.3.3

0.3.3

0.3.2

0.3.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Jul 03:12
cd0583f
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

Choose a tag to compare

@github-actions github-actions released this 21 Jul 20:11
v0.3.0

0.3.0

0.2.2

0.2.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jul 04:32
199812b
Merge pull request #1 from sidkapahi/claude/nextgoal-flow-window-vnmtqd

Free-form window + redesigned onboarding/main flow

0.2.1

0.2.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jul 03:48
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

0.2.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Jul 20:40
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>