Preparing to release 0.2.0

This commit is contained in:
Mike Young
2019-11-29 22:19:48 -05:00
parent 4950c8f9d6
commit 78dbf2f2df
13 changed files with 24 additions and 604 deletions

10
README.md vendored
View File

@@ -1,4 +1,4 @@
# pyShelf 0.1.0
# pyShelf 0.2.0
<p align="center"><b>A simple terminal based ebook server</b></p>
<a href="https://asciinema.org/a/M739CljirFAf9nzeNyNO0113a" target="_blank"><img src="https://asciinema.org/a/M739CljirFAf9nzeNyNO0113a.svg" /></a>
@@ -44,6 +44,14 @@ Currently pyShelf will recursively scan your collection, extract and store some
Django has been implemented to power the frontend experience, and web based database maintenance. The first steps of which are included in this commit. Also the book database has been switched over to reflect this. A properly configured web server is required for hosting the frontend, configuration of which is outside of the scope of this readme. Running via the Django test server might be possible, albeit not recomended.
## New in 0.2.0
* UI
* The UI has moved closer to what I have envisioned for this project, however more features and changes will be coming as needed to both the form and function.
* UX
* Results have now been limited to 20 per page. Currently this is hardcoded in however in the future it will be user definable.
* Previous page & next page buttons have been implemented, and are working.
## In Progress
* UI/UX tweaks, including making the book display responsive. and not so ugly.