Skip to content

Releases: evereux/flicket

0.3.4

28 Apr 14:21
Compare
Choose a tag to compare

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

22 Feb 14:03
Compare
Choose a tag to compare
  • Removed print statements.
  • Updated queries so sqlalchemy no longer gives warnings about relationships and
    scalar_subquery().
  • Bumped jinja2 requirement to 3.1.3.

0.3.2

14 Nov 14:22
Compare
Choose a tag to compare
  • 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

01 May 11:20
Compare
Choose a tag to compare

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.

v0.3.0

17 Aug 10:33
Compare
Choose a tag to compare
  • Updated python module dependencies due to breakages preventing Flicket from initialising.
  • Dropped usage of the deprecated flask-script in favour of flasks own CLI tool.
  • Unsubscribe user feature was susceptible to CSS. This has been fixed.

0.2.7

30 Nov 12:31
Compare
Choose a tag to compare
  • Fixed Cross Site Scripting security vulnerabilities.