Skip to content

Commit

Permalink
Merge: リリース (v2.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
vain0x committed Dec 22, 2019
2 parents 0ed89c3 + be905b6 commit 4346466
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Knowbug 変更履歴

## 2019-12-22

- v2.0.0 リリース
- ログを終了時に自動で保存する機能を再実装しました。

## 2019-12-08

- v2.0.0-beta4 リリース
Expand Down
2 changes: 1 addition & 1 deletion dist/knowbug.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# knowbug の設定ファイル (v2.0.0~)
# knowbug の設定ファイル (v2.0.0-beta4~)
# '#' で始まる行はコメント。

# メインウィンドウの位置 (既定値 -640, -480)
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.0-beta4";
static constexpr auto KNOWBUG_VERSION = u8"v2.0.0";

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

0 comments on commit 4346466

Please sign in to comment.