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

Beta version 4.6.4.

- Allow media viewer to exit fullscreen and become a normal window.
This commit is contained in:
John Preston
2023-02-18 15:17:26 +04:00
parent 137c13c9c0
commit 5d9383b8e4
7 changed files with 25 additions and 34 deletions

View File

@@ -22,23 +22,6 @@ namespace {
std::map<int, const char*> BetaLogs() {
return {
{
4004002,
"- Send photos and video files hidden by a spoiler effect.\n"
"- Set a public photo for those who are restricted to see "
"your profile photo in the Privacy Settings.\n"
"- Bug fixes and other minor improvements.\n"
},
{
4004003,
"- Support for anonymous numbers from the Fragment.com platform.\n"
"- Fix a crash in own profile photo updating.\n"
"- Bug fixes and other minor improvements.\n"
},
{
4005004,
"- Allow wide range of interface scale options.\n"
@@ -75,6 +58,10 @@ std::map<int, const char*> BetaLogs() {
"(see Settings > Advanced > Experimental Settings).\n"
"- A lot of bugfixes for working with more than one window.\n"
},
{
4006004,
"- Allow media viewer to exit fullscreen and become a normal window."
}
};
};