ChangeLog: v0.1.6

This commit is contained in:
notify 2023-04-28 19:20:59 +08:00
parent 417ec49de9
commit 1ddb75eb07
4 changed files with 13 additions and 4 deletions

View File

@ -2,6 +2,15 @@
___
## v0.1.6
1. 修复聊天系统
2. 修复拼点bug
3. 加入声音设置
4. 优化自由选将
___
## v0.1.5
1. 控制他人

View File

@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.16)
project(FreeKill VERSION 0.1.5)
project(FreeKill VERSION 0.1.6)
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="105"
android:versionName="0.1.5">
android:versionCode="106"
android:versionName="0.1.6">
<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.1.5";
version = "0.1.6";
src = self;
buildInputs = with qt6; [