Releases: travipross/fuel-logger
Releases · travipross/fuel-logger
v1.2.1
1.2.1 (2024-04-27)
Bug Fixes
- db: Update engine config in alembic migrations (cacb2bd)
v1.2.0
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
1.1.7 (2023-06-01)
Bug Fixes
- Remove vehicle_id from garage url and instead use logged in user (5f27e64)
v1.1.6
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
1.1.5 (2023-06-01)
Bug Fixes
- Only allow users to set their own favourite vehicle (cf1c98f)
v1.1.4
1.1.4 (2023-06-01)
Bug Fixes
- Accept POST requests for logout (e33ecaa)
v1.1.3
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
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
1.1.1 (2023-05-30)
Bug Fixes
- Abort vehicle lookup if user not found (f404b96)
v1.1.0
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)