Skip to content

Latest commit

 

History

History
105 lines (77 loc) · 7.78 KB

version.md

File metadata and controls

105 lines (77 loc) · 7.78 KB

English | 日本語

Version & Updates

Rules of version numbering

A version number is assigned, such as vX.Y.Z. This number is managed in appendix/latest_version.txt. In addition, Git/GitHub tag/release and Docker Hub tag number.

Each version number is updated according to the following rules.

  • Major version (X):
    • Introduction of new features in the core technology of Hakoniwa
    • Major changes in usage, etc.
  • Minor version (Y):
    • Update of Hakoniwa asset technology (repositories)
    • Major feature fixes
    • New features in the simulator core, etc.
  • Revision (Z):
    • Minor fixes, bug fixes, etc.
    • Documentation updates, etc.

Update History

You can check the version information of Hakoniwa assets in utils/check_assets_version.bash.

v1.4.0 @ 2022/10/06

  • Readme in english by @urashima0429 in #37
  • enable the operation on linux/docker env with Unity Editor by @takasehideki in #38
  • follow the latest instruction to install docker by @takasehideki in #39

Full Changelog: https://github.com/toppers/hakoniwa-single_robot/compare/v1.3.1...v1.4.0

v1.3.1 @ 2022/05/14

  • improve README to make it easier to copy command by @takasehideki in #36
  • No change in Hakoniwa assets and version (commit hash) from v1.3.0

Full Changelog: https://github.com/toppers/hakoniwa-single_robot/compare/v1.3.0...v1.3.1

v1.3.0 @ 2022/05/09

  • add troubleshooting. by @s-hosoai in #31
  • change operation for Docker containers by @takasehideki in #32
  • change Dockerfile for athrill-target-v850e2m sub-module by @mitsut in #33
  • specify version on git clone by @takasehideki in #34
  • change PATH to athrill2 command to follow the latest changes of athrill-target-v850e2m by @takasehideki in #35

Full Changelog: https://github.com/toppers/hakoniwa-single_robot/compare/v1.2.1...v1.3.0

v1.2.1 @ 2021/10/18

v1.2.0 @ 2021/09/09

v1.1.0 @ 2021/05/29

  • シミュレーション実行時の操作方法の変更 #18 #19
    • ターミナルBでは start-athrill.bash の実行は不要
    • 制御プログラムの修正方法とシミュレーション再実行の方法の記載 e3dd74b
  • ./run-proxy.bash での [bt] オプションの有効化 #20
  • 操作時に自動生成されるファイルの除外 #21
  • *.bash への実行権限の付与 543dfbe
  • 箱庭アセットとバージョン(commit hash)情報:変更なし

v1.0.0 @ 2021/05/26