Releases: SkyeRangerDelta/LCARS47
Releases · SkyeRangerDelta/LCARS47
V47.6.0.1
V47.6.0.1-Experimental.1
6.0.1-Experimental.1 (2024-09-07)
Build
ci
- Update for PRs (f5843cd)
Fix
- Fixed some bullshit (f72a116)
V47.6.0.0
6.0.0 (2024-06-20)
Breaking
- LCARS47 moved to its own Client class (7f83ba7)
- Rebuilt init process (85f5f17)
- Remove Jellyfin (d8d1caf)
- Removed LCARSClient interface (6a2bb09)
- Song duration now looks nice (61544da)
build
Build
- Add back in semantic release (adaec44)
- Change Release Deploy to run on completion (72ca6a5)
- Change start scripts (1eb8bb1)
- Changed node engine version to >=18.20 (6645c11)
- Cleaned package-lock (cdec76d)
- Edit triggers for release (1d2a14a)
- Edits to linting workflow (eb54ccb)
- Fix dependencies (a036558)
- Fix deployment release (004a826)
- Moved build to separate step (550d4dc)
- Removed 22 matrix requirement (34fb88a)
- Removed ts-node (70784c2)
- Revert ESLint (1a23df0)
- Rework ESLint configs (1410ed4)
- Tweak all the pipelines (0c78be9)
- Updated dependencies (cc072c2)
- Updated TypeScript packages (c14af7b)
- Upgrade checkout action to v4 (d1ae7b4)
chore
- Added .github to ESLint Ignore (0fdd0bc)
- bleh (d1a1e30)
- Make testing not a problem anymore (c8449bc)
- Removed big-refactor branch from codeql (3280aaa)
- tweak test workflow (6d2def4)
Chore
- Adds rule for parenthesis spaces (6d575e0)
- Fixed GPT responses not Buffering (fef3392), closes #18
- Fixed more imports (aa8a79b)
- Fixed the typo in dev script (7cc59f7)
- JetBrains config updates (092faa7)
- Re-enabled heartbeat (e438159)
- remove node 21 from builds (8d85d17)
- Rename step (e235aab)
- Sets brace style to new line else (d6dd58d)
- Tweak linter (9e92ac8)
- Tweak workflow...again (98aabf8)
- Tweaked GPT Core (18a4a06)
- Tweaks to workflow (86cfef8)
- Updated .gitignore (a0cee24)
- Updates to GPT psyche (2c1d623), closes #23
ci
- Release pipeline now builds on release (55c540d)
- Rename pipeline (c64f2ac)
- Renamed test pipeline (1d2004d)
Docs
Feat
- Add heartbeat functionality (948ac72)
Fix
- Corrected versioning in ready event (882b3c1)
- Fix builds packaging package.json (348dd06)
- Fixed the addChoices in JWST (891df6b)
- Fixes build workflow (d1096ca)
- Moved dotenv config to top-level import (26ba708)
- remove rm command (10ae339)
- Swap SuperLinter for ESLint (7ebd96c)
New
Refactor
- a shitload of stuff (4d6bfea)
- Align with ESLint (09f1ba5)
- big data (8becbf3)
- Change import paths for interfaces (3cd6724)
- Correct linting fix gitleaks (cfe046a)
- Fixes GitLeak false positive for stats (d36c305)
- Initial lint corrections for play (a577be1)
- Lint corrections for JWST (29b6eb3)
- Linted commands (55dc150)
- Linted core and messageCreate (29565fe)
- Linted subsystems (2a63cb4)
- Linting corrections for commands (fb15697)
- Linting corrections for intCreate (5a9adb4)
- Linting correctio...
V47.6.0.0-Experimental.2
6.0.0-Experimental.2 (2024-06-20)
Breaking
- Song duration now looks nice (61544da)
Build
- Cleaned package-lock (cdec76d)
- Edit triggers for release (1d2a14a)
- Fix deployment release (004a826)
- Moved build to separate step (550d4dc)
- Removed 22 matrix requirement (34fb88a)
- Removed ts-node (70784c2)
- Revert ESLint (1a23df0)
- Tweak all the pipelines (0c78be9)
- Updated dependencies (cc072c2)
chore
- Removed big-refactor branch from codeql (3280aaa)
Chore
ci
- Release pipeline now builds on release (55c540d)
- Rename pipeline (c64f2ac)
- Renamed test pipeline (1d2004d)
Docs
- Edit README (5b746af)
Fix
- Corrected versioning in ready event (882b3c1)
Test
V47.6.0.0-Experimental.1
6.0.0-Experimental.1 (2024-05-08)
Breaking
- LCARS47 moved to its own Client class (7f83ba7)
- Rebuilt init process (85f5f17)
- Remove Jellyfin (d8d1caf)
- Removed LCARSClient interface (6a2bb09)
build
Build
- Add back in semantic release (adaec44)
- Change Release Deploy to run on completion (72ca6a5)
- Change start scripts (1eb8bb1)
- Changed node engine version to >=18.20 (6645c11)
- Edits to linting workflow (eb54ccb)
- Fix dependencies (a036558)
- Rework ESLint configs (1410ed4)
- Updated TypeScript packages (c14af7b)
chore
- Added .github to ESLint Ignore (0fdd0bc)
- bleh (d1a1e30)
- Make testing not a problem anymore (c8449bc)
- tweak test workflow (6d2def4)
Chore
- Adds rule for parenthesis spaces (6d575e0)
- Fixed GPT responses not Buffering (fef3392), closes #18
- Fixed more imports (aa8a79b)
- Fixed the typo in dev script (7cc59f7)
- JetBrains config updates (092faa7)
- Re-enabled heartbeat (e438159)
- remove node 21 from builds (8d85d17)
- Sets brace style to new line else (d6dd58d)
- Tweak linter (9e92ac8)
- Tweaked GPT Core (18a4a06)
- Tweaks to workflow (86cfef8)
- Updated .gitignore (a0cee24)
- Updates to GPT psyche (2c1d623), closes #23
Docs
- Implement TypeDoc (c83e342)
Feat
- Add heartbeat functionality (948ac72)
Fix
- Fix builds packaging package.json (348dd06)
- Fixed the addChoices in JWST (891df6b)
- Fixes build workflow (d1096ca)
- Moved dotenv config to top-level import (26ba708)
- remove rm command (10ae339)
- Swap SuperLinter for ESLint (7ebd96c)
New
Refactor
- a shitload of stuff (4d6bfea)
- Align with ESLint (09f1ba5)
- big data (8becbf3)
- Change import paths for interfaces (3cd6724)
- Correct linting fix gitleaks (cfe046a)
- Fixes GitLeak false positive for stats (d36c305)
- Initial lint corrections for play (a577be1)
- Lint corrections for JWST (29b6eb3)
- Linted commands (55dc150)
- Linted core and messageCreate (29565fe)
- Linted subsystems (2a63cb4)
- Linting corrections for commands (fb15697)
- Linting corrections for intCreate (5a9adb4)
- Linting corrections for NoSong (194e233)
- Linting corrections for Play (d8de438)
- Linting corrections for subsystems (029d26c)
- Partial fix JWST (2d4673c)
- Rework spacing and indentation (e505131)
- Update output directory (d1b5965)