Releases: damontecres/StashAppAndroidTV
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
v0.4.0
What's Changed
There is now a companion plugin for the server! Install it via the app in Settings or search for "StashAppAndroidTV Companion" in your server's Settings->Plugin page to install it.
There is new behavior for the back button on grid pages to scroll to the top. This can be disabled in the app's settings.
New Features & Enhancements
- Add new performer sort options by @damontecres in #374
- Play a list of markers for the specified duration as a compilation by @damontecres in #377
- Add basic playlist functionality for scenes by @damontecres in #381
- Track scene playback activity when playing a playlist by @damontecres in #382
- Add play all button to all pages with scenes or markers by @damontecres in #385
UI/UX Improvements
- Add preference to scale instead of crop card images by @damontecres in #376
- Improved image overlay & details by @damontecres in #379
- Improvements to restoring state by @damontecres in #388
- Update movie page style to match performer/gallery by @damontecres in #389
- Several UI/UX changes by @damontecres in #390
- Check if server is supported by app update by @damontecres in #394
- Add preference to disable new back button behavior by @damontecres in #395
- Add favorite indicator for tags & studios by @damontecres in #325
Bug Fixes
- Another fix for restoring filter grids by @damontecres in #375
- Clean up apks after update by @damontecres in #378
- Various minor UI changes & bug fixes by @damontecres in #387
- Several small bug fixes by @damontecres in #391
- Fix crashes from very large scrolls by @damontecres in #393
Other changes
- Update to
v0.4.0
by @damontecres in #386
Full Changelog: v0.3.6...v0.4.0
v0.3.6-13-g444e2f9
develop/v0.4.0
development build
This pre-release tracks the development debug build of StashAppAndroidTV from the develop/v0.4.0
branch.
See https://github.com/damontecres/StashAppAndroidTV/releases/latest for the latest stable release.
v0.3.6
What's Changed
There is now a companion plugin for the server! Install it via the app in Settings or search for "StashAppAndroidTV Companion" in your server's Settings->Plugin page to install it.
New Features & Enhancements
- Add ability to shift a marker's timestamp by @damontecres in #361
- Add sort button to grids by @damontecres in #360
- Add basic subtitle support by @damontecres in #368
UI/UX Improvements
- Update performer details page by @damontecres in #363
- Go to the main page by clicking the stash icon by @damontecres in #364
- Update gallery details page by @damontecres in #371
Bug Fixes
- Fix main page not loading when returning to it by @damontecres in #358
- Fix switching to a newly added server by @damontecres in #359
- Fix scrolling images for performers, studios, & tags by @damontecres in #362
- Fix main page buttons to use default filters by @damontecres in #369
- Fix restoring name/sort in a filter list by @damontecres in #372
- Fixes a few UI issues by @damontecres in #373
Other changes
- Refactor everything to use FilterArgs by @damontecres in #367
- Add instrumented tests by @damontecres in #365
Full Changelog: v0.3.5...v0.3.6
v0.3.5
What's Changed
There is now a companion plugin for the server! Install it via the app in Settings or search for "StashAppAndroidTV Companion" in your server's Settings->Plugin page to install it.
New Features & Enhancements
- Add support for more video filters by @damontecres in #350
UI/UX Improvements
- Show performer's age on gallery page if available by @damontecres in #344
- Manage servers from main page icon by @damontecres in #345
- Suggest recently added items when searching to add new ones by @damontecres in #346
- Add ability to rotate scene's video playback by @damontecres in #347
- Fix main page icon focusing by @damontecres in #352
- Focus improvements for seek bars by @damontecres in #357
Bug Fixes
- Move applying video effects to be an experimental feature by @damontecres in #348
- Fixes main page reloading on every resume by @damontecres in #354
- Various bug fixes from recent PRs by @damontecres in #355
- Fixes & improvements to search for by @damontecres in #356
Other changes
- Use ViewModel for current server by @damontecres in #351
- Address some internationalization items & other linting by @damontecres in #353
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
There is now a companion plugin for the server! Install it via the app in Settings or search for "StashAppAndroidTV Companion" in your server's Settings->Plugin page to install it
New Features & Enhancements
- Add ability to install the companion plugin directly in the app by @damontecres in #342
Bug Fixes
- Fix file path parsing for galleries by @damontecres in #341
- Don't stretch gifs by @damontecres in #343
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
There is now a companion plugin for the server! Search "StashAppAndroidTV Companion" in your server's Settings->Plugin page to install it
New Features & Enhancements
- Send logs & crash reports to stash server by @damontecres in #339 (requires the companion plugin)
Full Changelog: v0.3.2...v0.3.3