Version 2.1.0
This release implements the ability to set the host name of the web server, so that if you have custom DNS server settings on your wifi router, this program will still be able to work correctly.
Fixed static file sending, so now static files like the CSS template and the favicon and such can be sent properly. Basically old code made had the static folder live somewhere else and now newer code broke that.
Implemented simple runner script to get the project up and running even faster.
Updated project dependencies
What's Changed
- [pip dev] (deps-dev): Bump flake8-bugbear from 23.3.12 to 23.3.23 by @dependabot in #4
- [pip dev] (deps-dev): Bump tox from 4.4.7 to 4.4.8 by @dependabot in #5
- [pip dev] (deps-dev): Bump flake8-pyi from 23.3.0 to 23.3.1 by @dependabot in #6
- [pip dev] (deps-dev): Bump black from 23.1.0 to 23.3.0 by @dependabot in #7
- [pip prod] (deps): Bump pillow from 9.4.0 to 9.5.0 by @dependabot in #8
- [pip dev] (deps-dev): Bump trio-typing[mypy] from 0.7.0 to 0.8.0 by @dependabot in #9
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #10
- [pip dev] (deps-dev): Bump tox from 4.4.8 to 4.4.11 by @dependabot in #11
- [pip dev] (deps-dev): Bump mypy from 1.1.1 to 1.2.0 by @dependabot in #14
- [pip dev] (deps-dev): Bump pytest from 7.2.2 to 7.3.0 by @dependabot in #12
- [pip prod] (deps): Bump quart from 0.18.3 to 0.18.4 by @dependabot in #13
- [pip dev] (deps-dev): Bump pytest from 7.3.0 to 7.3.1 by @dependabot in #15
- [pip dev] (deps-dev): Bump flake8-pyi from 23.3.1 to 23.4.1 by @dependabot in #17
- [pip dev] (deps-dev): Bump tox from 4.4.11 to 4.4.12 by @dependabot in #16
New Contributors
- @pre-commit-ci made their first contribution in #10
Full Changelog: v2.0.0...v2.1.0