Releases: ZockerAxel/TS6ClientViewer
Update 1.5.0 - Features for custom styling
Custom Styling Features
- Implemented #16 [Feature Request] User id and img element on html structure
- Client DOM Element now has the following attributes:
- client-nickname: The client's nickname
- client-unique-id: The client's unique id
- client-myteamspeak-id: The client's myTeamSpeak ID (Optional, does not exist if client does not have a myTeamSpeak account linked)
- client-country-code: The client's country code (Optional, does not appear for Server Query clients for example)
- The Client DOM Element now also features a prefix and suffix image element that has no src attribute that you can access via custom css. To set a src, use the content attribute with a url value in css.
- Client DOM Element now has the following attributes:
Fixes
- Fixed the
Show Avataroption being usable whenHide Statuswas checked, which did not have any effect - Tutorial Texts now reference TeamSpeak 6 instead of TeamSpeak 5
Full Changelog: v1.4.2...v1.5.0
This Release is being rolled out on the official website now. It may take a while before new changes take effect in your browser.
Hotfix 1.4.2 - Fix for servers without any subchannels
Fixes:
- Fixed #14 Viewer not displaying at all if there were no subchannels present on the active server
Full Changelog: v1.4.1...v1.4.2
This Release is being rolled out on the official website now. It may take a while before new changes take effect in your browser.
Hotfix 1.4.1 - Channel Following Fix
Fixes:
- Fixed Channel-Following not working when one of the Bottom Alignment Options was set
Full Changelog: v1.4.0...v1.4.1
This Release is being rolled out on the official website now. It may take a while before new changes take effect in your browser.
Update 1.4.0 - New Options, decluttering & more
New:
- Option
Show Subchannels: Shows Subchannels of current Channel when inShow ChannelViewer Mode. - Option
Hide local Client: Hides the local client from the Viewer. - Alignment Options:
Bottom LeftandBottom Right: Does what it says, aligns the Viewer with the specified corner of the screen, especially useful for Viewer ModeShow Channel. (Also, renamedLefttoTop LeftandRighttoTop Right)
Changes:
- Seperated Viewer Settings into Groups:
General,ChannelandClientsand improved styling for more readability.
Fixes:
- Fixed Server Query Clients being displayed inconsistently, they will now never have a status icon.
- Fixed Status Icons not displaying correctly in multiple instances when changing certain settings.
- Minor Bug Fixes and Improvements.
Full Changelog: v1.3.0...v1.4.0
This Release is being rolled out on the official website now. It may take a while before new changes take effect in your browser.
Update 1.3.0 - New Option and lots of improvements
New:
- Option
Follow Specific Channel: Works similar toFollow Own Channelbut you can set a Channel that will always be followed. - Hint Screen that shows while not connected
Changes:
- When changing the App Port in the Interface, it now tries to connect with the new port immediately
- Renamed Option
Follow ChanneltoFollow Own Channel - Renamed
Server SelectionSettingActivetoAuto - No longer use third party library to connect to TS5
- Server Dropdown now no longer removes a Server when you disconnect from it
Fixes:
- Fixed other clients invisible on servers that were freshly connected to while the Viewer was open
- Fixed Customization Interface not showing if no connection was established
- Fixed Issue where connection would have never been established if the stored API key was invalid
- Different environments now store their api key with a different storage key
- Minor Bug Fixes and Improvements
Full Changelog: v1.2.0...v1.3.0
This Release is being rolled out on the official website now. It may take a while before new changes take effect in your browser.
Update 1.2.0 - New Option and fixes
New:
- Option
Hide Away Message: Hides the Away Message Clients can set.
Changes:
- Option
Hide Status: No longer also hides the Away Message.
Fixes:
- Fixed Export URL not updating immediately when changing Display Mode.
- Minor Fixes and Improvements
Full Changelog: v1.1.0...v1.2.0
This Release is being rolled out on the official website now. It may take a while before new changes take effect in your browser.
Update 1.1.0 - New Option and critical bugfixes
Changes:
- New Option
Follow Channel(only available inShow Server TreeDisplay Mode): Always keeps the Channel you're in at the top of the screen.
Fixes:
- Fixed
Only show talking Clientsnot working in OBS Browser Source (due to it using old Browser Version) - Fixed
Hide empty Channelsnot working in OBS Browser Source (due to it using old Browser Version) - Fixed Spacers not showing up when Clients were inside of them when
Show Spacer Channelswas not turned on.
Full Changelog: v1.0.2...v1.1.0
This Release is being rolled out on the official website now. It may take a while before new changes take effect in your browser.
Update 1.0.2 - Customization Interface Prefill
Changes:
- The Customization Interface will now prefill with the correct values of the viewer when you use an URL with already preset Parameters.
Full Changelog: v1.0.1...v1.0.2
This Release is being rolled out now. It may take a while before new changes take effect in your browser.
Update 1.0.1 - Small fixes and improvements
Technical Changes:
- Console Logs are now only created if you set the URL Parameter
enable_log. This prevents memory leaks.
Fixes:
- Fixed Manifest not being linked to
- Minor Bug Fixes
Full Changelog: v1.0...v1.0.1