Skip to content

Releases: xiaohajiayou/Leetcode-Mastery-Scheduler

LMS-dev-v0.1.4

07 Apr 16:14
Compare
Choose a tag to compare

Added

新增本地 FSRS 算法参数优化,用户可以拟合最适合自己的记忆曲线。(#15

Added local FSRS algorithm parameter optimization, allowing users to fit their own memory curve. (#15)

Fixed

修复了在页面缩放时,rate 按钮消失的问题。(#32

Fixed the issue where the rate button disappeared during page zoom. (#32)

LMS-dev-v0.1.3

02 Apr 15:57
Compare
Choose a tag to compare

[0.1.3] - 2025-04-02

Added

  • Add note writing and export features to enhance the learning experience and allow users to better organize their knowledge (#5)
    新增笔记撰写和导出功能,提升学习体验,帮助用户更好地整理知识(#5

Fixed

  • Fix the issue where LeetCode URLs were incorrectly matched, leading to errors in question identification (#31)
    修复LeetCode URL错误匹配问题,避免题目识别出错(#31

  • Fix the issue where the S value in the FSRS algorithm was not updated due to incorrect matching, ensuring accurate data for training (#27)
    修复因错误匹配导致FSRS算法中S值未更新问题,确保训练数据准确(#27

LMS-dev-v0.1.1

23 Mar 17:38
Compare
Choose a tag to compare

[0.1.1] - 2025-03-24

Fixed

  • Fix the issue where the same question could be rated multiple times within one day on the web version (#21)
    修复网页端同一道题一日内可以多次评分问题(#21

  • Fix the issue where the review status did not refresh immediately after reviewing a question in the popup (#25)
    修复popup复习题目后状态没有立即刷新问题(#25

Added

  • Add review history logging feature to prepare for the integration with FSRS training in the future (#15)
    新增复习记录日志收集,为后续接入fsrs训练做准备(#15

LMS-dev-v0.1.0

16 Mar 14:21
Compare
Choose a tag to compare

[0.1.0] - 2024-03-16

Fixed

  • Integrate official FSRS R calculation interface (#18
    接入fsrs官方R计算接口 (#18

  • Optimize popup speed (#11
    优化popup弹出速度 (#11

Added

  • Add blank card feature, allowing users to create external problems (#13#3)
    新增空白卡片功能,允许用户新建外部题目(其他网站题目或笔试原创题)(#13#3)

v0.0.10 LMS-dev

09 Mar 16:37
Compare
Choose a tag to compare

[0.0.10] - 2024-03-10

Fixed

  • Fix issue with page jump functionality (#8)
    修复页面跳转功能问题 (#8)

  • Resolve icon freezing problem (#9)
    解决图标卡住的问题 (#9)

Added

  • Add feature to customize the position of the "Rate It" button
    新增功能:支持自定义“rate it”按钮的位置