Skip to content

Latest commit

 

History

History
110 lines (47 loc) · 2.58 KB

changelog.md

File metadata and controls

110 lines (47 loc) · 2.58 KB

Changelog

[0.1.4] - 2025-04-08


Added

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

Fixed

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

[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)

[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 (#XX) 修复网页端同一道题一日内可以多次评分问题(#21)

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

Added

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

[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)

[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”按钮的位置

[0.0.9] - 2025-02-28

Initial Release

  • release Basic functionality of Leetcode-Mastery-Scheduler
    发布Leetcode-Mastery-Scheduler 的基础功能