Changelog: v0.3.11

This commit is contained in:
notify 2023-10-27 23:17:16 +08:00
parent 68f088e076
commit 85c3217ecf
4 changed files with 11 additions and 5 deletions

View File

@ -2,6 +2,12 @@
___
## v0.3.11
没什么大变化,都是优化
___
## v0.3.10
1. 修录像时间为负数bug

View File

@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.16)
project(FreeKill VERSION 0.3.10)
project(FreeKill VERSION 0.3.11)
add_definitions(-DFK_VERSION=\"${CMAKE_PROJECT_VERSION}\")
find_package(Qt6 REQUIRED COMPONENTS

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="310"
android:versionName="0.3.10">
android:versionCode="311"
android:versionName="0.3.11">
<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

@ -291,9 +291,9 @@ FreeKill使用的是libgit2的C API与此同时使用Git完成拓展包的下
["Resume"] = "继续",
["Bulletin Info"] = [==[
## v0.3.10
## v0.3.11
bug
]==],
}