Skip to content

1.13.9

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Mar 11:17
7ffe52a

v1.13.9 of the Spaced Repetition plugin is out! πŸš€ πŸ—‚οΈ

Added βœ…

  • Added an again button for same day review
    -> It is basically a hard button, which always schedules the card for the same day
  • Added a development news section on the github discussions page
    -> The aim here is to keep the community updated and to allow for better transparency when it comes to the development of this plugin
  • Added postcss for a better development experience
    -> Allows for more decentralized css files, but it will generate one big styles.css again

Updated ♻️

  • Separated delete schedule buttons into 3 more granular delete buttons
    -> Allows to delete card schedules separately from note schedules
  • Updated roadmap
  • Improved the documentation website (only visually so far πŸ˜… )
  • Improved the locale system so that it is easier to add new text

Fixed πŸ› οΈ

  • Fixed that the open cards in note command was broken

New PRs

  • feat: better delete schedule settings section #1418
  • feat: Added an again button for same day review & adjusted some small visual things #1417
  • fix: Fixed that opening cards in a note lead to the plugin crashing sometimes #1416
  • feat: Improved docs & readme #1412
  • feat: Added postcss to improve ui development #1411