Add printer discovery and self-update; v0.2.1

- Find… button lists serial ports and paired Bluetooth devices (bluetoothctl
  on Linux, PnP device properties on Windows) and fills in the connection
- Startup check against the releases API; update bar with Update now /
  Release notes / Later / Skip this version; manual check via the version
  link. Standalone builds download the new executable and replace
  themselves via a small handoff script, then relaunch
- README: connection setup and updater notes
This commit is contained in:
Gracious
2026-09-21 08:59:05 +01:00
parent e3628719c5
commit 6f6aaca1bf
3 changed files with 333 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "niimprint"
version = "0.1.0"
version = "0.2.1"
description = ""
authors = []