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.3.0 (2025-12-12)
6+
7+ ### Bug Fixes
8+
9+ - Ändere Standard-Hostname von 'localhost' zu '127.0.0.1' in der Hauptfunktion
10+ ([ ` 24c4628 ` ] ( https://github.com/Nero2201/https-login/commit/24c4628d7a4653da7b757c08e4f150948f3be688 ) )
11+
12+ ### Features
13+
14+ - Implementiere IP-Tracking für fehlgeschlagene Anmeldeversuche und blockiere den Zugriff nach 5
15+ Fehlversuchen
16+ ([ ` 7912c45 ` ] ( https://github.com/Nero2201/https-login/commit/7912c4532b1756a71dd471bc34283ec779d993cf ) )
17+
18+
519## v1.2.0 (2025-12-12)
620
721### Features
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.2 .0"
7+ version = " 1.3 .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.2 .0"
2+ __version__ = "1.3 .0"
You can’t perform that action at this time.
0 commit comments