You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/about/release-notes.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,21 @@ You can determine your currently installed version using `properdocs --version`:
14
14
15
15
```console
16
16
$ properdocs --version
17
-
properdocs, version 1.6.5 from /path/to/properdocs (Python 3.13)
17
+
properdocs, version 1.6.6 from /path/to/properdocs (Python 3.13)
18
18
```
19
19
20
+
## Version 1.6.6 (2026-03-16)
21
+
22
+
* Add a warning in case there isn't any theme specified in the config (#39)
23
+
24
+
The theme still defaults to 'mkdocs' but is *not* included in the package. That's why it made sense to warn about this now, and plan to remove this default at a later point.
25
+
26
+
* Support also the 'mkdocs' logger name, in case plugins refer to it directly (#38)
27
+
28
+
This was an omission in the backwards support of MkDocs plugins, causing logged messages of some plugins to be skipped.
29
+
30
+
See [commit log](https://github.com/properdocs/properdocs/compare/v1.6.5...v1.6.6).
0 commit comments