ChangeLog: v0.0.8

This commit is contained in:
notify 2023-04-10 21:41:42 +08:00
parent b4f6e58f07
commit 262d6f2f43
4 changed files with 29 additions and 4 deletions

View File

@ -2,6 +2,31 @@
___
## v0.0.8
1. 禁止使用打出弃置
2. 为FilterSkill加player参数
3. 对局中可查看他人技能
4. GameEvent相关设施
5. 添加时机或事件:轮次
6. 以-round等方式结尾的标记会被自动清理详见源码
7. 增加了NixOS用的构建脚本
修bug
1. 流离bug
2. 觉醒技显示方式反过来
3. 询问无懈时100% CPU占用
4. skill.interaction无效
5. 装备从自己装备区移动到别人
6. 觉醒技cost和锁定技不一样
7. 狮子给死人加血
8. 拖曳体验差
9. 暂时禁用旁观功能bug太多
10. 【杀】的distance_limit_func无效bug
___
## v0.0.7
1. 文档已经上线,内容应该是很多的,就是没写完

View File

@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.16)
project(FreeKill VERSION 0.0.7)
project(FreeKill VERSION 0.0.8)
add_definitions(-DFK_VERSION=\"${CMAKE_PROJECT_VERSION}\")
if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "Emscripten")

View File

@ -3,8 +3,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.notify.FreeKill"
android:installLocation="preferExternal"
android:versionCode="7"
android:versionName="0.0.7">
android:versionCode="8"
android:versionName="0.0.8">
<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" />

View File

@ -10,7 +10,7 @@
with import nixpkgs { system = "x86_64-linux"; };
stdenv.mkDerivation {
name = "freekill";
version = "0.0.7";
version = "0.0.8";
src = self;
buildInputs = with qt6; [