Skip to content

Commit 888494d

Browse files
committed
chore(release): 🚀 Release v6.5.0
1 parent fb5e2c2 commit 888494d

File tree

4 files changed

+25
-7
lines changed

4 files changed

+25
-7
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [6.5.0](https://github.com/Stefouch/sebedius-yearzero-discord-bot/compare/v6.4.1...v6.5.0) (2022-10-27)
6+
7+
### Features
8+
9+
- **Commands:** Add `/crit` command ([#183](https://github.com/Stefouch/sebedius-yearzero-discord-bot/issues/183)) ([b720344](https://github.com/Stefouch/sebedius-yearzero-discord-bot/commit/b720344b9dd2793306752c7eab2eb60dc3afcd01))
10+
- **Help:** ✨ Add autocompletion for the `command` argument of the `/help` command ([ecc212f](https://github.com/Stefouch/sebedius-yearzero-discord-bot/commit/ecc212f13e62bf4894e801cddb014a3b43b7b047))
11+
- **Locales:** 🌐🇸🇪 Add Swedish translations ([#184](https://github.com/Stefouch/sebedius-yearzero-discord-bot/issues/184)) ([cdeb2bb](https://github.com/Stefouch/sebedius-yearzero-discord-bot/commit/cdeb2bb1ade5b1bc9b773255b12de909fbe14f20))
12+
513
## [6.4.1](https://github.com/Stefouch/sebedius-yearzero-discord-bot/compare/v6.4.0+a...v6.4.1) (2022-10-18)
614

715
### Features

CONTRIBUTING.md

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ If you have usage questions the best place to get help is in the [#digital-tools
2828

2929
We are grateful for any and all localization support we can get. To localize the system you do not need to download or set up the system. To make it easier to help with localization we are using GitLocalize. All you need is a GitHub account. Then you can [head over to our GitLocalize page](https://gitlocalize.com/repo/7923) and start translating.
3030

31+
There are small restrictions imposed for the translations of commands:
32+
33+
- Command's names can only have letters and must have between 3 and 32 characters.
34+
- Command's descriptions cannot have more than 100 characters.
35+
3136
Once you are done, click the yellow button that says "Create Review Request" and GitLocalize will handle the rest on your behalf.
3237

3338
### But I don't see my language in the list!

README.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,14 @@ The supported games are:
5757

5858
By default, Sebedius will use the locale defined in your server, if it is supported (otherwise, english).
5959

60-
With the command `/conf locale:<language_code>` you can translate Sebedius into another language. Supported localisations are:
60+
With the command `/conf locale:<language>` you can translate Sebedius into another language. Supported localisations are:
6161

62-
- `en` – English (default)
63-
- `de` – German [![gitlocalized ](https://gitlocalize.com/repo/7923/de/badge.svg)](https://gitlocalize.com/repo/7923/de?utm_source=badge)
64-
- `fr` – French [![gitlocalized ](https://gitlocalize.com/repo/7923/fr/badge.svg)](https://gitlocalize.com/repo/7923/fr?utm_source=badge)
62+
| Language | Commands | Gamedata | Progress |
63+
| :------- | -------- | -------- | ---------------------------------------------------------------------------------------------------------------------------- |
64+
| Engish ||| _Default language_ |
65+
| German | OK | Partial | [![gitlocalized ](https://gitlocalize.com/repo/7923/de/badge.svg)](https://gitlocalize.com/repo/7923/de?utm_source=badge) |
66+
| French | OK | Partial | [![gitlocalized ](https://gitlocalize.com/repo/7923/fr/badge.svg)](https://gitlocalize.com/repo/7923/fr?utm_source=badge) |
67+
| Swedish | OK | Partial | [![gitlocalized ](https://gitlocalize.com/repo/7923/sv-SE/badge.svg)](https://gitlocalize.com/repo/7923/fr?utm_source=badge) |
6568

6669
Your language isn't supported yet? See _Contributing_ below!
6770

@@ -71,7 +74,9 @@ Contributions, translations, issues and feature requests are welcome!<br/>Take a
7174

7275
### Top Contributors
7376

74-
- [@mprangenberg](https://github.com/mprangenberg)
77+
- [@mprangenberg](https://github.com/mprangenberg) (Code & German translation)
78+
- [@LordDredger](https://github.com/LordDreger) (French translation with @Stefouch)
79+
- [@SnakeOfMidgaard](https://github.com/SnakeOfMidgaard) (Swedish translation)
7580

7681
# 🔬 Author
7782

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sebedius-yearzero-discord-bot",
3-
"version": "6.4.1",
3+
"version": "6.5.0",
44
"description": "A bot companion for running Year Zero roleplaying games over Discord.",
55
"author": "Stefouch",
66
"license": "GPL-3.0-or-later",
@@ -104,4 +104,4 @@
104104
"sinon": "^14.0.1",
105105
"standard-version": "^9.5.0"
106106
}
107-
}
107+
}

0 commit comments

Comments
 (0)