diff --git a/README.md b/README.md index bc9f092..a92130a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# pyShelf 0.2.0 +# pyShelf 0.2.1

A simple terminal based ebook server

@@ -44,6 +44,11 @@ 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.1 +* UX + * Began implementing search functionality + * Switched to Postgresql as a default to enable better search functionality within Django, and speed up response time on queries. + ## 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.