Changelog: v0.3.6

This commit is contained in:
notify 2023-08-26 07:37:04 +08:00
parent 0657894282
commit edc8d3c33b
6 changed files with 14 additions and 13 deletions

View File

@ -21,9 +21,9 @@ jobs:
#- name: Setup Debug Session
# uses: csexton/debugger-action@master
- name: Install swig, flex, bison
- name: Install swig
run: |
sudo apt-get install -y swig flex bison
sudo apt-get install -y swig
- name: Install Qt for Host
uses: jurplel/install-qt-action@v3

View File

@ -17,10 +17,10 @@ jobs:
with:
submodules: true
- name: Install swig, winflexbison3
- name: Install swig
uses: crazy-max/ghaction-chocolatey@v1
with:
args: install winflexbison3 swig -y
args: install swig -y
- name: Install Qt
uses: jurplel/install-qt-action@v3
@ -32,7 +32,6 @@ jobs:
target: 'desktop'
arch: 'win64_mingw'
modules: 'qtmultimedia qt5compat qtshadertools'
tools: 'tools_openssl_x64'
- name: Disable PCH
shell: bash
@ -47,7 +46,7 @@ jobs:
working-directory: ${{github.workspace}}
env:
CMAKE_PREFIX_PATH: ${{env.Qt6_Dir}}
OPENSSL_ROOT_DIR: ${{github.workspace}}/../Qt/tools/OpenSSL/Win_x64
OPENSSL_ROOT_DIR: /c/Program Files/OpenSSL
run: |
cmake -DCMAKE_BUILD_TYPE=MinSizeRel -G "MinGW Makefiles" -B ${{github.workspace}}/build
@ -100,7 +99,7 @@ jobs:
with:
fallback: 0.0.1
- name: Download APK from build
- name: Download zip from build
uses: actions/download-artifact@v3
with:
name: zip
@ -110,7 +109,7 @@ jobs:
run: |
mv zip/FreeKill-release.7z zip/FreeKill-${{ steps.previoustag.outputs.tag }}.7z
- name: Upload Release APK
- name: Upload Release
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.MY_TOKEN }}

View File

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

View File

@ -79,8 +79,10 @@ GraphicsBox {
onSelectedChanged: {
if (selected) {
virt_name = "$Selected";
root.selected_ids.push(cid);
} else {
virt_name = "";
root.selected_ids.splice(root.selected_ids.indexOf(cid), 1);
}
root.selected_ids = root.selected_ids;
}

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="305"
android:versionName="0.3.5">
android:versionCode="306"
android:versionName="0.3.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

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