Skip to content

Commit

Permalink
Merge pull request #25 from TheAppgineer/24-perform-post-processing-o…
Browse files Browse the repository at this point in the history
…n-some-browse-items

Perform post processing on some browse items
  • Loading branch information
JanKoudijs authored Aug 23, 2024
2 parents b7b1ada + 4519393 commit 1935008
Show file tree
Hide file tree
Showing 5 changed files with 256 additions and 170 deletions.
3 changes: 3 additions & 0 deletions flatpak/com.theappgineer.community_remote.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@

<launchable type="desktop-id">com.theappgineer.community_remote.desktop</launchable>
<releases>
<release version="0.0.7" date="2024-08-23">
<url type="details">https://github.com/TheAppgineer/community_remote/releases/tag/0.0.7</url>
</release>
<release version="0.0.6" date="2024-08-01">
<url type="details">https://github.com/TheAppgineer/community_remote/releases/tag/0.0.6</url>
</release>
Expand Down
5 changes: 3 additions & 2 deletions rust/Cargo.lock

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

1 change: 1 addition & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ flutter_rust_bridge = "=2.1.0"
log = "0.4"
once_cell = "1.19"
rand = "0.8.5"
regex = "1.10"
roon-api = { git = "https://github.com/TheAppgineer/rust-roon-api.git", tag = "0.3.1", features = ["browse", "image", "transport", "settings", "status"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion rust/src/backend/roon_access.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ impl RoonAccess {
widgets.push(Widget::Group(Group {
title: group_title,
subtitle: Some(zone_whitelist),
collapsable: true,
collapsable: false,
items: items,
}));
}
Expand Down
Loading

0 comments on commit 1935008

Please sign in to comment.