Skip to content

Commit 0813580

Browse files
committed
refactor: reminder modify for policy
1 parent 9fec6da commit 0813580

File tree

11 files changed

+1062
-1031
lines changed

11 files changed

+1062
-1031
lines changed

changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
### [0.1.6] - 2025-09-10
4+
----------------------
5+
6+
#### Added
7+
8+
- Desktop notification reminders with customizable intervals (30min - 4hours)
9+
- Configurable active hours and days for reminders
10+
- Test notification button to verify functionality
11+
- Smart reminder logic that checks task completion status
12+
- 桌面通知提醒,支持自定义间隔(30分钟-4小时)
13+
- 可配置提醒的活动时段和日期
14+
- 测试通知按钮,验证功能是否正常
15+
- 智能提醒逻辑,检查任务完成状态
16+
17+
#### Fixed
18+
19+
- Resolved Microsoft Edge Store policy violation (1.2.2)
20+
- Fixed notification display issues with unique IDs
21+
- 解决Microsoft Edge商店政策违规问题(1.2.2)
22+
- 修复通知显示问题,使用唯一ID避免冲突
323

424
### [0.1.5] - 2025-04-14
525
----------------------

manifest.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Leetcode Mastery Scheduler",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"author": "Hacode",
66
"description": "Leetcode-Mastery-Scheduler tracks your LeetCode progress and prompt you to review based FSRS",
77
"homepage_url": "https://github.com/xiaohajiayou/Leetcode-Mastery-Scheduler",

options.html

Lines changed: 0 additions & 113 deletions
This file was deleted.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Leetcode-Mastery-Scheduler",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "<h1 align=\"center\">\r <img src=\"assets/logo2.png\" style=\"width: 10%;\" />\r <br>\r <B>P</B>ractice <B>M</B>akes <B>C</B>ode <B>A</B>ccepted\r <br>\r </h1>",
55
"main": "src/popup.js",
66
"directories": {

0 commit comments

Comments
 (0)