2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Beta version 1.9.10.

- Switch to the Picture-in-Picture mode
to watch your video in a small window.
- Change video playback speed in the playback controls '...' menu.
- Rotate photos and videos in the media viewer
using the rotate button in the bottom right corner.
This commit is contained in:
John Preston
2020-02-05 20:15:28 +04:00
parent d29c3add79
commit 5d43df4f33
7 changed files with 36 additions and 19 deletions

View File

@@ -45,6 +45,17 @@ std::map<int, const char*> BetaLogs() {
"\xE2\x80\xA2 Spell checker on Linux using Enchant.\n"
},
{
1009010,
"\xE2\x80\xA2 Switch to the Picture-in-Picture mode "
"to watch your video in a small window.\n"
"\xE2\x80\xA2 Change video playback speed "
"in the playback controls '...' menu.\n"
"\xE2\x80\xA2 Rotate photos and videos in the media viewer "
"using the rotate button in the bottom right corner.\n"
}
};
};