Skip to content

Commit

Permalink
Release 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Sep 21, 2024
1 parent 6dc0170 commit a0d68c1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,23 @@ 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.12.1](https://github.com/bangbang93/openbmclapi/compare/v1.12.0...v1.12.1)

- feat: 回收文件给个完成提示 [`f5299ae`](https://github.com/bangbang93/openbmclapi/commit/f5299ae96649b421a4210496f813e4a4ef3e4053)
- fix: 修正使用shell运行时,ctrl+c优雅下线有概率不生效 [`6dc0170`](https://github.com/bangbang93/openbmclapi/commit/6dc01707340bea863b8da15eebcee330faa5cad0)
- chore: upgrade sync-mirror workflow [`cb762de`](https://github.com/bangbang93/openbmclapi/commit/cb762de4580a96b66fd0a0154399baa100a27e5a)

#### [v1.12.0](https://github.com/bangbang93/openbmclapi/compare/v1.11.0...v1.12.0)

> 19 September 2024
- chore(deps): bump fast-xml-parser from 4.3.4 to 4.4.1 [`#80`](https://github.com/bangbang93/openbmclapi/pull/80)
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 [`#76`](https://github.com/bangbang93/openbmclapi/pull/76)
- chore(deps): bump ws and engine.io-client [`#79`](https://github.com/bangbang93/openbmclapi/pull/79)
- chore(deps): bump express from 4.18.1 to 4.19.2 [`#66`](https://github.com/bangbang93/openbmclapi/pull/66)
- chore: remove pkg [`14543d3`](https://github.com/bangbang93/openbmclapi/commit/14543d36d719868b868d2ac1671657fdccf31ef3)
- feat: 优化异常信息展示 [`cfe0bda`](https://github.com/bangbang93/openbmclapi/commit/cfe0bda60b8a037e2cc6055bad9f2694412e5dab)
- feat: webdav的exists检查给个缓存,减轻alist压力 [`22b72b5`](https://github.com/bangbang93/openbmclapi/commit/22b72b5507236c9ff5cc42a60a0478523bd236c8)
- Release 1.12.0 [`2d14415`](https://github.com/bangbang93/openbmclapi/commit/2d14415f08e1bcceb08f3e5bd15bbd18609f1406)

#### [v1.11.0](https://github.com/bangbang93/openbmclapi/compare/v1.11.0-4...v1.11.0)

Expand Down Expand Up @@ -227,9 +235,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
> 21 February 2024
- feat: 使用token校验,避免在网络中传输secret [`#48`](https://github.com/bangbang93/openbmclapi/pull/48)
- Release 1.8.2 [`5d95ebe`](https://github.com/bangbang93/openbmclapi/commit/5d95ebec76b95615aafbd1952b3881d8db523361)
- Release 1.9.0 [`aeaf935`](https://github.com/bangbang93/openbmclapi/commit/aeaf9359ce94628f5a5db54424f80390a6e1d5b8)
- docs: readme 指向wiki [`b5d2da4`](https://github.com/bangbang93/openbmclapi/commit/b5d2da402363fef4d89f99a1a89ba63b26a761e1)
- feat: windows的tar没有xz [`6e26fb0`](https://github.com/bangbang93/openbmclapi/commit/6e26fb05741a8fa5d430476f687b7f70cc28daec)

#### [v1.8.2](https://github.com/bangbang93/openbmclapi/compare/v1.8.1...v1.8.2)

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

0 comments on commit a0d68c1

Please sign in to comment.