Skip to content

Commit 9774318

Browse files
committed
Release: v0.1.1
1 parent 904e44c commit 9774318

File tree

5 files changed

+31
-5
lines changed

5 files changed

+31
-5
lines changed

changelog.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
# Changelog
2+
3+
# Changelog
4+
## [0.1.1] - 2025-03-24
5+
### Fixed
6+
- Fix the issue where the same question could be rated multiple times within one day on the web version (#XX)
7+
修复网页端同一道题一日内可以多次评分问题(#21
8+
9+
- Fix the issue where the review status did not refresh immediately after reviewing a question in the popup (#XX)
10+
修复popup复习题目后状态没有立即刷新问题(#25
11+
12+
### Added
13+
- Add review history logging feature to prepare for the integration with FSRS training in the future (#XX)
14+
新增复习记录日志收集,为后续接入fsrs训练做准备(#15
15+
16+
17+
18+
19+
20+
221
## [0.1.0] - 2024-03-16
322
### Fixed
423
- Integrate official FSRS R calculation interface (#18
@@ -12,6 +31,9 @@
1231
新增空白卡片功能,允许用户新建外部题目(其他网站题目或笔试原创题)(#13#3)
1332

1433

34+
35+
36+
1537
## [0.0.10] - 2024-03-10
1638
### Fixed
1739
- Fix issue with page jump functionality (#8)
@@ -24,6 +46,10 @@
2446
- Add feature to customize the position of the "Rate It" button
2547
新增功能:支持自定义“rate it”按钮的位置
2648

49+
50+
51+
52+
2753
## [0.0.9] - 2025-02-28
2854
### Initial Release
2955
- release Basic functionality of Leetcode-Mastery-Scheduler

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.0",
4+
"version": "0.1.1",
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.0",
3+
"version": "0.1.1",
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
@@ -340,11 +340,11 @@ <h3>Add Review Card</h3>
340340
<small>
341341
<div>
342342
<span class="update-badge">NEW!</span>
343-
新增添加空白卡片功能(洛谷、原创笔试题) / Added blank card feature for Luogu and original interview questions.
343+
新增复习记录本地收集,用于优化 FSRS 参数。 / Add local collection of review records for optimizing FSRS parameters
344344
</div>
345345
<div>
346346
<a target="_blank" href="https://github.com/xiaohajiayou/Leetcode-Mastery-Scheduler/blob/main/changelog.md">
347-
View full changelog now(V0.1.0)
347+
View full changelog now(V0.1.1)
348348
</a>
349349
</div>
350350
</small>

0 commit comments

Comments
 (0)