Skip to content

Commit eb30b44

Browse files
author
semantic-release
committed
chore(release): 1.3.0 [skip ci]
1 parent 7912c45 commit eb30b44

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "https-login"
7-
version = "1.2.0"
7+
version = "1.3.0"
88
description = "Tiny HTTPS file server (like python -m http.server) with a simple login page and temp self-signed cert."
99
readme = "README.md"
1010
requires-python = ">=3.9"

src/https_login/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__all__ = []
2-
__version__ = "1.2.0"
2+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)