Skip to content

Commit 5dcb2be

Browse files
committed
Release: v0.1.4
1 parent 984fbe3 commit 5dcb2be

File tree

6 files changed

+52
-17
lines changed

6 files changed

+52
-17
lines changed

README.md

+17-12
Original file line numberDiff line numberDiff line change
@@ -83,24 +83,29 @@
8383
| url添加自定义卡片 | ✅ 已完成 | 用于记录面试手撕题、其他刷题网站用户暂时替代方案 |
8484
| 提供笔记功能 | ✅ 已完成 | 题目列表中新增笔记按钮,支持导出所有笔记为Markdown |
8585
| 收集Anki fsrs 训练数据 | ✅ 已完成 | 待用于测试fsrs官方端口训练 |
86-
| 接入Anki fsrs官方训练端口 | ❌ 待完成 | 待评估可行性(用户可拟合出最适合自己的记忆曲线) |
86+
| 接入Anki fsrs官方训练端口 | ✅ 已完成 | 目前仅支持本地复习记录训练(云同步用户可能存在影响) |
87+
| 扩展webdev云同步服务 | ❌ 待完成 | 待接入坚果云 |
88+
| 支持语言切换 | ❌ 待完成 | 待完成 |
8789
| 不同网站题目数据源切换 | ❌ 待完成 | 待完成(目前仅支持力扣国际站和中国站,待兼容洛谷等) |
8890
| 兼容火狐 | ❌ 待完成 | 待完成 |
8991
| 兼容`ctrl + enter` | ❌ 待完成 | 目前优先级较低 |
9092

9193

9294
# 📝 Next Steps
93-
| Task/Feature | Status | Notes |
94-
|-----------------------|------------|------------------------------------|
95-
| Multi-device data cloud sync | ✅ Completed | Edge, Chrome |
96-
| Monitor reminder | ✅ Completed | bilibili, youtube |
97-
| URL add LeetCode problems | ✅ Completed | For brushing questions with IDE, dedicated to working position entertainment |
98-
| URL add custom cards | ✅ Completed | For recording interview hand-torn problems, alternative solution for other question brushing websites |
99-
| Provide note-taking feature | ✅ Completed | Add note button in question list, support exporting all notes as Markdown |
100-
| Collect Anki fsrs training data | ✅ Completed | Pending for testing fsrs official port training |
101-
| Integrate Anki fsrs official training port | ❌ Pending | To be assessed for feasibility (users can fit their own optimal memory curve) |
102-
| Switch between different website question data sources | ❌ Pending | To be completed (currently only supports LeetCode international and Chinese stations, to be compatible with Luogu, etc.) |
103-
| Compatibility with Firefox | ❌ Pending | To be completed |
95+
| Task/Feature | Status | Remarks |
96+
|----------------------------|-----------|----------------------------------------------|
97+
| Multi-device cloud sync | ✳️ Completed | Edge, Chrome |
98+
| Monitoring reminders | ✳️ Completed | bilibili, youtube |
99+
| Add LeetCode URL | ✳️ Completed | For IDE coding practice, perfect for working |
100+
| Add custom card URL | ✳️ Completed | For recording interview problems, alternative for other coding websites |
101+
| Provide note-taking feature | ✳️ Completed | Add note button in problem list, support exporting all notes to Markdown |
102+
| Collect Anki FSRS training data | ✳️ Completed | To be used for testing FSRS official training endpoint |
103+
| Integrate Anki FSRS official training endpoint | ✳️ Completed | Currently supports training with local review records (may affect cloud sync users) |
104+
| Expand webdev cloud sync service | ❌ Pending | To be integrated with Nutstore |
105+
| Support language switching | ❌ Pending | Pending completion |
106+
| Switch data sources for different websites | ❌ Pending | Pending completion (currently only supports LeetCode international and Chinese sites, to be compatible with Luogu, etc.) |
107+
| Compatibility with Firefox | ❌ Pending | Pending completion |
108+
| Compatibility with `ctrl + enter` | ❌ Pending | Lower priority for now |
104109

105110

106111

changelog.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
4+
5+
## [0.1.4] - 2025-04-08
6+
----------------------
7+
8+
### Added
9+
10+
* 新增本地 FSRS 算法参数优化,用户可以拟合最适合自己的记忆曲线。(#15
11+
12+
13+
### Fixed
14+
15+
* 修复了在页面缩放时,rate 按钮消失的问题。(#32
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
30+
31+
32+
333
## [0.1.3] - 2025-04-02
434

535
### Added

manifest.base.json

+1-1
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.3",
4+
"version": "0.1.4",
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",

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Leetcode-Mastery-Scheduler",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
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": {

popup.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -357,11 +357,11 @@ <h3>Add Review Card</h3>
357357
<small>
358358
<div>
359359
<span class="update-badge">NEW!</span>
360-
新增笔记撰写和导出功能。 / Add note writing and export features
360+
支持通过复习记录优化fsrs算法参数。 / Support Optimize FSRS parameters.
361361
</div>
362362
<div>
363363
<a target="_blank" href="https://github.com/xiaohajiayou/Leetcode-Mastery-Scheduler/blob/main/changelog.md">
364-
View full changelog now(V0.1.3)
364+
View full changelog now(V0.1.4)
365365
</a>
366366
</div>
367367
</small>

0 commit comments

Comments
 (0)