-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Release 0.15.0 ### TODO: - [x] Merge #457 - [x] Merge #489 ## Changes - Primitive voice support: #457 - Cleaner code - Replace `Arc<RwLock<T>>` with `Shared<T>`: #466 - More, better documentation - More tests - Fix some typos - Make gateway `close()` code cleaner - Remove `#[derive(Eq)]` from types which falsely had this trait derived - Change license from AGPL-3 to MPL-2.0: #477 - Bump `whoami`, `mio`, `h2` to fix CVEs - Bump versions of used GitHub Actions
- Loading branch information
Showing
230 changed files
with
5,591 additions
and
1,291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
# Contributing | ||
|
||
**Please refer to the [contribution guidelines](https://github.com/polyphony-chat/.github/blob/main/CONTRIBUTION_GUIDELINES.md) and [our Code of Conduct](https://github.com/polyphony-chat/.github/blob/main/CODE_OF_CONDUCT.md) before making a contribution.** | ||
|
||
Chorus is currently missing voice support and a lot of API endpoints, many of which should be trivial to implement, | ||
ever since [we streamlined the process of doing so](https://github.com/polyphony-chat/chorus/discussions/401). | ||
|
||
If you'd like to contribute new functionality, check out [The 'Meta'-issues.](https://github.com/polyphony-chat/chorus/issues?q=is%3Aissue+label%3A%22Type%3A+Meta%22+) They contain a comprehensive list of all features which are yet missing for full Discord.com compatibility. | ||
Please feel free to open an Issue with the idea you have, or a Pull Request. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.