Skip to content

Commit e22765b

Browse files
LightLight
authored andcommitted
chore(release): 2.12.0
1 parent 4d27b1d commit e22765b

File tree

8 files changed

+22
-7
lines changed

8 files changed

+22
-7
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.12.0](https://github.com/LightAPIs/Gloria-X/compare/v2.11.2...v2.12.0) (2023-01-26)
6+
7+
8+
### Features
9+
10+
* **settings:** 添加支持可选自定义弹出窗口缩放比例 ([b01f9a3](https://github.com/LightAPIs/Gloria-X/commit/b01f9a3b33cd276c36a1b5365277498634f3462c))
11+
* **task:** 添加支持设置单个任务隐式推送 ([96d2089](https://github.com/LightAPIs/Gloria-X/commit/96d2089bbd470a2c9920bd92f3ed7aaebfa2eb7f)), closes [#6](https://github.com/LightAPIs/Gloria-X/issues/6)
12+
13+
14+
### Bug Fixes
15+
16+
* **notifications:** 修复通知记录页面在某些情况下无法继续滚动加载的问题 ([039488b](https://github.com/LightAPIs/Gloria-X/commit/039488b432655cb3e116d25e6aca63f53399742c))
17+
* **search:** 修正弹出窗口中任务筛选框的样式 ([163c181](https://github.com/LightAPIs/Gloria-X/commit/163c181b12251db5dba6282aa9dafbbf29a0c1a4))
18+
* **settings:** 修正设置页面的图标样式 ([4d27b1d](https://github.com/LightAPIs/Gloria-X/commit/4d27b1d9d5b74928c5d41b3949e4e107f5a9c7f2))
19+
520
### [2.11.2](https://github.com/LightAPIs/Gloria-X/compare/v2.11.1...v2.11.2) (2021-12-13)
621

722

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gloria-x",
3-
"version": "2.11.2",
3+
"version": "2.12.0",
44
"private": true,
55
"description": "extension project",
66
"author": "pana <[email protected]>",

src/manifest/chrome/manifest.development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Gloria-X (Dev)",
44
"description": "__MSG_extensionDescription__",
5-
"version": "2.11.2",
5+
"version": "2.12.0",
66
"author": "pana",
77
"homepage_url": "https://github.com/LightAPIs/gloria-x",
88
"default_locale": "en",

src/manifest/chrome/manifest.production.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Gloria-X",
44
"description": "__MSG_extensionDescription__",
5-
"version": "2.11.2",
5+
"version": "2.12.0",
66
"author": "pana",
77
"homepage_url": "https://github.com/LightAPIs/gloria-x",
88
"default_locale": "en",

src/manifest/edge/manifest.development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Gloria-X (Dev)",
44
"description": "__MSG_extensionDescription__",
5-
"version": "2.11.2",
5+
"version": "2.12.0",
66
"author": "pana",
77
"homepage_url": "https://github.com/LightAPIs/gloria-x",
88
"default_locale": "en",

src/manifest/edge/manifest.production.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Gloria-X",
44
"description": "__MSG_extensionDescription__",
5-
"version": "2.11.2",
5+
"version": "2.12.0",
66
"author": "pana",
77
"homepage_url": "https://github.com/LightAPIs/gloria-x",
88
"default_locale": "en",

src/manifest/firefox/manifest.development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Gloria-X (Dev)",
44
"description": "__MSG_extensionDescription__",
5-
"version": "2.11.2",
5+
"version": "2.12.0",
66
"author": "pana",
77
"homepage_url": "https://github.com/LightAPIs/gloria-x",
88
"default_locale": "en",

src/manifest/firefox/manifest.production.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Gloria-X",
44
"description": "__MSG_extensionDescription__",
5-
"version": "2.11.2",
5+
"version": "2.12.0",
66
"author": "pana",
77
"homepage_url": "https://github.com/LightAPIs/gloria-x",
88
"default_locale": "en",

0 commit comments

Comments
 (0)