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