Skip to content

Commit 1ea01bd

Browse files
committed
docs(bbcode): Update bbcode files
1 parent b395a0e commit 1ea01bd

File tree

2 files changed

+50
-22
lines changed

2 files changed

+50
-22
lines changed

Docs/README.egosoft

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If the [b]diff.xsd[/b] file if it located in the "current" folder it will be use
2525
There is a command line help for the [b]XMLDiff[/b] tool:
2626

2727
[code=shell]
28-
XMLDiff 0.2.15
28+
XMLDiff 0.2.18
2929
Developed by Chem O`Dun
3030

3131
-o, --original_xml Required. Path to the original XML file or directory.
@@ -36,9 +36,9 @@ Developed by Chem O`Dun
3636

3737
-x, --xsd Path to the diff.xsd schema file.
3838

39-
-l, --log-to-file (Default: false) Log to a file.
39+
-l, --log-to-file Log level (error, warn, info, debug).
4040

41-
-a, --append-to-log (Default: false) Append logs to the existing log file.
41+
-a, --append-to-log (Default: false) Append logs to the existing log file.
4242

4343
--only-full-path (Default: false) Generate only full path.
4444

@@ -137,24 +137,24 @@ Example:
137137
There is a command line help for the [b]XMLPatch[/b] tool:
138138

139139
[code=shell]
140-
XMLPatch 0.2.15
140+
XMLPatch 0.2.18
141141
Developed by Chem O`Dun
142142

143-
-o, --original_xml Required. Path to the original XML file or directory.
143+
-o, --original_xml Required. Path to the original XML file or directory.
144144

145-
-d, --diff_xml Required. Path to the diff XML file or directory.
145+
-d, --diff_xml Required. Path to the diff XML file or directory.
146146

147-
-u, --output_xml Required. Path for the output XML file or directory.
147+
-u, --output_xml Required. Path for the output XML file or directory.
148148

149-
-x, --xsd Path to the diff.xsd schema file.
149+
-x, --xsd Path to the diff.xsd schema file.
150150

151-
-l, --log-to-file (Default: false) Log to a file.
151+
-l, --log-to-file Log level (error, warn, info, debug).
152152

153153
-a, --append-to-log (Default: false) Append logs to the existing log file.
154154

155-
--help Display this help screen.
155+
--help Display this help screen.
156156

157-
--version Display version information.
157+
--version Display version information.
158158
[/code]
159159

160160
Example:
@@ -258,6 +258,20 @@ There is a MIT license for this tool. You can find it in the [url=https://github
258258

259259
[size=130][u]Changelog[/u][/size]
260260

261+
[size=125][u][0.2.19] - 2025-02-27[/u][/size]
262+
[list]
263+
[*] Fixed
264+
[list]
265+
[*] XMLDiff: wrong attribute selection for the path
266+
[*] XMLDiff: fixed issue with not applied --append-to-log option
267+
[*] XMLDiff: fixed issue with wrong changed attributes count detection
268+
[*] XMLDiff: fixed usage or remove/add instead of replace for elements
269+
[/list]
270+
[*] Improved
271+
[list]
272+
[*] Both utilities: --log-to-file option now requires a log level (error, warn, info, debug) as a parameter
273+
[/list]
274+
[/list]
261275
[size=125][u][0.2.17] - 2025-02-25[/u][/size]
262276
[list]
263277
[*] Fixed

Docs/README.nexus

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If the [b]diff.xsd[/b] file if it located in the "current" folder it will be use
2525
There is a command line help for the [b]XMLDiff[/b] tool:
2626

2727
[code]
28-
XMLDiff 0.2.15
28+
XMLDiff 0.2.18
2929
Developed by Chem O`Dun
3030

3131
-o, --original_xml Required. Path to the original XML file or directory.
@@ -36,9 +36,9 @@ Developed by Chem O`Dun
3636

3737
-x, --xsd Path to the diff.xsd schema file.
3838

39-
-l, --log-to-file (Default: false) Log to a file.
39+
-l, --log-to-file Log level (error, warn, info, debug).
4040

41-
-a, --append-to-log (Default: false) Append logs to the existing log file.
41+
-a, --append-to-log (Default: false) Append logs to the existing log file.
4242

4343
--only-full-path (Default: false) Generate only full path.
4444

@@ -137,24 +137,24 @@ Example:
137137
There is a command line help for the [b]XMLPatch[/b] tool:
138138

139139
[code]
140-
XMLPatch 0.2.15
140+
XMLPatch 0.2.18
141141
Developed by Chem O`Dun
142142

143-
-o, --original_xml Required. Path to the original XML file or directory.
143+
-o, --original_xml Required. Path to the original XML file or directory.
144144

145-
-d, --diff_xml Required. Path to the diff XML file or directory.
145+
-d, --diff_xml Required. Path to the diff XML file or directory.
146146

147-
-u, --output_xml Required. Path for the output XML file or directory.
147+
-u, --output_xml Required. Path for the output XML file or directory.
148148

149-
-x, --xsd Path to the diff.xsd schema file.
149+
-x, --xsd Path to the diff.xsd schema file.
150150

151-
-l, --log-to-file (Default: false) Log to a file.
151+
-l, --log-to-file Log level (error, warn, info, debug).
152152

153153
-a, --append-to-log (Default: false) Append logs to the existing log file.
154154

155-
--help Display this help screen.
155+
--help Display this help screen.
156156

157-
--version Display version information.
157+
--version Display version information.
158158
[/code]
159159

160160
Example:
@@ -258,6 +258,20 @@ There is a MIT license for this tool. You can find it in the [url=https://github
258258

259259
[size=3][u][b]Changelog[/b][/u][/size]
260260

261+
[size=3][u][i][0.2.19] - 2025-02-27[/i][/u][/size]
262+
[list]
263+
[*] Fixed
264+
[list]
265+
[*] XMLDiff: wrong attribute selection for the path
266+
[*] XMLDiff: fixed issue with not applied --append-to-log option
267+
[*] XMLDiff: fixed issue with wrong changed attributes count detection
268+
[*] XMLDiff: fixed usage or remove/add instead of replace for elements
269+
[/list]
270+
[*] Improved
271+
[list]
272+
[*] Both utilities: --log-to-file option now requires a log level (error, warn, info, debug) as a parameter
273+
[/list]
274+
[/list]
261275
[size=3][u][i][0.2.17] - 2025-02-25[/i][/u][/size]
262276
[list]
263277
[*] Fixed

0 commit comments

Comments
 (0)