Updating the changelog

Signed-off-by: WolverinDEV <git@teaspeak.de>
canary
WolverinDEV 2019-12-20 21:40:04 +01:00
parent 1e924fe40f
commit 443a581b60
No known key found for this signature in database
GPG Key ID: 77A6C15085150EEB
2 changed files with 12 additions and 4 deletions

View File

@ -1,4 +1,12 @@
# Changelog: # Changelog:
* **20.12.19**
- Fixing chat URL escaping
- Fixed issue [#77](https://github.com/TeaSpeak/TeaWeb/issues/77)
- Implemented issue [#75](https://github.com/TeaSpeak/TeaWeb/issues/75) (Close Modals With ESC)
- Improved the server info modal experience (Correctly showing no permissions)
- Improved "About" modal overflow behaviour
- Allow the client to use the scroll bar without closing the modal within modals
* **10.12.19** * **10.12.19**
- Show the server online count along the server chat - Show the server online count along the server chat

View File

@ -5204,10 +5204,10 @@
</div> </div>
</div> </div>
</div> </div>
<div class="container-buttons"> </div>
<button class="btn btn-success button-update">{{tr "Refresh" /}}</button> <div class="container-buttons">
<button class="btn btn-danger button-close">{{tr "Close" /}}</button> <button class="btn btn-success button-update">{{tr "Refresh" /}}</button>
</div> <button class="btn btn-danger button-close">{{tr "Close" /}}</button>
</div> </div>
</div> </div>
</script> </script>