Skip to content

Commit

Permalink
compatibility with 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonoughe committed Jun 15, 2019
1 parent d0eff56 commit 61483f5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.1.1] - 2019-06-15
### Fixed
- No longer crashes when used with Stream Deck 4.3.0.

## [v0.1.0] - 2019-05-25
### Fixed
- Improved stability over preview 2.
Expand All @@ -21,7 +26,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Button for switching between headphones and speakers.

[Unreleased]: https://github.com/mdonoughe/sbz-switch/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/mdonoughe/sbz-switch/compare/v0.1.1...HEAD
[v0.1.1]: https://github.com/mdonoughe/sbz-switch/compare/v0.1.0...v0.1.1
[v0.1.0]: https://github.com/mdonoughe/sbz-switch/compare/v0.1.0-preview2...v0.1.0
[v0.1.0-preview2]: https://github.com/mdonoughe/sbz-switch/compare/v0.1.0-preview1...v0.1.0-preview2
[v0.1.0-preview1]: https://github.com/mdonoughe/sbz-switch/compare/v0.1.0-preview0...v0.1.0-preview1
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"Name": "sbzdeck",
"Icon": "actionSpeaker",
"URL": "https://github.com/mdonoughe/sbzdeck/",
"Version": "0.1.0",
"Version": "0.1.1",
"OS": [
{
"Platform": "windows",
Expand Down
4 changes: 2 additions & 2 deletions plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plugin"
version = "0.1.0"
version = "0.1.1"
authors = ["Matthew Donoughe <[email protected]>"]
description = "Steam Deck plugin for Sound Blaster devices"
repository = "https://github.com/mdonoughe/sbzdeck/"
Expand All @@ -21,5 +21,5 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
slog = { version = "2.4", features = ["max_level_trace", "release_max_level_info"] }
streamdeck-rs = "0.2.0"
streamdeck-rs = "0.3.0"
tokio = "0.1.14"

0 comments on commit 61483f5

Please sign in to comment.