Skip to content

Commit

Permalink
docs: バージョン番号を上げる (2.2.0)、更新履歴に追記
Browse files Browse the repository at this point in the history
  • Loading branch information
vain0x committed Aug 12, 2021
1 parent c9674b5 commit 248adbc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Knowbug 変更履歴

## 2021-xx-xx

- HSP 3.6 正式版がリリースされたことと、64 ビット版 HSP ランタイムが UTF-8 エンコーディングを採用したことに対応して、64ビット版の knowbug を UTF-8 に変更しました。
## 2021-08-12

- v2.2.0 リリース
- HSP 3.6 正式版がリリースされたことと、64 ビット版 HSP ランタイムが UTF-8 エンコーディングを採用したことに対応して、64ビット版の knowbug を UTF-8 に変更しました。(#58)
- Release版のランタイムライブラリを静的リンクするようにしました。これにより VC++ ランタイムをインストールしなくてもknowbugが動作するはずです。 (#94)
- UI の改善:
- リストビューの更新の性能を上げました。
- ソースコードやログを表示するエディットコントロールのタブ文字の幅を4スペース分にしました。

## 2021-08-01

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.1.0";
static constexpr auto KNOWBUG_VERSION = u8"v2.2.0";

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

0 comments on commit 248adbc

Please sign in to comment.