Skip to content

Releases: travipross/fuel-logger

v1.2.1

27 Apr 17:02
Compare
Choose a tag to compare

1.2.1 (2024-04-27)

Bug Fixes

  • db: Update engine config in alembic migrations (cacb2bd)

v1.2.0

09 Oct 16:56
5a98af2
Compare
Choose a tag to compare

1.2.0 (2023-10-09)

Bug Fixes

  • Add missing dependencies (315dc27)
  • Add missing is_favourite field to vehicle schema (09f3add)
  • add version constraint to flask (15dcb4f)
  • Pin werkzeug to <3 (34755b4)
  • Return error response when no favourite is found (f18a6d4)

Features

  • Add /me route for user identification (d6dbd3b)
  • Add CORS support (92b6f3b)
  • Support setting fav vehicle via API (20141b3)

v1.1.7

01 Jun 17:58
1acf91e
Compare
Choose a tag to compare

1.1.7 (2023-06-01)

Bug Fixes

  • Remove vehicle_id from garage url and instead use logged in user (5f27e64)

v1.1.6

01 Jun 15:28
04e843a
Compare
Choose a tag to compare

1.1.6 (2023-06-01)

Bug Fixes

  • move away from legacy sqlalchemy query API in all API paths (9a2727d)
  • move away from legacy sqlalchemy query API in all other locations in project (436b816)
  • move away from legacy sqlalchemy query API in all rendered views (c7c5239)
  • sort imports throughout project (54b1de3)

v1.1.5

01 Jun 13:12
6e0c24c
Compare
Choose a tag to compare

1.1.5 (2023-06-01)

Bug Fixes

  • Only allow users to set their own favourite vehicle (cf1c98f)

v1.1.4

01 Jun 03:48
d87d77e
Compare
Choose a tag to compare

1.1.4 (2023-06-01)

Bug Fixes

  • Accept POST requests for logout (e33ecaa)

v1.1.3

31 May 15:51
f889bee
Compare
Choose a tag to compare

1.1.3 (2023-05-31)

Bug Fixes

  • Add 403 error handler (767ac2a)
  • Protect fuel logs views with authentication (0af4f1b)
  • redirect and flash error when faililng to commit bulk upload to db (6f7e1a4)
  • Remove unnecessary check (1ad10ab)

v1.1.2

31 May 04:16
73cd4a4
Compare
Choose a tag to compare

1.1.2 (2023-05-31)

Bug Fixes

  • Add id and vehicle_id to empty stats dataframe returned by vehicle model during error (2ff756c)
  • Allow datetime or string representation for timestamp column when bulk uploading from dataframe (a32adb1)
  • change repr for Fillup model to be more predictable (918e162)
  • Remove flash from vehciles model method (9feafa3)

v1.1.1

30 May 19:18
03cc04b
Compare
Choose a tag to compare

1.1.1 (2023-05-30)

Bug Fixes

  • Abort vehicle lookup if user not found (f404b96)

v1.1.0

30 May 16:49
91477ea
Compare
Choose a tag to compare

1.1.0 (2023-05-30)

Bug Fixes

  • Remove name from base template (6223c92)
  • Update pandas command in Vehicles model method for computing stats (cce9c84)
  • Update sqlalchemy paginate statement to use kwargs (e108dbe)

Features

  • Add User model method to return favourite vehicle (5ef7681)