Skip to content

Releases: alexballas/go2tv

v1.16.1

09 May 23:53
b53ebd1
Compare
Choose a tag to compare
  • Fix non-working mute / unmute button

v1.16.0

07 May 13:59
17889b6
Compare
Choose a tag to compare
  • Drag and Drop Files Now Supported on Windows, Linux, and Mac!!!
  • New ARMv8 (64-bit) build #74
  • Fix back button crash on Android.
  • Device list improvements in the GUI mode.
  • Remove the default theme as it was causing confusion with the light and dark ones.

v1.15.0

08 Jun 17:21
e0d3ddb
Compare
Choose a tag to compare
  • New Logo!
  • Added relative time and end time next to the slider bar
  • Various fixes and API improvements
  • Fix Android 13 issue where device discovery is not working

v1.14.1

26 Mar 23:06
4bdb0f3
Compare
Choose a tag to compare
  • Fix a memory leak when changing tabs or selecting themes from the settings tab.

v1.14.0

20 Mar 23:56
828bb39
Compare
Choose a tag to compare
  • New GUI look!
  • Device list improvements.
  • Replaced "Auto-Select Next File" with "Auto-Play Next File" and simplified the auto play functionality.
  • New gapless playback for the Auto-Play functionality. This is configurable from the settings tab since not all devices support gapless playback.
  • New 'Skip to Next Media' button. The media files are selected alphabetically from the current media folder.
  • New Seek functionality with a slider bar to easier control the media playback (video or audio)

v1.13.0

30 Sep 21:18
578da13
Compare
Choose a tag to compare
  • GUI improvements
    • Hotkeys support ('p' - Play/Pause, 's' - Stop, 'm' - Mute, 'PgUp/Down' - Volume Up / Down).
    • Avoid stacking error messages.
    • Reduce errors when clicking the Stop button.
    • Remember previous file selection when clicking the "Media from URL" option.
  • Added debug logs support.
  • DLNA protocol improvements.
    • Introduced the ProtocolInfo call to better detect supported media formats for target DMR devices.

v1.12.0

02 Jul 12:35
701fe64
Compare
Choose a tag to compare
  • Add settings menu and theme support in the GUI mode (Desktop version only)
  • Fix SEEK issue for the LG WebOS TVs (Desktop version only) #18
  • Fix compatibility issues with the SONY HT-A9 speakers #43
  • Fix ffmpeg process spawning issue (Desktop version only)
  • Show error in GUI when unable to list devices due to network issues.

v1.11.0

27 Apr 17:53
7ca1a13
Compare
Choose a tag to compare
  • New transcoding functionality. Requires ffmpeg.
  • Fix CLI playback for non-video media URLs.
  • Increase action buttons height for the mobile build.

v1.10.1

19 Feb 12:16
d85e611
Compare
Choose a tag to compare
  • Fix issue where services URLs are not properly generated when parsing the DMR URL for some TVs.

v1.10.0

13 Feb 19:27
91dbe6b
Compare
Choose a tag to compare
  • Added support for image casting (jpg & png).
  • Added Volume Up / Down support both in Interactive and GUI modes.
  • Introduced a new view button to preview the selected media files in the GUI mode.
  • Improved the device refresh list functionality in the GUI mode.
  • Fixed issue with BubbleUPNP where reusable TCP connections caused "connection reset by peer" errors.
  • Fixed interactive terminal race condition that caused a panic error.
  • Fixed issue where audio types in URL streaming were not properly detected.