Skip to content

Commit

Permalink
docs: リリース (v2.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
vain0x committed Jan 4, 2020
1 parent 11e9211 commit 5f3f805
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Knowbug 変更履歴

## 2020-01-04

- v2.0.2 リリース
- アプリがタスクバーに表示されるようになりました。
- アプリのアイコンを変更しました。
- 一部の不具合を修正しました。

## 2019-12-23

- v2.0.1 リリース
Expand Down
2 changes: 1 addition & 1 deletion src/knowbug_dll/knowbug_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static constexpr auto MEMORY_BUFFER_SIZE = std::size_t{ 1024 * 1024 };
// バージョン
// -----------------------------------------------

static constexpr auto KNOWBUG_VERSION = u8"v2.0.1";
static constexpr auto KNOWBUG_VERSION = u8"v2.0.2";

#ifdef _M_X64
static constexpr auto KNOWBUG_PLATFORM_SUFFIX = u8" (x64)";
Expand Down

0 comments on commit 5f3f805

Please sign in to comment.