Releases: evereux/flicket
Releases · evereux/flicket
0.3.5
0.3.4
0.3.4
- fixed bug on submitting config changes to a SQLite database. Looking at the
bug fix I don't know why this didn't materialise when using MySQL or PostGres. - bug fix for when User.token_expiration is None when checking token.
- set boolean values to False for config settings on set-up.
0.3.3
0.3.2
- fixed bug when trying to export tickets to csv file.
- updated requirements to later versions of packages which also induced code updates to support them.
If you are migrating from an earlier version please ensure you update your python dependencies using requirements.txt.
0.3.1
changes
- fixed flask-sqlalchemy and sqlalchemy versions as later versions will currently break flicket.
- fixed migration file that could lock the database preventing future migrations.
- minimum python version now 3.10. However, earlier versions may still work.
- updated installation on how to run the development server.
- plotly version updated due to older version being incompatible with python 3.10.