2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-03 16:15:13 +00:00

Beta version 2.8.6.

- Added a simple image editor.
Crop photos or highlight parts of screenshots before sending.
- Use Direct3D 9 backend in ANGLE by default (Windows).
- Fix "Show in Finder" not focusing the Finder window (macOS).
- Use GTK from a child process (Linux).
This commit is contained in:
John Preston
2021-07-06 17:17:23 +03:00
parent 68e351b7c8
commit 46d393ea0f
7 changed files with 33 additions and 15 deletions

View File

@@ -135,6 +135,17 @@ std::map<int, const char*> BetaLogs() {
"- Several bug fixes.\n"
},
{
2008006,
"- Added a simple image editor. "
"Crop photos or highlight parts of screenshots before sending.\n"
"- Use Direct3D 9 backend in ANGLE by default (Windows).\n"
"- Fix \"Show in Finder\" not focusing the Finder window (macOS).\n"
"- Use GTK from a child process (Linux).\n"
},
};
};