Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Nov 23:59
· 6 commits to main since this release

Changelog

  • beba30f Add clsr edit card command
  • a25a4dd Add truncated question to clsr list cards output
  • 8d11107 Allow user to edit card from study view
  • 942a8b1 Avoid double printing errors, and printing usage when unnecessary
  • f80df3a Error out when args are passed to commands that don't take args
  • 7314cf1 Introduce --data-directory flag
  • e7d2b95 Make list_*.go filenames plural rather than singular
  • 1aa4273 Make some minor improvements
  • 3668498 Move views package to internal/views
  • a9ddf19 Randomize order of cards when studying
  • 63db890 Remove some unused code
  • 2ceee0b Replace instances of simpletable with tabwriter
  • 2982cd1 Set card.Modified in models.EditCardViaEditor
  • 146ae6a Update README.md
  • adaebc1 Update deprecated rand.Seed() code
  • e6217fb Update indirect dependencies
  • 330e59f Upgrade dependencies