Skip to content

Commit

Permalink
chore: bump version to 0.11u
Browse files Browse the repository at this point in the history
  • Loading branch information
Xcating authored and Xcating committed Apr 14, 2024
1 parent 0dd968c commit 8a7e0b4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GhTrTool 0.11t ~ [2024-03-17]
# GhTrTool 0.11u ~ [2024-03-17]
## 完整更新日志
### 修复
- "Unbalanced不碎档功能" 会让所有存档都显示Unbalanced难度的bug
Expand Down
Binary file modified GhTrTool/GhTrTool.rc
Binary file not shown.
1 change: 1 addition & 0 deletions GhTrTool/PlantID.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ BOOL PlantID::OnInitDialog()
{_T("滇池牡丹"), _T("12")},
{_T("导藓"), _T("13")},
{_T("土豆地雷"), _T("14")},
{_T("淀粉海"), _T("15")},
};
// 插入列
m_List.InsertColumn(0, _T("植物名称"), LVCFMT_LEFT, 100);
Expand Down
2 changes: 1 addition & 1 deletion GhTrTool/Pvz.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ BOOL CALLBACK EnumWindowsProc(HWND hwnd, LPARAM l_param) {
#else
std::wstring wstr =
(std::wstringstream() << L"Plants Vs Zombies GhTr ~ Perfect Voyage "
<< L"ver.0.16m - [已被GhTrTool修改] [ver.0.11t] ["
<< L"ver.0.16m - [已被GhTrTool修改] [ver.0.11u] ["
<< millis << L"]")
.str();
#endif
Expand Down
2 changes: 1 addition & 1 deletion GhTrTool/Pvz.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once
#include <filesystem>
#include "json.hpp"
#define GAME_NAME L"Plants Vs Zombies GhTr ~ Perfect Voyage ver.0.16l"
#define GAME_NAME L"Plants Vs Zombies GhTr ~ Perfect Voyage ver.0.16m"

class GhTrManager
{
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ PlantsVsZombies ~ GhTr *PersonGames Tools*

[+]what *functions* r needed, pls click [here](https://github.com/Xcating/GhTrTool-issues/issues) propose and **TRY** todo it as well as ***possible***
### [#]修改 modified
[+]修改了偏移,适配与GhTr.0.16l版本
[+]修改了偏移,适配与GhTr.0.16m版本

[+]Modified offset to adapt to GhTr.0.16l version
[+]Modified offset to adapt to GhTr.0.16m version


---
Expand Down

0 comments on commit 8a7e0b4

Please sign in to comment.