Skip to content

Releases: adamkpickering/clsr

v0.2.0

10 Nov 23:59
Compare
Choose a tag to compare

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

v0.1.1

04 Mar 14:03
Compare
Choose a tag to compare

Changelog

  • debc303 Add --version flag
  • 90cb0e3 Tidy modules and update cobra and tcell

v0.1.0

22 Feb 00:56
Compare
Choose a tag to compare

Changelog

  • b33786d Allow filtering by active decks in clsr list decks
  • 69237b0 Add active field to deck
  • bc3c32b Do not count inactive cards as due

v0.0.2

13 Feb 22:18
Compare
Choose a tag to compare

Changelog

  • 9d20ccd Improve behavior around EDITOR on Windows

v0.0.1

09 Feb 22:56
Compare
Choose a tag to compare

Changelog

  • af19adc Fix issue that caused cards to have same ID
  • 680d77e Update README.md

v0.0.0

04 Feb 01:30
Compare
Choose a tag to compare

Changelog

Initial release.