Skip to content

Commit

Permalink
Release 1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed May 6, 2024
1 parent 5bee6d0 commit 2834c40
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.5](https://github.com/bangbang93/openbmclapi/compare/v1.10.4...v1.10.5)

- 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)

> 26 April 2024
- feat: 使用token rotate [`ad62512`](https://github.com/bangbang93/openbmclapi/commit/ad625123fece214a9d21c70efbd5687eb3fc83c6)
- fix: 当token超时后重新连接ws会使用已过期的token [`d57a159`](https://github.com/bangbang93/openbmclapi/commit/d57a15944451cf34fb9ef3b5b608cc6b6cc9fa6c)
- feat: 调整白名单域名 [`b78095b`](https://github.com/bangbang93/openbmclapi/commit/b78095b5e90ae31d61b1790a79e1502b2213b7ab)
- Release 1.10.4 [`ac2d8de`](https://github.com/bangbang93/openbmclapi/commit/ac2d8de4b6e99ab5b1e0968fa1d51d4a5726904c)

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

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.4",
"version": "1.10.5",
"description": "bmclapi@home",
"bin": "dist/openbmclapi.js",
"private": true,
Expand Down

0 comments on commit 2834c40

Please sign in to comment.