============= - UI Changes: Added Text to show more of 'Create' button functionality. Issue 37
0.3
=========== - moved the path of htpasswd. - ensure that the htpasswd entry would be read from absolute path. - fixing the path variable mismatch on CLI arguments.
0.3alpha4
================== - Added base authentication for administrative views. - Added a default htpasswd to go along with it - default user: admin, default pass: admin. - Fixing tests logic.
0.3alpha3
================== - Ensure that if a directory exists on creation, it would redirect to the creation path. - Removing all javascript components used for creation and removal. Those seems to be failing on different browsers. Will need to revisit it soon.
0.3alpha2
================== - Introduced a new search_path method to cater for case-insensitive paths and appended tests for it. - Ensure inupypi_server binary file generated would would as it should. - Bump up all the package related files version numbers.
0.3alpha1
================== - Major revamp in the code to reduce the loading time. - Introduction of flask-themes in favour of custom handling themes. - Better if not more test converage.