All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add different style for long tables on mobile/tablet
- Fix Remove wishlist button wrong width
- Move error messages to above table for wish- and playlist
- Move css to correct path
- Icon due to license issues
- Add purchase price to form and table
- Add calculated columns Cost Per Hour and X Rating to Table
- Add genre to wishlist table
- Raise exceptions if run in debug mode instead of showing error message
- Use best practice and switch to explicit db connections
- Move creating tables to models.py
- Unused file query.py
- Use function to get data from database and use connection_context
- Use connection_context fo creating/checking tables
- Add CHANGELOG.md file
- Add upload feature to import
- Add CSRF protection to all forms
- Use Flask-WTF for all forms
- Add CSRF protection to all forms
- Use correct validation
- Fix forms not cleared after submission
- Remove SQLAlchemy usage
- Removed support to import file from disk
- Add venv support
- Initial version