Skip to content

Commit afce976

Browse files
committed
Release: v0.1.2
1 parent 3aed63d commit afce976

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

33
# Changelog
4+
## [0.1.2] - 2025-04-01
5+
### Fixed
6+
- incorrect state judgment && error lastreview time (#27)
7+
错误的状态判断以及错误的上次复习时间 (#27)
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
19+
20+
421
## [0.1.1] - 2025-03-24
522
### Fixed
623
- Fix the issue where the same question could be rated multiple times within one day on the web version (#XX)

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

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