-`Flask.session` based authentication. Can be enabled in `config.py`. Password encrypted by `bcrypt`.
-`pass.py` to set password.
- Normal 404 error page.
-`CONTENTS.md` parser. You can navigate between articles.
- Article title parser. The title is now displayed in the title of the page.
- New shitcode. It will be refactored in next versions.
### Changed
-`contents.md` and `home.md` renamed to `CONTENTS.md` and `HOME.md`.
-`native` Pygments theme by default.
- File search algorithm changed. Now the viewing of files nested in folders works.
- The main application code has been moved to the `owl.py` module. The launch point of the application is now also the `owl.py`, and not the `wsgi.py`. It may not be the best architectural solution, but it seems to be the most concise now.