Skip to content

Commit

Permalink
feat: add subject caching, improve question reading system (#60)
Browse files Browse the repository at this point in the history
User can download subject in cache using hebikani --download
User can use kanji reading on vocabulary, the answers will be set as inexact as opposed to incorrect.
  • Loading branch information
ajite authored Oct 17, 2023
1 parent 901073d commit 0a5b294
Show file tree
Hide file tree
Showing 11 changed files with 1,271 additions and 339 deletions.
646 changes: 323 additions & 323 deletions CHANGELOG.md

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ To start a review session in hard mode with audio and a limited number of review
hebikani reviews --hard --autoplay --limit 10
Download all the subjects in local:

.. code-block:: bash
hebikani download
You may use the same command to update the database. It should only download the differences.

DEVELOPMENT
-----------
This project uses `Poetry <https://python-poetry.org/docs/>`_.
Expand Down
29 changes: 29 additions & 0 deletions ascii.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
                             'lrrl'                            
                             >QQQQ>                            
                             >QQQQ>                            
                             >0QQ0>                            
                             >0QQ0>                            
                             >0QQ0>                            
                             >0QQ0>                            
                             >0QQ0>                            
                             >0QQ0>                            
                             >0QQ0>                            
                             >0QQ0>                            
                             >0QQ0>                            
                             >0QQ0>                            
                             >0QQ0>                            
                             >0QQ0>                            
                             >0QQ0>                            
                             >0QQ0>                            
                             >0QQ0>                            
                             >0QQ0>                            
                             >0QQ0>                            
                             >0QQ0>                            
                             >0QQ0>                            
                             >0QQ0>                            
                             >0QQ0>                            
                             >0QQ0>                            
                             >0QQ0>                            
                             >QQQQ>                            
                             >QQQQ>                            
                             'lrrl'                             
2 changes: 1 addition & 1 deletion hebikani/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.3"
__version__ = "1.6.4"
Loading

0 comments on commit 0a5b294

Please sign in to comment.