mirror of
https://github.com/Yvee1/hascard.git
synced 2024-11-22 04:33:06 +03:00
Bump version to 0.5.0.3
This commit is contained in:
parent
401540435b
commit
5c82df87dc
@ -1,4 +1,11 @@
|
||||
# Changelog for hascard
|
||||
## 0.5.0.3
|
||||
New:
|
||||
- Improved `hascard import` functionality: delimiters can be specified via CLI options (fixes issue #17).
|
||||
|
||||
Fixed bug:
|
||||
- Removed redundant newline after header
|
||||
|
||||
## 0.5.0.2
|
||||
New:
|
||||
- Setting for changing case sensitivity of open questions. Default behaviour is case sensitive, which was also the functionality before this setting was added.
|
||||
|
@ -1,5 +1,5 @@
|
||||
# hascard
|
||||
[![Build Status](https://travis-ci.org/Yvee1/hascard.svg?branch=master)](https://travis-ci.org/Yvee1/hascard) [![GitHub tag](https://img.shields.io/github/tag/Yvee1/hascard.svg)](https://github.com/Yvee1/hascard/releases) [![AUR](https://img.shields.io/aur/version/hascard)](https://aur.archlinux.org/packages/hascard/) [![Hackage](https://img.shields.io/hackage/v/hascard.svg)](https://hackage.haskell.org/package/hascard)
|
||||
[![Build Status]()](https://github.com/Yvee1/hascard/actions/workflows/build.yml/badge.svg) [![GitHub tag](https://img.shields.io/github/tag/Yvee1/hascard.svg)](https://github.com/Yvee1/hascard/releases) [![AUR](https://img.shields.io/aur/version/hascard)](https://aur.archlinux.org/packages/hascard/) [![Hackage](https://img.shields.io/hackage/v/hascard.svg)](https://hackage.haskell.org/package/hascard)
|
||||
|
||||
|
||||
|
||||
@ -64,7 +64,7 @@ The CLI provides two commands, `run` and `import`. The `hascard run` is essentia
|
||||
As an example, say you have a file `deck.txt` with lots of cards in it and you want to review 5 random ones, you can use `hascard run deck -s -a 5`. Here `-s` shuffles the deck and `-a 5` specifies we only want to look at 5 of them. For more info, see `hascard run --help`.
|
||||
|
||||
#### Importing decks
|
||||
If you have decks in a different format, you might want to convert them into files compatible with hascard. Currently tab-seperated files can be converted to definition or open question cards. For example [Quizlet](https://quizlet.com/) decks can be exported to this format. As an example, the following file
|
||||
If you have decks in a different format, you might want to convert them into files compatible with hascard. Currently, delimited text files can be converted to definition or open question cards. For example [Quizlet](https://quizlet.com/) decks can be exported to this format. As an example, the following file
|
||||
```
|
||||
aussi ook
|
||||
en outre, de plus bovendien
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: hascard
|
||||
version: 0.5.0.2
|
||||
version: 0.5.0.3
|
||||
github: "Yvee1/hascard"
|
||||
license: BSD3
|
||||
author: "Steven van den Broek"
|
||||
|
Loading…
Reference in New Issue
Block a user