Compare commits

..

10 Commits

Author SHA1 Message Date
pdxlocations
68578b534a hide help on small screens 2025-08-22 14:39:43 -07:00
pdxlocations
27b0ca7482 allow smaller windows 2025-08-22 12:17:34 -07:00
pdxlocations
d939561e2d refactor 2025-08-22 11:29:30 -07:00
pdxlocations
9ab3c4dbf9 Bonus, redraw settings when new line in packetlog 2025-08-21 23:15:45 -07:00
pdxlocations
d79b751599 fix packet log crash 2025-08-21 23:05:27 -07:00
pdxlocations
0a00e08431 fix single-pane crash 2025-08-21 22:45:56 -07:00
pdxlocations
f2627e0ed4 focus arrows fix 2025-08-21 00:18:53 -07:00
pdxlocations
a3f0232641 fix save check 2025-08-21 00:05:06 -07:00
pdxlocations
3987c183d8 shift focus on message send 2025-08-20 23:54:36 -07:00
pdxlocations
fcb1a42ef2 init 2025-08-20 23:49:17 -07:00
2 changed files with 1 additions and 5 deletions

View File

@@ -32,10 +32,6 @@ All messages will saved in a SQLite DB and restored upon relaunch of the app. Y
By navigating to Settings -> App Settings, you may customize your UI's icons, colors, and more!
For smaller displays you may wish to enable `single_pane_mode`:
<img width="486" height="194" alt="Screenshot 2025-08-22 at 11 15 54PM" src="https://github.com/user-attachments/assets/447c5d30-0850-4a4f-b0d4-976e4c5e329d" />
## Commands
- `↑→↓←` = Navigate around the UI.

View File

@@ -1,6 +1,6 @@
[project]
name = "contact"
version = "1.4.0"
version = "1.3.17"
description = "This Python curses client for Meshtastic is a terminal-based client designed to manage device settings, enable mesh chat communication, and handle configuration backups and restores."
authors = [
{name = "Ben Lipsey",email = "ben@pdxlocations.com"}