TeaWeb/ChangeLog.md

199 lines
7.2 KiB
Markdown
Raw Normal View History

2018-03-25 12:15:49 +00:00
# Changelog:
2019-03-25 19:04:04 +00:00
* **XX.XX.XX**
- Improved icon and avatar cache handling
- Added an icon manager
- Fixed bookmark create modal style
- Fixed control bar drop downs going over the edge
- Fixed context menu overflowing and going out of the side
- Improved host banner url revoke (only revoke after a new one has been generated)
- Added some fancy console messages
2019-03-28 16:30:15 +00:00
- Added country icons to the translation tab
- Decreased required bandwidth on translation loading
2019-03-25 19:04:04 +00:00
2019-03-17 11:39:44 +00:00
* **17.03.19**
2019-03-17 11:15:39 +00:00
- Using VAD by default instead of PPT
- Improved mobile experience:
- Double touch join channel
- Removed the info bar for devices smaller than 500px
- Added country flags and names
- Added favicon, which change when you're recording
- Fixed double cache loading
- Fixed modal sizing scroll bug
- Added a channel subscribe all button
- Added individual channel subscribe settings
- Improved chat switch performance
- Added a chat message URL finder
- Escape URL detection with `!<url>`
- Improved chat experience
- Displaying offline chats as offline
- Notify when user closes the chat
- Notify when user disconnect/reconnects
- Preloading hostbanners to prevent flickering
2019-03-17 11:39:44 +00:00
- Fixed empty channel and server kick messages
2019-03-17 11:15:39 +00:00
Implemented the Material Design and fixed some bugs (#33) * cleaned up some files * Fundamental style update * Redesigned some style * fixed hostbanner popup * Removed old identity stuff * fixed close listener * Fixed changelog date * fixed release chat icons * fixed url * Fixed hostbanner * Uploaded missing images * Improved update handling * Improved script files * Fixed loading error and icon error * fixed Yes/No modal * Fixed loader issues with MS Edge * fixed modal style bug * Fixed control bar overflow for small devices * Improved error handling on identity creation * Logging generate error to terminal * fixed possible php error * fixed some possible loading errors when other files have'nt been already loaded. * removed debug message * Changed emsrcypten flags * Improved codec error handling * removed webassembly as required dependency * Improved and fixed channel tree issues * Improved the sliders * Removed unneeded files * fixed loader versions cache * second slight performance improved (dont animate elements anymore if they are not shown) * Fixed query visibility setting * not showing useless client infos for query clients * Added an auto reconnect system * Added a canceled message and increased reconnect interval * removed implemented todo * fixed repetitive channel names * Reworked the channel tree selected lines * Fixed channel tree names * Fixed name alignment * fixed the native client * added min width to the server select groups to avoid a disappearing effect on shrink * fixed bugged downloaded icons
2019-02-17 15:08:10 +00:00
* **17.02.19**
- Removed WebAssembly as dependency (Now working with MS Edge as well (but without audio))
- Improved channel tree performance
- Improved touch channel tree hierarchy (not selects the channel which had been actually touched)
- Added the possibility to scroll on the control bar (required for super small devices)
- Improved error handling within the codecs
- Fixed the vertical sliders for touch devices
- Added an effect on slider select/move
- Fixed query visibility setting
- Removed useless client infos for query clients
- Added an auto reconnect system
- Reworked the channel tree selected lines
* **15.02.19**
- Fixed MS Edge loading/document issues
- Fixed invalid pattern in the yes/no modal
* **11.02.19**
- Added a detection to the loader to avoid cached files on updates
* **09.02.19**
- Improved UI now using the material design framework based on bootstrap
- Fixed several UI overflow or small screen issues
- Improved permission editor performance
- Added hash rate to identity improve
- Merged CSS files in release mode
- Fixed overlapping avatars
* **04.02.19**
- Fixed channel permissions
2019-01-27 12:11:40 +00:00
* **27.01.19**
- Made sounds configurable
- Added option to mute sounds when output is muted
- Added push to talk delay option
- Have improvements related to identity management
- First load of the app generates identity
- Default VAD is not longer PPT, changed to Voice activity detection via threshold
- Added identity improve gui
2019-01-27 12:11:40 +00:00
* **26.01.19**
- Improved TeaSpeak identities (now generates automatic and are saveable)
- Fixed `connect_profile` parameter within URL
2019-01-20 17:43:14 +00:00
* **20.01.19**
- Added the possibility to change the remote volume of a bot
- Added a playlist management system
- Added BBCodes to the chat
- Added client links to BBCodes
- Added channel links to BBCodes
- Added the possibility to drag client into the chat
- Added function "create invite code" to the server
- Added parameters `connect_password` and `connect_password_hashed` to URL to pass passwords
2019-01-19 14:21:37 +00:00
* **19.01.19**
- Added multi user movement
- Improved connection profile error handling
2019-01-20 17:43:14 +00:00
- Added possibility to move the dividers
2019-01-19 14:21:37 +00:00
2018-12-23 16:44:24 +00:00
* **23.12.18**
- Added query account management (since server 1.2.32b)
* **18.12.18**
- Added bookmarks and bookmarks management
- Added query user visibility button and creation (Query management will follow soon)
- Fixed overflow within the group assignment dialog
* **17.12.18**
- Implemented group prefix and suffix
* **15.12.18**
- Implemented a translation system with default translated language sets for
- German
- Turkish
- Russian
2018-12-03 17:56:36 +00:00
* **3.12.18**
- Fixed url connect parameters
2018-12-02 13:12:23 +00:00
* **2.12.18**
- Fixed `[spacerX]` detection
- Added a hint if the channel encryption has been overridden by the server settings
- Enabled log grouping
- Improved permission popup performance
- Showing a better client version on client info
2018-12-02 18:27:03 +00:00
- When you press enter while a channel is selected let you enter this channel
- Fixed connect file select overflow
2018-12-02 13:12:23 +00:00
* **1.12.18**
- Added the possibility to navigate via arrow keys within the channel tree
2018-11-25 12:59:05 +00:00
* **25.11.18**
- Implemented support for svg and image detection
- Fixed keeped host banner
2018-11-20 14:06:42 +00:00
* **20.11.18**
- Improved client updates, and showing a query client as a query
2018-11-19 18:05:42 +00:00
* **17.11.18**
- Improved PPT handling
* **04.11.18**
- Added basic music bot management (Create | Delete | Nickname/Description-change)
- Merged music bot pause and play. Added stop button
- Fixed voice "lamp" being on on channel switch
- Improved hostbanner reload (Not flicker anymore)
- Added sounds on servergroup assignment and on revoke as well for channel group changed
- Added client multiselect and multi actions
2018-11-04 13:20:38 +00:00
- Implemented serveredit file transfer support
* **03.11.18**
- Reworked on the basic overlay sizes
- Added hostbanner to the UI
2018-11-03 23:39:29 +00:00
- Implemented sounds
- Implemented poke notification
- Added local volume change to music bots
- Added move and channel kick to the music bot context menu options
- Reworked private chat format
- Added several server chat messages
- Fixed client double click chat opening
- Implemented client drag and drop
- Fixed channel select within sub channels
2018-10-28 22:01:09 +00:00
* **28.10.18**
- Restructured the project
- Added a lot of helper scripts
- Added a native client declaration export file to access the native methods
* **27.10.18**
- Added speaker select option (client only)
- Displaying version of the client
- Reworked on the audio setting menu
* **20.10.18**
- Project restructuring (forgot to update the changelog)
- Added a complete ban ui
- Fixed pointer stringify bug
2018-09-30 19:50:59 +00:00
* **30.09.18**
- Added the permission system (Assignments and management)
2018-09-30 20:36:17 +00:00
* Fixed poke and client description with empty message
* Fixed channel tree icons
2018-09-30 20:58:53 +00:00
* Fixed group sorting
2018-09-30 20:36:17 +00:00
2018-09-26 13:04:56 +00:00
* **26.09.18**:
- Added Safari support
2018-09-25 10:57:47 +00:00
* **25.09.18**:
- Added support for token use
- Added support for away messages
* Fixed away display within information bar
- Capturing last given address and nickname within connect modal
2018-09-25 15:39:38 +00:00
* Using random password field ids for server connect modal
+ Improved forum not authenticated message within connect modal
- Added partitional MS Edge support
2018-09-25 17:47:08 +00:00
* Fixed chat new line indeed
2018-09-25 10:57:47 +00:00
2018-09-24 19:14:36 +00:00
* **24.09.18**:
- Added server passwords within login modal
- Fixed native encoding for opera and firefox
- Made the default music bot group configurable
2018-09-24 19:14:36 +00:00
2018-03-25 12:19:10 +00:00
* **0.0.1-Alpha**:
- First public upload of the Web client
All TeaSpeak premium & alpha testers have access
You require a valid TeaSpeak forum account