Skip to content

Commit ceaaccd

Browse files
author
wade ~ Pack3tL0ss
committed
🔖 v2025-3.7
- 🐛 Fix menu bug corner case that could ommit entries if last section of page needs to be split - 🩹 Handle SSIDs with spaces in `consolepi-wlanscan`
1 parent b46cf71 commit ceaaccd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.static.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file should not be modified. Static variables/paths used throughout ConsolePi
33
# Versioning = YYYY.Major.Patch/Minor
44
---
5-
CONSOLEPI_VER: 2024-3.6
5+
CONSOLEPI_VER: 2025-3.7
66
INSTALLER_VER: 84
77
CFG_FILE_VER: 11
88
CONFIG_FILE_YAML: /etc/ConsolePi/ConsolePi.yaml

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "consolepi"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
description = 'Acts as a serial Console Server, allowing you to remotely connect to ConsolePi via Telnet/SSH/bluetooth to gain Console Access to devices connected to local or remote ConsolePis via USB to serial adapters (i.e. Switches, Routers, Access Points... anything with a serial port).'
55
readme = "README.md"
66
requires-python = ">=3.8"

0 commit comments

Comments
 (0)