release: v1.1.2
Drop 'made by engelgardt' from the startup banner too — author credit stays in README only. Exe now ships the embedded icon (CI uses --icon assets/icon.ico).
This commit is contained in:
parent
dbb44ca0de
commit
fd2f1dabb9
2 changed files with 6 additions and 1 deletions
|
|
@ -6,6 +6,12 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.1.2] - 2026-05-17
|
||||
### Changed
|
||||
- Dropped the `made by engelgardt` line from the startup banner too — author credit lives in the README only.
|
||||
### Added
|
||||
- Embedded application icon in the exe (via PyInstaller `--icon assets/icon.ico`).
|
||||
|
||||
## [1.1.1] - 2026-05-16
|
||||
### Changed
|
||||
- The persistent header panel no longer prints the `made by engelgardt` line. Author credit moves to the one-off startup banner and the README only — the always-on UI stays tighter.
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@ def main() -> None:
|
|||
|
||||
console = Console(log_path=False)
|
||||
console.print(f"[bold cyan]dhcpsrv v{__version__}[/] - portable laptop-side DHCP server")
|
||||
console.print("[dim]made by engelgardt[/]")
|
||||
console.print()
|
||||
|
||||
check_for_update(console)
|
||||
|
|
|
|||
Loading…
Reference in a new issue