2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 00:55:12 +00:00

Beta version 4.6.6.

- Confirmation window before starting a call.
- New "Battery and Animations" settings section.
- "Save Power on Low Battery" option for laptops.
- Improved windowed mode support for media viewer.
- Hardware accelerated video playback fix on macOS.
- New application icon on macOS following the system guidelines.
This commit is contained in:
John Preston
2023-03-01 17:45:44 +04:00
parent da38539fa6
commit 4838315ca7
8 changed files with 41 additions and 18 deletions

View File

@@ -62,6 +62,20 @@ std::map<int, const char*> BetaLogs() {
{
4006004,
"- Allow media viewer to exit fullscreen and become a normal window."
},
{
4006006,
"- Confirmation window before starting a call.\n"
"- New \"Battery and Animations\" settings section.\n"
"- \n""Save Power on Low Battery\n"" option for laptops.\n"
"- Improved windowed mode support for media viewer.\n"
"- Hardware accelerated video playback fix on macOS.\n"
"- New application icon on macOS following the system guidelines.\n"
}
};
};