Conversation
Updates the requirements on [weasyprint](https://github.com/Kozea/WeasyPrint) to permit the latest version. - [Release notes](https://github.com/Kozea/WeasyPrint/releases) - [Changelog](https://github.com/Kozea/WeasyPrint/blob/main/docs/changelog.rst) - [Commits](Kozea/WeasyPrint@v68.1...v69.0) --- updated-dependencies: - dependency-name: weasyprint dependency-version: '69.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [coverage](https://github.com/coveragepy/coveragepy) to permit the latest version. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.14.0...7.14.1) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…te-69.0 deps: update weasyprint requirement from >=68.1 to >=69.0
…-7.14.1 deps: update coverage requirement from >=7.14.0 to >=7.14.1
Updates the requirements on [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@25.3.0...26.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Implements three feature requests: - #209 Fuel discount: optional discount-per-unit on fuel logs. When the total cost isn't entered it's computed as volume * (price - discount), matching the amount actually paid with a loyalty discount. - #204 Notes: freeform per-vehicle notes with a date and optional odometer reading, for recording things that don't fit fuel/expenses/maintenance (e.g. a DPF regeneration). Full CRUD with a menu-visibility toggle. - #208 Mileage allowance: track allowance income received for business use. Totals offset a vehicle's running costs; the dashboard and vehicle detail page surface the allowance and resulting net cost. Full CRUD with a menu-visibility toggle. Adds Flask-Migrate migrations for the new column and tables (idempotent, following the existing defensive pattern) and test coverage for all three.
…-26.0.0 deps: update gunicorn requirement from >=25.3.0 to >=26.0.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's Changed
New Features
Dependency Updates
>=68.1→>=69.0(deps: update weasyprint requirement from >=68.1 to >=69.0 #205)>=7.14.0→>=7.14.1(deps: update coverage requirement from >=7.14.0 to >=7.14.1 #206)>=25.3.0→>=26.0.0(deps: update gunicorn requirement from >=25.3.0 to >=26.0.0 #207)Notes