Skip to content

Commit bb2438c

Browse files
committed
Update docs
1 parent ed979cd commit bb2438c

File tree

11 files changed

+13
-5
lines changed

11 files changed

+13
-5
lines changed

.github/workflows/publish-docker-image.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Publish Docker image
22

33
on:
44
push:
5-
branches:
6-
- main
75
tags:
86
- "v*"
97
workflow_dispatch:

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,13 @@ List of changes of new v0.4 version of ModbusTools:
122122
* `R1R0R3R2`
123123
* `R2R3R0R1`
124124
* Updated `System settings` dialog windows
125+
126+
# 0.4.1
127+
128+
* Added 'LoopPeriod' setting for server script execution
129+
* Improved script editor and its settings
130+
* Added support for IEC 61131-3 Hex item address notation
131+
* Added support for broadcast mode for `0` unit
132+
* Imroved 'SendMessage' dialog
133+
* Added docker support (by Mattia De Vivo): https://hub.docker.com/repository/docker/serhmarch/modbustools
134+
* 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 =
51+
PROJECT_NUMBER = 0.4.1
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 =
51+
PROJECT_NUMBER = 0.4.1
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/output/ModbusClient.chm

454 Bytes
Binary file not shown.

doc/output/ModbusClient.qch

4 KB
Binary file not shown.

doc/output/ModbusClient.qhc

0 Bytes
Binary file not shown.

doc/output/ModbusServer.chm

9.98 KB
Binary file not shown.

doc/output/ModbusServer.qch

4 KB
Binary file not shown.

doc/output/ModbusServer.qhc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)