• 1.1.0 dbfd1c8b2c

    1.1.0 Stable

    williamp released this 2023-04-16 19:58:35 +00:00 | 0 commits to master since this release

    • logging support
    • clickable links in task descriptions
    • container health check support
    • "created" time now appears in user defined timezone
    • auto initialize database if empty
    • worker now runs using celery and redis instead of apscheduler
    • garbage collection for events older than 1 month
      • runs on the 29th of every month
    • updated dependancies
      • alpine 3.16 --> 3.17
      • python 3.11.0 --> 3.11.2
      • flask 2.2.2 --> 2.2.3
      • markupsafe 2.1.1 --> 2.1.2
      • werkzeug 2.2.2 --> 2.2.3
      • flask-migrate 3.1.0 --> 4.0.4
      • flask-sqlalchemy 3.0.2 --> 3.0.3
      • flask-wtf 1.0.1 --> 1.1.1
      • apscheduler 3.9.1 --> 3.10.1
      • pytz 2022.6 --> 2022.7.1
      • pytest 7.2.0 --> 7.2.2
    Downloads
  • 1.0.1 c2aa010812

    1.0.1 Stable

    williamp released this 2023-03-21 18:10:46 +00:00 | 29 commits to master since this release

    • timezone support
    • settings page
    • gunicorn for production WSGI server
    • now uses port 80 by default
    • background task worker process
    • new favicon
    • now using mysql instead of sqlite
    • various bugfixes
    Downloads
  • 1.0.0 fbb3317693

    1.0.0(MVP) Stable

    williamp released this 2022-11-30 01:58:44 +00:00 | 65 commits to master since this release

    Minimum Viable Product -- it works, just good enough

    Downloads