File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v1.1.0 (2025-12-12)
6+
7+ ### Features
8+
9+ - Füge Versionsargument zur Hauptfunktion hinzu und importiere sys
10+ ([ ` 23f9f6b ` ] ( https://github.com/Nero2201/https-login/commit/23f9f6b2f7f2129b4e1f8634237baad1285e3e20 ) )
11+
12+
513## v1.0.0 (2025-12-12)
614
715- Initial Release
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " https-login"
7- version = " 1.0 .0"
7+ version = " 1.1 .0"
88description = " Tiny HTTPS file server (like python -m http.server) with a simple login page and temp self-signed cert."
99readme = " README.md"
1010requires-python = " >=3.9"
Original file line number Diff line number Diff line change 11__all__ = []
2- __version__ = "1.0 .0"
2+ __version__ = "1.1 .0"
You can’t perform that action at this time.
0 commit comments