Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Mar 27, 2019
1 parent aab22e2 commit 02ca1ce
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

[Unreleased]: https://github.com/udoprog/setmod/compare/0.2.2...HEAD

## [0.2.2]

### Added
- `[player] type = "connect"` to play music through Spotify's Connect API ([#17]).
- Player now plays music through Spotify's blessed Connect API ([#17]).
- `!swearjar` command that can be enabled using as a module through `[[modules]]`.
- `!countdown` command that can be enabled using as a module through `[[modules]]`.

### Changed
- Deprecated the use of the `native` player in favor of `connect` since it's a potential TOS violation.
- Remove dependency on bundled `.dll` files.
- Deprecated the use of the `native` player in favor of `connect` since it's a potential TOS violation ([#17]).
- Improved administration UI:
- Support for selecting Audio Device (does not persist across reboots) ([#20]).
- Informing you more clearly when you need to authenticate.
- Provide hint on how to configure persistent device.

[Unreleased]: https://github.com/udoprog/setmod/compare/0.2.1...HEAD
[#17]: https://github.com/udoprog/setmod/issues/17
[#20]: https://github.com/udoprog/setmod/issues/20

[0.2.2]: https://github.com/udoprog/setmod/compare/0.2.1...0.2.2

## [0.2.1]

### Added
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "setmod-bot"
version = "0.2.1"
version = "0.2.2"
authors = ["John-John Tedro <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"

[dependencies]
setmod-notifier = {version = "0.2.1", path = "../notifier"}
setmod-notifier = {version = "0.2.2", path = "../notifier"}
chrono = {version = "0.4.6", features = ["serde"]}
clap = "2.32"
diesel = {version = "1.4.1", features = ["sqlite", "r2d2", "chrono"]}
Expand Down
2 changes: 1 addition & 1 deletion notifier/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "setmod-notifier"
version = "0.2.1"
version = "0.2.2"
authors = ["John-John Tedro <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 02ca1ce

Please sign in to comment.