Skip to content

Commit

Permalink
Changelog: v0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Notify-ctrl committed Apr 1, 2024
1 parent 9dd4f55 commit e959c64
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# ChangeLog

## v0.4.10

- Github新增自动发布Docker镜像的CI
- 一些覆盖面约为0的lua test,以及基于纯Lua的命令行版本FreeKill
- 为findParent添加深度限制参数(默认无限制)
- 搬运了damageByCardEffect
- 修复了ex__choose_skill
- 修复了华佗、吕蒙和古锭刀
- 添加势力映射,可以指定一个势力必须变成其他几个势力之一(需要神话再临包/OL包自行处理神将变将范围)
- askForCardsChosen界限突破,改成了基于askForPoxi的格式
- 修复了空城虚拟杀可以方天的bug
- 给强制平局添加了原因提醒
- 优化了移动牌的视觉逻辑
- 单机下简单的热更新功能,bug可能极多

___

## v0.4.8 & v0.4.9

- Qml: 新增leval函数可获得lua表达式的值
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

cmake_minimum_required(VERSION 3.16)

project(FreeKill VERSION 0.4.9)
project(FreeKill VERSION 0.4.10)
add_definitions(-DFK_VERSION=\"${CMAKE_PROJECT_VERSION}\")

find_package(Qt6 REQUIRED COMPONENTS
Expand Down
4 changes: 2 additions & 2 deletions android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.notify.FreeKill"
android:installLocation="preferExternal"
android:versionCode="409"
android:versionName="0.4.9">
android:versionCode="410"
android:versionName="0.4.10">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand Down
4 changes: 2 additions & 2 deletions lua/client/i18n/zh_CN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,9 @@ FreeKill使用的是libgit2的C API,与此同时使用Git完成拓展包的下
["Resume"] = "继续",

["Bulletin Info"] = [==[
## v0.4.9
## v0.4.10
修复投降莫名奇妙把对面杀了的bug
一些优化
]==],
}
Expand Down

0 comments on commit e959c64

Please sign in to comment.