Change LogΒΆ

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.

[1.5.1] - 2024-02-04ΒΆ

πŸ› Bug FixesΒΆ

  • Check email syntax on update request (#17)

[1.5.0] - 2024-01-02ΒΆ

✨ Feature¢

  • 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)

πŸ”’ SecurityΒΆ

  • Migrate to Django 4.2+ (#71)

[1.4.0] - 2023-06-19ΒΆ

πŸ›  ImprovementsΒΆ

  • Add boolean to store if private key has been saved and verified (#91)

[1.3.1] - 2023-05-10ΒΆ

πŸ”’ SecurityΒΆ

  • Bump django from 4.1.8 to 4.1.9 (#85)

πŸ› Bug FixesΒΆ

  • Fix crash settings if debug false (#86)

[1.3.0] - 2023-05-09ΒΆ

πŸ›  ImprovementsΒΆ

  • Apply auto_sync settings for all accounts instead of individual one (#81)

  • Log config for easier deployment (#83)

πŸ› Bug FixesΒΆ

  • Settings autosync fails (#80)

  • Registration returing 204 instead of 201 (#82)

[1.2.0] - 2023-04-24ΒΆ

✨ Feature¢

  • Publish docker image (#69)

  • Improve self-hosted experience (#66)

πŸ“š DocumentationΒΆ

  • Fix broken links to swagger and redoc (#68)

πŸ”’ SecurityΒΆ

  • Security updates (#67)

[1.1.0] - 2022-12-13ΒΆ

✨ Feature¢

  • Allow SQLite for data storage (#49)

πŸ”’ SecurityΒΆ

  • Update dependencies (#52)

πŸ› Bug FixesΒΆ

  • Fix broken password/reset/confirm API (#60)

πŸ— ChoreΒΆ

  • Migrate Continous Integration from travis-ci to Github actions (#40)

  • Run within Docker (#48)

[1.0.1] - 2022-04-07ΒΆ

πŸ”’ SecurityΒΆ

  • Django Security update (#46)

[1.0.0] - 2022-06-08ΒΆ

✨ Feature¢

  • Initial data model

  • REST API to fetch data models

  • Admin interface for data handling.

  • Home page with logo and redirection to app.seven23.io

πŸ“š DocumentationΒΆ

  • Implement Swagger and redoc.

  • Export docs folder on readthedocs.