diff --git a/.gitignore b/.gitignore index 2a44badf..c64d3d89 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ coverage/ dist/ node_modules/ +*.tgz + config/* !config/locales/ !config/config.example.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a97dde9..5ec02069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ -## 1.5.0 (Unreleased) +## 1.5.0 (2018-17-01) + Added `!entrance` command -+ Added possibility to specify a range when adding from sound from YouTube ++ Added possibility to specify a range when adding sound from YouTube + Added possibility to specifiy a tag for `!random` + Added Spanish translation (thanks [@ibito](https://github.com/ibito)) diff --git a/README.md b/README.md index 62ae876d..020310c4 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ You can instead also add a sound from YouTube with `!add `. ### Playing sounds -Type `!sounds` to get a list of all sounds that are available to your bot. Play any sound by prefixing it with your prefix, e.g. `!rickroll`. Play a random sound with `!random`. +Type `!sounds` to get a list of all sounds that are available to your bot. Play any sound by prefixing it with your prefix, e.g. `!rickroll`. Play a random sound with `!random`. You can specify a tag with `!random` to play a random sound with a specific tag. All sounds will be added to a queue and played in succession. To halt the playback and empty the queue type `!stop`. diff --git a/package.json b/package.json index 51db6664..dbe2e9d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-soundbot", - "version": "1.5.0-dev", + "version": "1.5.0", "description": "A Soundboard for Discord", "main": "dist/src/index.js", "repository": {