Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
na-trium-144 committed Jan 10, 2024
1 parent b023e5d commit e640b4a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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でのコンパイルエラーを修正
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Debianなど他のディストリビューションで動作するかはわか
<details open><summary>Ubuntu 22.04, x86_64</summary>

```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
```
Expand All @@ -63,7 +63,7 @@ curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7
<details><summary>Ubuntu 22.04, arm64</summary>

```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
```
Expand All @@ -72,7 +72,7 @@ curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7
<details><summary>Ubuntu 22.04, armhf</summary>

```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
```
Expand All @@ -81,7 +81,7 @@ curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7
<details><summary>Ubuntu 20.04, x86_64</summary>

```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
```
Expand All @@ -90,7 +90,7 @@ curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7
<details><summary>Ubuntu 20.04, arm64</summary>

```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
```
Expand All @@ -99,7 +99,7 @@ curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.7
<details><summary>Ubuntu 20.04, armhf</summary>

```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
```
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>webcface</name>
<version>1.3.1</version>
<version>1.4.0</version>
<description>Web-based RPC &amp; UI Library</description>
<maintainer email="na-trium-144@users.noreply.github.com">na-trium-144</maintainer>
<license>MIT</license>
Expand Down

0 comments on commit e640b4a

Please sign in to comment.