Skip to content

Commit

Permalink
release 1.18.2.03-0.9.95
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohengying committed Jan 25, 2022
1 parent 0b49e14 commit e3a4860
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 255 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ target_include_directories(${MOD_API_NAME}
target_link_libraries(${MOD_API_NAME} ${PROJECT_SOURCE_DIR}/api/lib/detours.lib)

####################这里是具体功能##########################
set(TRAPDOOR_VERSION 0.9.93)
set(TRAPDOOR_VERSION 0.9.95)
set(MCBE_VERSION 1.18.2.03)
set(BETA OFF)
set(TEST_NUMBER 1)
Expand Down
Binary file removed api/lib/SymHook_old.h
Binary file not shown.
254 changes: 0 additions & 254 deletions api/lib/SymHook_old_1.h

This file was deleted.

8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.18.2.03-0.9.95
2022-01-26
- 新增`prof c <int>`命令用于自定义`prof`的执行时长
- (大概)修复了`village v false`可能出现的闪退问题
- 删除部分无用代码
- 修改部分typo错误


# 1.18.2.03-0.9.91
2022-01-17
- 调整`prof`,`os`,`counter`等命令的显示效果
Expand Down

0 comments on commit e3a4860

Please sign in to comment.