aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-11-06Merge branch 'museofficial:master' into masterHEADmasterBobby20-389/+744
2024-11-04Release 2.10.0Stefano2-2/+5
2024-11-04Lets see how this goes. Dependency downgrade due to broken update.Stefano4-134/+145
2024-11-04Update CHANGELOG.mdStefano1-1/+2
2024-11-04Merge pull request #1137 from museofficial/developStefano9-168/+203
Develop
2024-11-04Merge pull request #1136 from museofficial/feature/lower-volume-when-talkingStefano6-10/+162
Feature/lower volume when talking
2024-11-04Merge pull request #1096 from xytxxx/auto-turn-voice-down-when-people-speaksStefano6-10/+162
feat: automatically turn volume down when people talks
2024-11-04Merge pull request #1092 from sofushn/masterStefano7-147/+182
feat: allow running without spotify
2024-11-04Merge branch 'master' into auto-turn-voice-down-when-people-speaksStefano3-109/+187
2024-11-01Add migration for prisma db changesHazzajenko1-0/+21
2024-11-01Added `turnDownVolumeWhenPeopleSpeak` and ↵Hazzajenko1-10/+12
`turnDownVolumeWhenPeopleSpeakTarget` fields to the `Setting` model in Prisma
2024-11-01Update README.md to the latest version of muse.Hazzajenko1-4/+8
Changed the section to mention the discord commands rather than the env variables.
2024-11-01Refactor player service to use getGuildSettings instead of passing in the ↵Hazzajenko1-11/+12
config.
2024-11-01Remove Config injection from PlayerManager as we are getting the values from ↵Hazzajenko1-5/+2
prisma.
2024-11-01Remove obsolete TURN_DOWN_VOLUME_WHEN_PEOPLE_SPEAK from .env.exampleHazzajenko1-1/+0
2024-11-01Updated Dockerfile to latest version of muse.Hazzajenko1-0/+1
2024-11-01Update dotenv line to latest version of muse.Hazzajenko1-5/+1
Removed obsolete TURN_DOWN_VOLUME_WHEN_PEOPLE_SPEAK and TURN_DOWN_VOLUME_WHEN_PEOPLE_SPEAK_TARGET environment variables and corresponding class properties as we will use the discord commands instead.
2024-11-01Added commands to set whether to reduce the volume when people speak and to ↵Hazzajenko1-0/+51
set the target volume.
2024-11-01Update CHANGELOG for version 2.9.5 release.Hazzajenko1-4/+6
Updated env variables with discord commands.
2024-10-29Merge pull request #1119 from museofficial/dependabot/npm_and_yarn/p-limit-6.1.0Stefano2-10/+10
Bump p-limit from 4.0.0 to 6.1.0
2024-10-29Merge pull request #1120 from ↵Stefano2-5/+5
museofficial/dependabot/npm_and_yarn/types/ms-0.7.34 Bump @types/ms from 0.7.31 to 0.7.34
2024-10-29Merge pull request #1121 from ↵Stefano3-8/+13
museofficial/dependabot/npm_and_yarn/iso8601-duration-2.1.2 Bump iso8601-duration from 1.3.0 to 2.1.2
2024-10-29Bump iso8601-duration from 1.3.0 to 2.1.2dependabot[bot]2-6/+6
Bumps [iso8601-duration](https://github.com/tolu/ISO8601-duration) from 1.3.0 to 2.1.2. - [Release notes](https://github.com/tolu/ISO8601-duration/releases) - [Commits](https://github.com/tolu/ISO8601-duration/compare/v1.3.0...v2.1.2) --- updated-dependencies: - dependency-name: iso8601-duration dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
2024-10-29Bump @types/ms from 0.7.31 to 0.7.34dependabot[bot]2-6/+6
Bumps [@types/ms](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ms) from 0.7.31 to 0.7.34. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ms) --- updated-dependencies: - dependency-name: "@types/ms" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2024-10-29Bump p-limit from 4.0.0 to 6.1.0dependabot[bot]2-11/+11
Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 4.0.0 to 6.1.0. - [Release notes](https://github.com/sindresorhus/p-limit/releases) - [Commits](https://github.com/sindresorhus/p-limit/compare/v4.0.0...v6.1.0) --- updated-dependencies: - dependency-name: p-limit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
2024-10-29Release 2.9.5Stefano Haagmans2-2/+5
2024-10-29Incorrect PR numberStefano Haagmans1-1/+1
2024-10-29Update CHANGELOG.mdStefano1-0/+2
2024-10-29Merge pull request #1118 from museofficial/developStefano5-107/+188
* Feat: allow users to change dotenv file with env var This facilitates the usage of docker secrets for the keys/tokens. * Feat: default ENV_FILE to /config in dockerfile * Doc: document the existance and usage of ENV_FILe env var. * Fix: legacy env key in dockerfile * Dependency upgrade (for the past few missed dependabot updates) (#1117) * Bump dotenv from 16.0.0 to 16.4.5 Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.0 to 16.4.5. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.0.0...v16.4.5) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump p-retry from 4.6.2 to 6.2.0 Bumps [p-retry](https://github.com/sindresorhus/p-retry) from 4.6.2 to 6.2.0. - [Release notes](https://github.com/sindresorhus/p-retry/releases) - [Commits](https://github.com/sindresorhus/p-retry/compare/v4.6.2...v6.2.0) --- updated-dependencies: - dependency-name: p-retry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Bump ora from 6.1.0 to 8.1.0 Bumps [ora](https://github.com/sindresorhus/ora) from 6.1.0 to 8.1.0. - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](https://github.com/sindresorhus/ora/compare/v6.1.0...v8.1.0) --- updated-dependencies: - dependency-name: ora dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @types/validator from 13.7.2 to 13.12.2 Bumps [@types/validator](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/validator) from 13.7.2 to 13.12.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/validator) --- updated-dependencies: - dependency-name: "@types/validator" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump prisma from 4.16.0 to 5.21.1 Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 4.16.0 to 5.21.1. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/5.21.1/packages/cli) --- updated-dependencies: - dependency-name: prisma dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: JoaoCostaIFG <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29Dependency upgrade (for the past few missed dependabot updates) (#1117)Stefano2-106/+184
* Bump dotenv from 16.0.0 to 16.4.5 Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.0 to 16.4.5. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.0.0...v16.4.5) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump p-retry from 4.6.2 to 6.2.0 Bumps [p-retry](https://github.com/sindresorhus/p-retry) from 4.6.2 to 6.2.0. - [Release notes](https://github.com/sindresorhus/p-retry/releases) - [Commits](https://github.com/sindresorhus/p-retry/compare/v4.6.2...v6.2.0) --- updated-dependencies: - dependency-name: p-retry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Bump ora from 6.1.0 to 8.1.0 Bumps [ora](https://github.com/sindresorhus/ora) from 6.1.0 to 8.1.0. - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](https://github.com/sindresorhus/ora/compare/v6.1.0...v8.1.0) --- updated-dependencies: - dependency-name: ora dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @types/validator from 13.7.2 to 13.12.2 Bumps [@types/validator](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/validator) from 13.7.2 to 13.12.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/validator) --- updated-dependencies: - dependency-name: "@types/validator" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump prisma from 4.16.0 to 5.21.1 Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 4.16.0 to 5.21.1. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/5.21.1/packages/cli) --- updated-dependencies: - dependency-name: prisma dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29Merge pull request #1040 from JoaoCostaIFG/feature/select-dotenv-pathStefano3-1/+4
Feat: allow users to change dotenv file with env var
2024-10-28Fix: legacy env key in dockerfileJoão Costa1-1/+1
2024-10-28Merge branch 'master' into feature/select-dotenv-pathJoão Costa25-351/+530
2024-10-28Doc: document the existance and usage of ENV_FILe env var.JoaoCostaIFG1-0/+2
2024-10-28Feat: default ENV_FILE to /config in dockerfileJoaoCostaIFG1-0/+1
2024-10-28fix: Spotify URL is part of query description even when disabledsofushn1-21/+27
2024-09-15feat: automatically turn down volume when people talksYitong Xiao7-4/+90
2024-09-07chore: make linter parsesofushn2-18/+13
2024-09-07feat: allow running without spotifysofushn7-126/+160
2024-08-28Release 2.9.4Harry Jenkins2-2/+5
2024-08-28Merge branch 'TiagoGrosso-configurable-queue-page-size'Harry Jenkins6-8/+72
2024-08-28update page-size option description to reflect maximum value of 30Harry Jenkins1-1/+1
2024-08-27fix: limit queue size to 30Tiago Grosso2-2/+2
2024-08-24feat: add setting for default queue page sizeTiago Grosso5-3/+58
2024-08-23fix: fix page-size option nameTiago Grosso2-3/+3
2024-08-23feat: add optional pageSize to /queue commandTiago Grosso3-7/+16
2024-08-19Merge branch 'museofficial:master' into masterBobby12-148/+316
2024-08-19Release 2.9.3Harry Jenkins2-2/+5
2024-08-19Merge branch 'shiftybitshiftr-ytdl-4.14.4'Harry Jenkins3-16/+21
2024-08-19Update changelogHarry Jenkins1-0/+5