Skip to content

Commit

Permalink
prepare for 1.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dheijl committed Nov 6, 2024
1 parent 85419c3 commit 3d15864
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# swyh-rs Changelog

- 1.12.0 (unreleased)
- 1.12.0 (Nov 6 2024 dheijl)
- Github CI added by @theavege, thanks!
- replace ```once_cell::sync::Lazy``` with ```std::sync::LazyLock```, so now swyh-rs requires Rustc version __1.80__ or later!!
- swyh-rs now is compiled with Rustc 1.82.0
- get rid of a couple of unwraps
- update flac-bound to 0.5.0 so that
- libflac-sys (0.3.1) and libflac (1.4.3) are now the latest versions
- swyh-rs can use the new ```set_limit_min_bitrate()``` for the flac encoder to prevent connection loss when streaming/injecting silence.
This should enable the "inject silence" option to work for FLAC too!
- libflac-sys (0.3.1) and libflac (1.4.3) are now the current versions
- swyh-rs can now use the new ```set_limit_min_bitrate()``` for the flac encoder to prevent connection loss when streaming/injecting silence.
- This enables the "inject silence" option to work for FLAC too. Enabling the inject silence option also automatically disables the old FLAC faint white noise injection that swyh-rs inserted when no sound is being captured. Downside: silence injection will introduce a delay when sound is resumed.

- 1.11.6 (Sep 30 2024 dheijl)
- CLI: optimize player argument parsing (-o)
Expand Down
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.

11 changes: 9 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
[package]
resolver = "2"
authors = ["dheijl <[email protected]>"]
authors = [
"dheijl",
"joshuamegnauth54",
"ein-shved",
"Villardo",
"theavege",
"MoAlyousef",
]
edition = "2021"
name = "swyh-rs"
version = "1.12.0"
Expand Down Expand Up @@ -68,7 +75,7 @@ ureq = { version = "2.10.1", default-features = false, features = [
"gzip",
] }
url = "2.5.3"
xml-rs = "0.8.22"
xml-rs = "0.8.23"
[target.'cfg(windows)'.dependencies]
fltk = { version = "1.4.35", features = ["use-ninja"], optional = true }
fltk-theme = { version = "0.7.3", optional = true }
Expand Down

0 comments on commit 3d15864

Please sign in to comment.