Skip to content

Commit 4899e96

Browse files
committed
prepare for release (waiting for bugs ...)
1 parent 00ad314 commit 4899e96

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

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

55
[project]
66
name = "meshcore-cli"
7-
version = "1.2.14"
7+
version = "1.3.0"
88
authors = [
99
{ name="Florent de Lamotte", email="[email protected]" },
1010
]

src/meshcore_cli/meshcore_cli.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from meshcore import MeshCore, EventType, logger
3333

3434
# Version
35-
VERSION = "v1.2.14"
35+
VERSION = "v1.3.0"
3636

3737
# default ble address is stored in a config file
3838
MCCLI_CONFIG_DIR = str(Path.home()) + "/.config/meshcore/"
@@ -3252,8 +3252,8 @@ def get_help_for (cmdname, context="line") :
32523252
The scope command can be used from command line or interactive mode to set the region in which flood packets will be transmitted.
32533253
32543254
Managing Flood Scope in interactive mode
3255-
Flood scope has recently been introduced in meshcore (from v1.10.0). It limits the scope of packets to regions, using transport codes in the frame.
3256-
When entering chat mode, scope will be reset to *, meaning classic flood.
3255+
Flood scope has recently been introduced in meshcore (from v1.10.0). It limits the scope of packets to regions, using transport codes in the frame.
3256+
When entering chat mode, scope will be reset to *, meaning classic flood.
32573257
You can switch scope using the scope command, or postfixing the to command with %<scope>.
32583258
Scope can also be applied to a command using % before the scope name. For instance login%#Morbihan will limit diffusion of the login command (which is usually sent flood to get the path to a repeater) to the #Morbihan region.""")
32593259

0 commit comments

Comments
 (0)