Releases: damontecres/StashAppAndroidTV
v0.5.4-3-g463b575
main
development build
This pre-release tracks the development debug build of StashAppAndroidTV from the main
branch.
See https://github.com/damontecres/StashAppAndroidTV/releases/latest for the latest stable release.
If you want to update to this version in-app, change Settings->Advanced->Update URL to https://api.github.com/repos/damontecres/StashAppAndroidTV/releases/tags/develop (replace latest
with tags/develop
).
v0.5.4
What's Changed
This release fixes some bugs that can occur during initial setup.
Bug Fixes (v0.5.4
)
Full Changelog: v0.5.3...v0.5.4
v0.5.3
changes
There is a new read only mode!
New Features & Enhancements
- Add toggle for showing sub-tag content on tag page in #450
- Add toggle to show subsidiary studio content switch in #451
- Use server provided page sorts for tabs if available in #457
- Add a read-only mode in #456
UI/UX Improvements
- Updates to performer, studio, & tag pages in #449
- Use server's default filter for group scenes in #452
- Show subsidiary studio count on studio cards in #454
- Better API key input in #458
Bug Fixes
Full Changelog: v0.5.2...v0.5.3
v0.5.3
What's Changed
There is a new read only mode!
New Features & Enhancements
- Add toggle for showing sub-tag content on tag page in #450
- Add toggle to show subsidiary studio content switch in #451
- Use server provided page sorts for tabs if available in #457
- Add a read-only mode in #456
UI/UX Improvements
- Updates to performer, studio, & tag pages in #449
- Use server's default filter for group scenes in #452
- Show subsidiary studio count on studio cards in #454
- Better API key input in #458
Bug Fixes
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
UI/UX Improvements
- Add a configurable delay before playing card previews in #440
- Minor changes to studio on scene details page in #442
- UI/UX Improvements to creating filters with two values in #445
- Improvements to filter creation & validation in #446
Bug Fixes
Other changes
- Refactor graphql queries to use 'slim' data to reduce server-side SQL queries in #439
- Migrate to gradle version catalog in #443
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
v0.5.1
is primarily a bug fix release. Be sure to check out the full changelog for v0.5.0
!
This update requires a minimum server version of v0.27.0
!
New Features & Enhancements
UI/UX Improvements
- Include the scene title on marker cards in #434
Bug Fixes
- Fix a couple default filter bugs for the top nav buttons in #433
- Always show pages even with no default filters in #436
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
This update requires a minimum server version of v0.27.0
!
New Features & Enhancements
- Add/remove groups on scene detail page
- Create groups while searching
- Support for querying more filter types
UI/UX Improvements
- Rename Movies to Groups to match server
v0.27
- Show number of results while creating a filter
- Pages with tabs improvements:
- Choose which tabs to show or hide in settings
- Add setting to remember last tab
- Add markers tab to group, performer & studio pages
- Add studios tab to tag page
- Add containing & sub group tabs to group page
Bug Fixes
- Better error handling for "playing" a scene with no files
- Fix UI issues when creating filters
Other changes
- Update manifest to allow non-TV launchers
Full Changelog: v0.4.4...v0.5.0
v0.4.4
What's Changed
This is mainly a bugfix release for creating filters in the app! See also v0.4.3
.
The same limitations as before apply though:
- Not every possible filter is available yet
- Saving the filter to the server is considered experimental and may not work especially on the Web UI!
- Because of the above, the app will not overwrite a existing saved filter
New Features & Enhancements
- Many improvements to filter creation in #428
Bug Fixes
- Some fixes to writing a saved filter in #427
- Bug fixes when playing scenes without files in playlist mode in #430
Other changes
- Adds more unit tests for parsing/writing saved filters in #429
Full Changelog: v0.4.3...v0.4.4
v0.4.3
What's Changed
The major feature of this release is the ability to create filters in the app!
There are some limitations:
- Not every possible filter is available yet
- Saving the filter to the server is considered experimental and may not work especially on the Web UI!
- Because of the above, the app will not overwrite a existing saved filter
New Features & Enhancements
- Update settings UI to track triggered tasks' progress in #418
- Create new filters for Scenes in the app in #420
- Create filters for all data types in #421
UI/UX Improvements
- Small UI/UX tweaks to setup, filter creation, & non-TV devices in #423
Bug Fixes
- Fixes subscription auth & play all marker skipping in #419
- Several UI/UX updates for creating filters in #425
- Fix a few cases for saving a filter to the server in #426
Other changes
- Refactoring server & server preferences objects in #415
- Large refactor to reduce usage of
Context
in #417 - Clean up & documentation in #424
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
This a bug fix release! Be sure to check out the new features in v0.4.0
and other fixes in v0.4.1
!
Bug Fixes
- Fixes duplicated tabs when restoring activity in #414
- Fixes a crash when clicking an image on the main page in #416
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
This is primarily a bug fix release! Be sure to check out the new features in v0.4.0
!
UI/UX Improvements
- Hide tabs when scrolling down grids & animate debug in/out in #396
- Move video filters out of experimental in #404
- Add ability to apply video filters during playlist playback in #405
- Better error message when server version is not supported in #411
Bug Fixes
- Fix crash due to missing
@Serializable
in #400 - Fix creating markers during playback in #402
- Hide video controls on back press in #403
- Use user selections for scan/generate tasks in #408
- Fix a couple filter parsing edge cases in #412
- Fix hiding the controller in #413
Other changes
- Refactors the tab activities into fragments in #397
- Removes some deprecated code in #398
- Tech debt in #399
- Movies for 0.27.x & add debugging tests in #407
- Refactor query/mutation engines for Apollo 4 in #409
- Migrate test connection to apollo 4 in #410
Full Changelog: v0.4.0...v0.4.1