Update README + screenshot for genre/tag/friend filters
The README still described the install-state filter as the only top-row control. Bring it in line with what the app actually offers now: install state, genre, multi-select tags (with search, AND'd), and multi-select friends (intersection). Document the friends-filter prerequisites (friend's profile privacy must expose friends list + game details). Adds keyring and xdg-utils to the hard-dep list (already required at runtime; previously omitted from the README) and python-steam as the optional dep that unlocks instant genre + tag filtering via appinfo.vdf. Replaces the Void Linux install hint with an Arch one that mirrors what the PKGBUILD installs. PKGBUILD optdepends wording updated alongside: it now reflects that python-steam unlocks both genre AND tag filters, not just genre. Screenshot replaced with one taken on the current build showing all four filter controls. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,7 @@ arch=('any')
|
||||
url="https://github.com/silvernode/steam-dice"
|
||||
license=('GPL-2.0-only')
|
||||
depends=('python' 'python-pyqt6' 'python-requests' 'python-keyring' 'xdg-utils')
|
||||
optdepends=('python-steam: instant genre filter via Steam'\''s local appinfo.vdf cache (otherwise falls back to rate-limited Steam API)')
|
||||
optdepends=('python-steam: instant genre + tag filters via Steam'\''s local appinfo.vdf cache (without it, genres fall back to the rate-limited Steam API and tag filtering is unavailable)')
|
||||
makedepends=('git')
|
||||
provides=("$_pkgname")
|
||||
conflicts=("$_pkgname")
|
||||
|
||||
Reference in New Issue
Block a user