Skip to content

Commit

Permalink
feat: 版本更新至 beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
enncy committed Mar 15, 2022
1 parent f9cf10f commit cc63a07
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# [3.0.0-beta.6](https://github.com/enncy/online-course-script/compare/3.0.0-beta.5...3.0.0-beta.6) (2022-03-15)


### Features

* **app | script:** 新增 script/browser 端的面板显示,替换之前的油猴头部信息加载模式,添加app主进程端的脚本调用 ([f9cf10f](https://github.com/enncy/online-course-script/commit/f9cf10f6757a45d520c1c2ff5532bceaa9298f07))
* **web:** 添加文件关闭编辑功能,取消页面所有动画效果,删除'关于'页面,新增'帮助'一栏。 ([1f4d4ad](https://github.com/enncy/online-course-script/commit/1f4d4ad7da78d97282524dd9325fc9c4ac1468f5))



# 3.0.0-beta.4 (2022-03-08)

### Bug Fixes

- **package.json:** fix dependency security ([948662a](https://github.com/enncy/online-course-script/commit/948662a580aab60a3ff70c64111aa36c40b5a4ce))
- **web:** 优化侧边栏: 优化文件列表头部,优化文件列表搜索 ([84acc62](https://github.com/enncy/online-course-script/commit/84acc62870db173211165408c8fe665df556ebf0))

### Features

- add glup ([15c0015](https://github.com/enncy/online-course-script/commit/15c0015141f4104888813dda905fc723843f66ca))
- **all:** 添加终端显示,添加脚本执行,添加文件属性 ([cf5dc9a](https://github.com/enncy/online-course-script/commit/cf5dc9a2d17057c5ac2db7df43e9e2a5b26e664f))
- **app and web:** 添加文件夹管理,添加右键菜单,初始化设置和关于页面 ([24930ad](https://github.com/enncy/online-course-script/commit/24930ad1e32508e227fb36b7008fb2981438cbb7))
- **app and web:** add elctron-builder in app , init page view in web ([fe60df6](https://github.com/enncy/online-course-script/commit/fe60df65dfeed1607ab89a941fc6b6eb627132fc))
- **init:** init project ([0675ac6](https://github.com/enncy/online-course-script/commit/0675ac6a631e8946a52e7e4e655b28faee8248d4))
- **packages:** init packages : web app scripts ([24e5386](https://github.com/enncy/online-course-script/commit/24e5386ec86dec33cc696fda6b5956785e2c1359))
- **script|web|app:** add commander line support, and update web view ([35efb39](https://github.com/enncy/online-course-script/commit/35efb39f34e4dc0d4e4914516f95d0ff467f8f37))
- **script:** add cx and zhs login ([8d69e16](https://github.com/enncy/online-course-script/commit/8d69e166fd73cf2ae2d700aa772b78159efbdeaa))
- **script:** change folder name, and add browser script ([c540500](https://github.com/enncy/online-course-script/commit/c540500b0cef50e7c2944d3ea6331e93c3e00e52))
- **scripts-tempaermonkey:** add tempermonkey support, update browser export ([456af02](https://github.com/enncy/online-course-script/commit/456af0250ff33fada0930f01270d1e147f27e2f7))
- **scripts/cx:** add new login : phone-code login ([494e523](https://github.com/enncy/online-course-script/commit/494e523ffda8ddf5c9320be5861b42234fab4d91))
- **scripts:** 修改 package.json , 调整登录 api ([614c628](https://github.com/enncy/online-course-script/commit/614c628a749bc6dd4e1556fd9fbdb026c82d6937))
- **scripts:** add script package ([6f03fb4](https://github.com/enncy/online-course-script/commit/6f03fb4d3545f02f8ccfeb14fa7b5d8169c15348))
- **test and cx login:** update tests README.md and add new login way of cx : phone-code-login ([ab46a1d](https://github.com/enncy/online-course-script/commit/ab46a1df98c73351518847a629ddaeb7f51a2d4d))
- **web:** 添加文件解析,使用懒加载进行文件的显示 ([0da0f02](https://github.com/enncy/online-course-script/commit/0da0f024741191ce408354ffc148c83dc7bea4f3))
- **web:** 添加文件拖拽,文件搜索功能 ([fb1b7c9](https://github.com/enncy/online-course-script/commit/fb1b7c93c1679e484769362724c2818c68898145))
- **web:** 添加重命名功能,添加目录展开记录保存,添加帮助页面 ([0b90cc2](https://github.com/enncy/online-course-script/commit/0b90cc20d33c21b406b7d6426df812aed03eec1c))
- **web:** 文件编辑,文件拓展 ([9f2f4fb](https://github.com/enncy/online-course-script/commit/9f2f4fb6b4fd37b7526239bacf45135ff5874cbc))
- **web:** 支持文件(夹)拖拽放置,文件(夹)的创建,删除 ([705cc21](https://github.com/enncy/online-course-script/commit/705cc210bf382a3a92962f03526366edc0e18398))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ocsjs",
"version": "3.0.0-beta.5",
"version": "3.0.0-beta.6",
"description": "ocs - online course script 在线网络课程辅助工具",
"main": "./dist/index.js",
"types": "./packages/scripts/lib/src/index.d.ts",
Expand Down

0 comments on commit cc63a07

Please sign in to comment.