From e640b4a57bb2a46ed0974eefab5799099ceabc5d Mon Sep 17 00:00:00 2001 From: na-trium-144 <100704180+na-trium-144@users.noreply.github.com> Date: Wed, 10 Jan 2024 12:28:07 +0900 Subject: [PATCH] 1.4.0 --- CHANGELOG.md | 9 +++++++++ CMakeLists.txt | 2 +- Doxyfile | 2 +- README.md | 12 ++++++------ package.xml | 2 +- 5 files changed, 18 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf826de9c..ba42294f14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.4.0] - 2023-01-10 +### Added +* RobotModel, Canvas3Dの送受信機能追加 (#162) +### Changed +* MinGWのビルドでもdllにバージョン情報が追加されるようにした (#166) +* webcface-serverとexampleにもバージョン情報追加 +* dllのファイル名にsoversionを追加 (webcface.dll → webcface3.dll, libwebcface.dll → libwebcface3.dll) +* crowを crowcpp/crow のmasterブランチに変更 (#163) + ## [1.3.1] - 2023-12-30 ### Changed * clang17でのコンパイルエラーを修正 diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d504403f8..63ad312778 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12) project(webcface LANGUAGES CXX - VERSION 1.3.1 + VERSION 1.4.0 HOMEPAGE_URL "https://github.com/na-trium-144/webcface" DESCRIPTION "Web-based RPC & UI Library" ) diff --git a/Doxyfile b/Doxyfile index 2352d07855..07cfbeaa51 100644 --- a/Doxyfile +++ b/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = "WebCFace" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "1.3.1" +PROJECT_NUMBER = "1.4.0" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/README.md b/README.md index 2867f7b668..a2dac151c0 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Debianなど他のディストリビューションで動作するかはわか
Ubuntu 22.04, x86_64 ```sh -curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.3.1/webcface_1.3.1-ubuntu22.04_amd64.deb +curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.4.0/webcface_1.4.0-ubuntu22.04_amd64.deb curl -LO https://github.com/na-trium-144/webcface-webui/releases/download/v1.1.0/webcface-webui_1.1.0_all.deb curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7/webcface-tools_1.1.7-ubuntu22.04_amd64.deb ``` @@ -63,7 +63,7 @@ curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7
Ubuntu 22.04, arm64 ```sh -curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.3.1/webcface_1.3.1-ubuntu22.04_arm64.deb +curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.4.0/webcface_1.4.0-ubuntu22.04_arm64.deb curl -LO https://github.com/na-trium-144/webcface-webui/releases/download/v1.1.0/webcface-webui_1.1.0_all.deb curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7/webcface-tools_1.1.7-ubuntu22.04_arm64.deb ``` @@ -72,7 +72,7 @@ curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7
Ubuntu 22.04, armhf ```sh -curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.3.1/webcface_1.3.1-ubuntu22.04_armhf.deb +curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.4.0/webcface_1.4.0-ubuntu22.04_armhf.deb curl -LO https://github.com/na-trium-144/webcface-webui/releases/download/v1.1.0/webcface-webui_1.1.0_all.deb curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7/webcface-tools_1.1.7-ubuntu22.04_armhf.deb ``` @@ -81,7 +81,7 @@ curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7
Ubuntu 20.04, x86_64 ```sh -curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.3.1/webcface_1.3.1-ubuntu20.04_amd64.deb +curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.4.0/webcface_1.4.0-ubuntu20.04_amd64.deb curl -LO https://github.com/na-trium-144/webcface-webui/releases/download/v1.1.0/webcface-webui_1.1.0_all.deb curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7/webcface-tools_1.1.7-ubuntu20.04_amd64.deb ``` @@ -90,7 +90,7 @@ curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7
Ubuntu 20.04, arm64 ```sh -curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.3.1/webcface_1.3.1-ubuntu20.04_arm64.deb +curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.4.0/webcface_1.4.0-ubuntu20.04_arm64.deb curl -LO https://github.com/na-trium-144/webcface-webui/releases/download/v1.1.0/webcface-webui_1.1.0_all.deb curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7/webcface-tools_1.1.7-ubuntu20.04_arm64.deb ``` @@ -99,7 +99,7 @@ curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7
Ubuntu 20.04, armhf ```sh -curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.3.1/webcface_1.3.1-ubuntu20.04_armhf.deb +curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.4.0/webcface_1.4.0-ubuntu20.04_armhf.deb curl -LO https://github.com/na-trium-144/webcface-webui/releases/download/v1.1.0/webcface-webui_1.1.0_all.deb curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7/webcface-tools_1.1.7-ubuntu20.04_armhf.deb ``` diff --git a/package.xml b/package.xml index d37246548c..68850ce349 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ webcface - 1.3.1 + 1.4.0 Web-based RPC & UI Library na-trium-144 MIT