Skip to content

Commit

Permalink
1.3.14
Browse files Browse the repository at this point in the history
Include Ubuntu (Mint 20.1) binary in release
  • Loading branch information
dheijl committed Apr 28, 2021
1 parent 95d6f67 commit ce5be22
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 102 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## swyh-rs Changelog

- 1.3.14 (unreleased)
- 1.3.14 (Apr 28 2021 dheijl)
- upgrade to fltk-rs 1.x
- include Ubuntu (Mint 20.1) binary in release

- 1.3.13 (Apr 13 2021 dheijl)
- update SimpleLog
Expand Down
135 changes: 40 additions & 95 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ bitflags = "1.2.1"
chrono = "0.4.19"
cpal = "0.13.3"
crossbeam-channel = "0.5.1"
dirs = "3.0.1"
fltk = { version = "1.0.1", features = ["use-ninja"] }
dirs = "3.0.2"
fltk = { version = "1.0.3", features = ["use-ninja"] }
htmlescape = "0.3.1"
lazy_static = "1.4.0"
log = { version = "0.4.14", features = ["max_level_trace", "release_max_level_debug"] }
Expand All @@ -28,15 +28,15 @@ rust-ini = "0.17.0"
simplelog = "0.10.0"
strfmt = "0.1.6"
stringreader = "0.1.1"
tiny_http = "0.8.0"
ureq = { version = "2.1.0", features = ["charset"] }
tiny_http = "0.8.1"
ureq = { version = "2.1.1", features = ["charset"] }
url = "2.2.1"
xml-rs = "0.8.3"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["winuser", "std"] }
winres = "0.1.11"
[target.'cfg(unix)'.dependencies]
libc = "0.2.93"
libc = "0.2.94"

[patch.crates-io]
#tiny_http = { git = "https://github.com/tiny-http/tiny-http" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It has been tested with
- Sony AV streamers & Bravia TVs
- Chromecast devices defined as an OpenHome or DLNA device in Bubble UPNP Server (thanks Bubblesoft for providing the necessary information!)
- Sonos speaker using WAV format (thanks @Cunkers !)
- Kef Wireless LS50
- Kef Wireless LS50 II

but will probably support any streamer that supports the OpenHome or AVTransport (DLNA) protocol.
If a device supports both OpenHome and DLNA, the OpenHome endpoint is used, and the DLNA AVTransport endpoint is ignored.
Expand Down

0 comments on commit ce5be22

Please sign in to comment.