Skip to content

Commit

Permalink
Release 1.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed May 16, 2024
1 parent 7bc0c86 commit 303ca97
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.10.6](https://github.com/bangbang93/openbmclapi/compare/v1.10.5...v1.10.6)

- chore: 国内镜像改用kaniko构建 [`79afa28`](https://github.com/bangbang93/openbmclapi/commit/79afa2877edb522f7a0692875d3a2836a90632ae)
- fix: 同步前检查存储是否可以正常写入,避免无效同步 [`1ff4cb3`](https://github.com/bangbang93/openbmclapi/commit/1ff4cb3dcd88dabd7c37788ddad861f637bac09f)
- fix: 被踹时不要硬退出,改为软重启 [`7bc0c86`](https://github.com/bangbang93/openbmclapi/commit/7bc0c86e64aee73f2ad46dd448fa5e73b2773c0d)

#### [v1.10.5](https://github.com/bangbang93/openbmclapi/compare/v1.10.4...v1.10.5)

> 6 May 2024
- Release 1.10.5 [`2834c40`](https://github.com/bangbang93/openbmclapi/commit/2834c405f17590183590b43a7a1261e588a7850d)
- feat: 按需下载加个锁 [`c5850c2`](https://github.com/bangbang93/openbmclapi/commit/c5850c20e88ae38f76f3c5d74e1b912ff295240f)
- chore: armv7的zstd有问题,先把支持掐了 [`5bee6d0`](https://github.com/bangbang93/openbmclapi/commit/5bee6d03189ea6597064eaa70c9f4bc72d7e19d9)
- chore: add armv7 support [`328c2eb`](https://github.com/bangbang93/openbmclapi/commit/328c2eb431a1f1f0ba7843a3290eb05d920921cc)

#### [v1.10.4](https://github.com/bangbang93/openbmclapi/compare/v1.10.3...v1.10.4)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openbmclapi",
"version": "1.10.5",
"version": "1.10.6",
"description": "bmclapi@home",
"bin": "dist/openbmclapi.js",
"private": true,
Expand Down

0 comments on commit 303ca97

Please sign in to comment.