Skip to content

Commit 8c630c3

Browse files
committed
Update docs
1 parent b90ed8d commit 8c630c3

File tree

13 files changed

+19
-4
lines changed

13 files changed

+19
-4
lines changed

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,14 @@ List of changes of new v0.4 version of ModbusTools:
175175

176176
* Fixed log crash issue #56
177177
* Made support for Python 3.6+ interpreter
178+
179+
# 0.4.6
180+
181+
* Fixed memory leak bug within ModbusLib subproject
182+
* Improve script module import/export
183+
* Add script module import/export for XML format
184+
* Add author attribute to the script module
185+
* Fix multiline Python string issue for ScriptLoop
186+
* Improve Find/Replace dialog: support for escape sequnces,
187+
regular expressions etc
188+
* Updated docs

doc/DoxyfileClient

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = ModbusClient
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 0.4.5
51+
PROJECT_NUMBER = 0.4.6
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

doc/DoxyfileServer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = ModbusServer
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 0.4.5
51+
PROJECT_NUMBER = 0.4.6
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a
-1.18 KB
Loading

doc/input/server/server.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,10 @@ Inputs:
687687
Options:
688688
* `Match case` - match case of the Letter-symbols;
689689
* `Match whole word only` - find only whole words;
690+
* `Escape Sequences` - resolve C-style escape sequnces:
691+
`\0`,`\a`,`\b`,`\f`,`\n`,`\r`,`\t`,`\v`,`\\`,`\xDD`,`\uDDDD`;
692+
* `Regular expression` - use regular expression language (https://perldoc.perl.org/perlre);
693+
* `Loop Search` - continue to search if start/end of document is reached;
690694

691695
Buttons:
692696
* `Find Next` - find forward to next match;

doc/output/ModbusClient.chm

2 Bytes
Binary file not shown.

doc/output/ModbusClient.qch

0 Bytes
Binary file not shown.

doc/output/ModbusClient.qhc

0 Bytes
Binary file not shown.

doc/output/ModbusServer.chm

18 Bytes
Binary file not shown.

doc/output/ModbusServer.qch

4 KB
Binary file not shown.

0 commit comments

Comments
 (0)