Skip to content

Commit

Permalink
Release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Dec 5, 2024
1 parent fbe9bec commit 50e3d92
Show file tree
Hide file tree
Showing 22 changed files with 100 additions and 28 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ jobs:

env:
artifact_name: build_android
STOREPASS: ${{secrets.STOREPASS}}
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOSL_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install
RabbitCommon_VERSION: v2.2.6
RabbitCommon_VERSION: v2.3.0
VCPKGGITCOMMITID: 59aeb8fe8fe1c980de6bd5ba634cf21024522d81
ANDROID_ABI: ${{matrix.ANDROID_ABI}}
ANDROID_PLATFORM: android-35
Expand Down Expand Up @@ -112,6 +111,10 @@ jobs:

- name: build RabbitCommon
working-directory: ${{github.workspace}}/build
env:
QT_ANDROID_KEYSTORE_PATH: ${{env.SOURCE_DIR}}/RabbitCommon/RabbitCommon.keystore
QT_ANDROID_KEYSTORE_ALIAS: rabbitcommon
QT_ANDROID_KEYSTORE_STORE_PASS: ${{secrets.STOREPASS}}
run: |
echo "ls ${Qt6_DIR}/.."
ls ${Qt6_DIR}/..
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: build
env:
artifact_path: artifact_path
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RabbitCommon_VERSION: v2.2.6
RabbitCommon_VERSION_PRE: v2.2.5
RabbitCommon_VERSION: v2.3.0
RabbitCommon_VERSION_PRE: v2.2.6

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
TOOSL_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install_doxygen
DOXYGEN_VERSION: 1.9.8
RabbitCommon_VERSION: v2.2.6
RabbitCommon_VERSION: v2.3.0
artifact_name: build_doxygen

# Map the job outputs to step outputs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
INSTALL_DIR: ${{github.workspace}}/.cache/install
qt_modules: ${{matrix.qt_modules}}
VCPKGGITCOMMITID: 59aeb8fe8fe1c980de6bd5ba634cf21024522d81
RabbitCommon_VERSION: v2.2.6
RabbitCommon_VERSION: v2.3.0
artifact_name: build_macos

# Map the job outputs to step outputs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}\.cache\source
TOOSL_DIR: ${{github.workspace}}\.cache\tools
INSTALL_DIR: ${{github.workspace}}\.cache\install
RabbitCommon_VERSION: v2.2.6
RabbitCommon_VERSION: v2.3.0
artifact_name: build_mingw
CMAKE_GENERATOR: "MinGW Makefiles"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
CMAKE_GENERATOR: "Visual Studio 17 2022"
VCPKG_PLATFORM_TOOLSET: ${{matrix.VCPKG_PLATFORM_TOOLSET}}
CMAKE_GENERATOR_PLATFORM: ${{matrix.CMAKE_GENERATOR_PLATFORM}}
RabbitCommon_VERSION: v2.2.6
RabbitCommon_VERSION: v2.3.0
VCPKGGITCOMMITID: 59aeb8fe8fe1c980de6bd5ba634cf21024522d81
qt_modules: ${{matrix.qt_modules}}
artifact_name: build_msvc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOSL_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install_qmake
RabbitCommon_VERSION: 2.2.6
RabbitCommon_VERSION: 2.3.0

steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
SOURCE_DIR: ${{github.workspace}}/.cache/source
TOOSL_DIR: ${{github.workspace}}/.cache/tools
INSTALL_DIR: ${{github.workspace}}/.cache/install_ubuntu
RabbitCommon_VERSION: 2.2.6
RabbitCommon_VERSION: 2.3.0
artifact_name: build_ubuntu

# Map the job outputs to step outputs
Expand Down
2 changes: 1 addition & 1 deletion App/App.pro
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ isEmpty(RabbitCommon_VERSION) {
}
}
isEmpty(RabbitCommon_VERSION){
RabbitCommon_VERSION="2.2.6"
RabbitCommon_VERSION="2.3.0"
}
message("RabbitCommon_VERSION:$$RabbitCommon_VERSION")
DEFINES += RabbitCommon_VERSION=\"\\\"$$quote($$RabbitCommon_VERSION)\\\"\"
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ endif()

# 参见:
# 语义化版本: https://semver.org/lang/zh-CN/
SET(RabbitCommon_VERSION "2.2.6")
SET(RabbitCommon_VERSION "2.3.0")
# Find Git Version Patch
IF(EXISTS "${CMAKE_SOURCE_DIR}/.git")
if(NOT GIT)
Expand Down
2 changes: 1 addition & 1 deletion FileBrowser/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package="org.KangLinStudio.FileBrowser"
android:installLocation="auto"
android:versionCode="0"
android:versionName="2.2.6">
android:versionName="2.3.0">
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down
2 changes: 1 addition & 1 deletion MimeTypeBrowser/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package="org.KangLinStudio.MimeTypeBrowser"
android:installLocation="auto"
android:versionCode="0"
android:versionName="2.2.6">
android:versionName="2.3.0">
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ See: [FrmUpdater.h](Src/FrmUpdater/FrmUpdater.h)
<?xml version="1.0" encoding="UTF-8"?>
<REDIRECT>
<VERSION>v2.2.6</VERSION>
<VERSION>v2.3.0</VERSION>
<WINDOWS>
<URL>url</URL>
</WINDOWS>
Expand Down
2 changes: 1 addition & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ Qt因为版权原因,没有提供openssl动态库,所以必须自己复制op

<?xml version="1.0" encoding="UTF-8"?>
<REDIRECT>
<VERSION>v2.2.6</VERSION>
<VERSION>v2.3.0</VERSION>
<WINDOWS>
<URL>url</URL>
</WINDOWS>
Expand Down
2 changes: 1 addition & 1 deletion Src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ include(CMakeDependentOption)
include(${CMAKE_CURRENT_SOURCE_DIR}/../cmake/RabbitCommonUtils.cmake)
include(${CMAKE_CURRENT_SOURCE_DIR}/../cmake/Download.cmake)

SET(RabbitCommon_VERSION "2.2.6")
SET(RabbitCommon_VERSION "2.3.0")
SET(RABBITCOMMON_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/..)
GET_VERSION(SOURCE_DIR ${RABBITCOMMON_SOURCE_DIR}
OUT_VERSION RabbitCommon_VERSION
Expand Down
2 changes: 1 addition & 1 deletion Src/Src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ isEmpty(RabbitCommon_VERSION) {
}
}
isEmpty(RabbitCommon_VERSION){
RabbitCommon_VERSION="2.2.6"
RabbitCommon_VERSION="2.3.0"
}
message("RabbitCommon RabbitCommon_VERSION:$$RabbitCommon_VERSION; RabbitCommon_REVISION:$$RabbitCommon_REVISION")
DEFINES += RabbitCommon_VERSION=\"\\\"$$quote($$RabbitCommon_VERSION)\\\"\" RabbitCommon_REVISION=\"\\\"$$quote($$RabbitCommon_REVISION)\\\"\"
Expand Down
2 changes: 1 addition & 1 deletion Update/update.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"redirect": [
{
"version":"2.2.6"
"version":"2.3.0"
}
]
}
2 changes: 1 addition & 1 deletion Update/update.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<REDIRECT>
<VERSION>v2.2.6</VERSION>
<VERSION>v2.3.0</VERSION>
</REDIRECT>
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 作者:康林<[email protected]>

#TODO: Change version
version: 'v2.2.6.{build}'
version: "v2.3.0.{build}"

environment:
STOREPASS:
Expand All @@ -10,7 +10,7 @@ environment:
secure: EoBPaPuJ6u9UDYpQWjKhUg==
QT_PASSWORD:
secure: ejAYGgB+3sBispRxUSr0xw==
RabbitCommon_VERSION: "v2.2.6"
RabbitCommon_VERSION: "v2.3.0"

matrix:
##### msvc 2015 ########
Expand Down
77 changes: 73 additions & 4 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,75 @@
rabbitcommon (2.2.6) unstable; urgency=medium
rabbitcommon (2.3.0) unstable; urgency=medium

* Use installed cmark in linux
* Modify debian package
* CI: modify android.yml
* Modify complie error

Check failure on line 4 in debian/changelog

View workflow job for this annotation

GitHub Actions / Check for spelling errors

complie ==> compile, complice, complied

Check failure on line 4 in debian/changelog

View workflow job for this annotation

GitHub Actions / Check for spelling errors

complie ==> compile, complice, complied
* Modify input
* FileBrowser: add mime type
* Use Q_FUNC_INFO
* Modify translations
* FileBrowser: modify undo
* FileBrowser: add path line edit box
* Updater: fix git version
* Modify RabbitCommon_Dir to RabbitCommon_ROOT
* Add document-edit.svg icon
* Fix log handler bug
* Add CTools::HasRootRights()
* Log: modify snap
* Modify icon theme
* vcpkg: add cmark in vcpkg.json
* Fix: build fail
* Icon: add network
* Add icon list-add and list-remove
* Add icon remove.svg
* Update information
* Log: modify AppDir
* Modify translations
* About: add icon theme
* debian: remove webengine
* About: modify qt library informations

Check failure on line 28 in debian/changelog

View workflow job for this annotation

GitHub Actions / Check for spelling errors

informations ==> information

Check failure on line 28 in debian/changelog

View workflow job for this annotation

GitHub Actions / Check for spelling errors

informations ==> information
* About: remove webengine
* About: add enum string
* Log: modify initial value in log configure file
* Modify typo
* Add multimedia icon
* CoreDump: rename Core to CoreDump
* Fix typo
* Log: Add watch log configure changed
* Add stack trace
* Modify information
* Tools: modify Init()
* Core: show core dialog
* Core: dump to log file in windows
* CI: modify ubuntu.yml
* Log: modify CLog
* Log: add StackWalker to print stack trace
* CI: modify android.yml
* Log: fix build error
* Print stack trace for android
* Modify print stack trace configure
* Add openssl version
* FileBrower: modify clicked in android
* CMake: modify windows application version information
* Add print stack trace
* FIX: log configure file in android
* Tools: add ShowWidget
* FileBrowser: add undo
* FileBrowser: add android
* Add file browser application
* Add CFileBrowser
* Modify log
* CI: update actions/upload-artifact to v4
* Modify open log file
* Modify snap/snapcraft.yaml
* CMake: modify cmark
* About: Fix null pointer
* Modify log
* About: Add environment in about dialog
* Modify snapcraft.yml
* Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#3)
* About: add log
* Fix log file name bug
* Modify snap/snapcraft.yaml
* CoreDump: add comment
* CMake: remoe cmake/Qt5CorePatches.cmake

-- Kang Lin <[email protected]> Wed, 19 Jun 2024 15:09:58 +0800
-- Kang Lin <[email protected]> Thu, 05 Dec 2024 16:14:47 +0800
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Snapcraft.yaml schema: https://snapcraft.io/docs/snapcraft-yaml-schema
name: rabbitcommon # you probably want to 'snapcraft register <name>'
base: core22 # the base snap is the execution environment for this snap
version: '2.0.6' # just for humans, typically '1.2+git' or '1.3.2'
version: '2.3.0'
license: GPL-3.0+
contact: [email protected]
donation:
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rabbitcommon",
"version-string": "2.2.6",
"version-string": "2.3.0",
"license": "GPL-3.0",
"homepage": "https://github.com/KangLin/RabbitCommon",

Expand Down

0 comments on commit 50e3d92

Please sign in to comment.