We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e9211 commit 5f3f805Copy full SHA for 5f3f805
changes.md
@@ -1,5 +1,12 @@
1
# Knowbug 変更履歴
2
3
+## 2020-01-04
4
+
5
+- v2.0.2 リリース
6
+ - アプリがタスクバーに表示されるようになりました。
7
+ - アプリのアイコンを変更しました。
8
+ - 一部の不具合を修正しました。
9
10
## 2019-12-23
11
12
- v2.0.1 リリース
src/knowbug_dll/knowbug_server.cpp
@@ -26,7 +26,7 @@ static constexpr auto MEMORY_BUFFER_SIZE = std::size_t{ 1024 * 1024 };
26
// バージョン
27
// -----------------------------------------------
28
29
-static constexpr auto KNOWBUG_VERSION = u8"v2.0.1";
+static constexpr auto KNOWBUG_VERSION = u8"v2.0.2";
30
31
#ifdef _M_X64
32
static constexpr auto KNOWBUG_PLATFORM_SUFFIX = u8" (x64)";
0 commit comments