Skip to content

Releases: st3v3nmw/obsidian-spaced-repetition

1.9.2

01 Jan 21:08
bd84510
Compare
Choose a tag to compare

Changed

  • Update flashcards image formats
  • Move wiki to GitHub pages
  • Update docs
  • Make documentation translatable

Fixed

  • Prevent regex from matching to last --- in file (deliriouserror94)
  • Make flashcard text selectable

1.9.1

12 Dec 16:51
f2cd2ee
Compare
Choose a tag to compare

Bug Fixes:

  • Fix extra note review panes being added (@AB1908)

1.9.0

12 Dec 14:02
53d3201
Compare
Choose a tag to compare

Hey y'all, version 1.9.0 is out 🥳!
Many thanks to everyone who contributed!

Functionality:

Bug Fixes:

  • Replace crlf to lf on card parse (@jasonho1308)
  • Fix card back button UI/UX

QoL Improvements:

  • Added new setting to collapse/expand subdecks (@MostlyArmless)
  • Set the flashcard's font size as user editor (@edvardchen)
  • Make the note review pane optional (@AB1908)

Translations:

  • Add Brazilian Portuguese Translation (@Helaxious)
  • Update Simplified Chinese Translation (@zyl-lizi)
  • Add Traditional Chinese Translation (@emisjerry)

House Keeping:

  • Update dependencies
  • Revert to npm over yarn

1.8.0

24 Jul 11:07
Compare
Choose a tag to compare

Hello y'all 👋🏾. Here's a release that has been long overdue.
Many thanks to everyone who contributed!

Functionality:

  • Add "ogg" as supported audio file format (@sabarrett)
  • Add customizable review buttons (@AB1908)

Bug Fixes:

  • Fix side pane breakage with Obisidian v0.15.4 (@AB1908)
  • Handle code fences better (@zcysxy)

QoL Improvements:

Translations:

  • Translation to Korean/한국어 (@ksundong)
  • Update Simplified Chinese translations (@11-check-it-out)
  • Fixed mistakes in Russian translation (@ytatichno)
  • Check that localization entries are consistent across all files

1.7.2

21 Feb 09:21
Compare
Choose a tag to compare

Bug Fixes:

  • Fix textInterval calculations
  • Fix tag override

Translations:

1.7.1

02 Jan 12:04
Compare
Choose a tag to compare

Bug Fixes:

  • Fix overriding tags when tags are used as separators for multiline cards
  • Use more accurate calculations when converting intervals to text

1.7.0

01 Jan 12:22
Compare
Choose a tag to compare

Hello y'all 👋🏾. Here's a release that has been long overdue.
Many thanks to everyone who contributed!

Functionality:

  • Support for audio & video in flashcards (@careilly)
  • Support note transclusion in flashcards (@joelmeyerhamme)
  • Cramming flashcards (@EthanHarv)

Bug Fixes:

  • Fix YAMLParse bug in statistics
  • Fix first time random card selection
  • HTML comments from other plugins cause the creation of some cards to be left out (@andrewcrook)
  • Correct notes(s) to note(s) in en.ts lang file (@Trikzon)
  • Change Eases x-axis from DAYS to EASES (@asdia0)

QoL Improvements:

  • Filter statistics by date range
  • Fix collapsed/expanded states when redrawing the sidebar (@erichalldev)
  • Zoom on image on click (@rgruenewald)
  • Changing interpolate to an optional arg of t (@LouisStAmour)

Translations:

1.6.2

29 Aug 17:20
Compare
Choose a tag to compare

Functionality:

  • Optional **bolded text** to clozes conversion
  • Statistics on intervals, eases, & card types
  • Command to review flashcards from one note only

Bug Fixes:

  • Fix bug where notes in 'New' were not included in review queue (multiple review queues)
  • Roll back caching to fix stale cached data, & reduce overhead required to keep it up to date

QoL Improvements:

  • New Icon (thanks to @TfTHacker)
  • "Open File" link in flashcards review now opens the notes in the background for later edit (thanks to @TfTHacker)
  • Better calculation of initial ease for flashcards

1.6.1

19 Aug 15:31
09e08ae
Compare
Choose a tag to compare

Functionality:

  • Multiple note review queues (thanks to @erichalldev)
  • Ability to hide some folders from the plugin (thanks to @aviskase)

Bug Fixes:

  • Override saving on same line if flashcard ends with codeblock
  • Refresh stats before loading statistics modal

QoL Improvements:

  • Add option to clear cache

1.6.0

08 Aug 09:33
Compare
Choose a tag to compare

Functionality:

  • Single-line reversed cards (front::back & back:::front cards are added)
  • Multi-line reversed cards (front??back & back??front cards are added)
  • Ability to ignore flashcards for a while by wrapping them in HTML comments

Bug Fixes:

  • Blank lines in code blocks are now supported
  • Fixed saving of some settings options

QoL improvements:

  • Caching of scheduling information (should drastically reduce processing time)