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.
- Make trial period customizable (#98)
- Set auto_Sync to True by default (#99)
- Make product price as Float (#100)
- Implement subscription model from stripe for Saas application (#101)
- Migrate to Django 4.2+ (#71)
- Add boolean to store if private key has been saved and verified (#91)
- Bump django from 4.1.8 to 4.1.9 (#85)
- Fix crash settings if debug false (#86)
- Apply auto_sync settings for all accounts instead of individual one (#81)
- Log config for easier deployment (#83)
- Settings autosync fails (#80)
- Registration returing 204 instead of 201 (#82)
- Fix broken links to swagger and redoc (#68)
- Security updates (#67)
- Allow SQLite for data storage (#49)
- Update dependencies (#52)
- Fix broken password/reset/confirm API (#60)
- Django Security update (#46)
- Initial data model
- REST API to fetch data models
- Admin interface for data handling.
- Home page with logo and redirection to app.seven23.io
- Implement Swagger and redoc.
- Export
docs
folder on readthedocs.