Skip to content

Releases: ILadis/ts3-qs4sd

1.2.0

10 Sep 06:16
Compare
Choose a tag to compare

Changes:

  • Adds option to change the active microphone TeamSpeak is using in the plugin settings.
  • Determine sub channels by actually checking for the presence of sub channels instead of relying on the "maximum number of clients" settings (fixes #16).

v1.1.6

09 Aug 19:40
Compare
Choose a tag to compare

Changes:

  • Fixes plugin on Decky Loader v3 / Steam Deck Beta (fixes #15).
  • Flatpak commands are now run with unset LD_LIBRARY_PATH to ensure system libraries are used (fixes #14).

v1.1.5

22 May 21:28
Compare
Choose a tag to compare

Changes:

  • Removes tab layout in main view in favor of a dedicated settings view which now houses the volume controls.
  • Adds a new section to the settings view to configure a PTT hotkey.
  • Saves/restores PTT hotkey configuration to/from disk (settings file).

v1.1.4

21 Jan 18:55
Compare
Choose a tag to compare

Changes:

  • Uses USB interface number to reliably find SteamDeck controller HID device (fixes #7).
  • Uses new TeamSpeak 3 flatpak application identifier (fixes #9).

v1.1.3

28 Dec 22:07
Compare
Choose a tag to compare

Changes:

  • Introduces new tab layout to switch between main view and channel browser.
  • Adds a channel browser which allows clients to join any channel on the server (feature request from #6).
  • Adds a dialog to enter passwords to be able to join password protected channel.

v1.1.2

04 Nov 21:48
Compare
Choose a tag to compare

Changes:

  • Fixes a bug where on some Steam Decks, TeamSpeak couldn't be launched in the background (see issue #5).
  • Changed the port of the API the plugin uses to talk to TeamSpeak from 8880 to 52259.

v1.1.0

27 Jul 19:47
Compare
Choose a tag to compare

Changes:

  • Improves responsiveness of volume slider.
  • Displays client avatars.

v1.0.0

16 Jul 13:11
Compare
Choose a tag to compare

Decky store release

This version will be released on the Decky store, if the plugin gets accepted. No noteworthy changes since v0.6.
If you want to help with testing, you can find more information here.

0.6

13 Jul 20:06
Compare
Choose a tag to compare
0.6

Changes:

  • Now available as a DeckyLoader plugin
    As of this version the plugin is now a DeckyLoader plugin and can no longer be run standalone. To install the plugin follow the updated installtion instructions. I am planning to bring the plugin to the Decky store to make installing it even easier.

0.5

16 Jun 21:10
Compare
Choose a tag to compare
0.5

Changes:

  • Adds support for latest TeamSpeak version 3.6.0 (API version 26).
  • Fixes HTTP/API request retry handling.