File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed
Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -6,21 +6,32 @@ mqttwarn changelog
66in progress
77===========
88
9- - Fix job sorting by priority after migration to Python 3
10-
119
12- 2022-08-22 0.29.1
10+ 2022-10-05 0.30.0
1311=================
1412
15- - Improve documentation about logging on Docker
16- - Improve launching with an additional set of ``--config `` arguments
13+ - Make LWT alive/dead payload configurable. Thanks, @sumnerboy12.
14+ - Upgrade to ``future>=0.18.0,<1 ``. Thanks, @arieroos.
15+ - Several adjustments to log messages
16+ - Several improvements to the test harness, code coverage, project tooling,
17+ code linting and formatting, and CI
18+ - Refactoring of some data model components
19+ - Fix job sorting by priority after migration to Python 3
20+ - Remove some Python 2 compatibility snippets. mqttwarn is Python 3 only.
1721
1822Breaking changes
1923----------------
2024- Rework and rename service plugin ``osxnotify `` to ``desktopnotify ``, it
2125 should work on all popular operating systems now. Thanks, @portalzine.
2226
2327
28+ 2022-08-22 0.29.1
29+ =================
30+
31+ - Improve documentation about logging on Docker
32+ - Improve launching with an additional set of ``--config `` arguments
33+
34+
24352022-08-21 0.29.0
2536=================
2637
You can’t perform that action at this time.
0 commit comments