Skip to content

Releases: damontecres/StashAppAndroidTV

v0.5.4-3-g463b575

17 Nov 15:33
463b575
Compare
Choose a tag to compare
v0.5.4-3-g463b575 Pre-release
Pre-release

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).

See changes since v0.5.4

v0.5.4

13 Nov 00:55
v0.5.4
fde534f
Compare
Choose a tag to compare

What's Changed

This release fixes some bugs that can occur during initial setup.

Bug Fixes (v0.5.4)

  • Fix some cases of incorrectly saved API keys in #463
  • Ensure initial app PIN preserves zeros in #464

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

  • Fix storing read only as a int in #459
  • Don't show Create Marker button in read only mode in #461

Full Changelog: v0.5.2...v0.5.3

v0.5.3

11 Nov 20:40
v0.5.3
d9072a7
Compare
Choose a tag to compare

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

  • Fix storing read only as a int in #459
  • Don't show Create Marker button in read only mode in #461

Full Changelog: v0.5.2...v0.5.3

v0.5.2

01 Nov 22:36
v0.5.2
b9c35f7
Compare
Choose a tag to compare

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

  • Fixes a crash when binding data to cards in #441
  • Fixes some filter creation bugs in #447

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

22 Oct 20:16
v0.5.1
2656f53
Compare
Choose a tag to compare

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

  • Add groups to scenes in #435
  • Add ability to filter from a tab page in #437

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

17 Oct 20:45
v0.5.0
421ebc4
Compare
Choose a tag to compare

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

05 Oct 17:10
v0.4.4
3897cc0
Compare
Choose a tag to compare

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

27 Sep 23:12
v0.4.3
cef9487
Compare
Choose a tag to compare

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

14 Sep 00:08
v0.4.2
271bd13
Compare
Choose a tag to compare

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

11 Sep 21:54
v0.4.1
35ba12c
Compare
Choose a tag to compare

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