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
+29-3Lines changed: 29 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,19 +14,45 @@ You can determine your currently installed version using `properdocs --version`:
14
14
15
15
```console
16
16
$ properdocs --version
17
-
properdocs, version 1.5.0 from /path/to/properdocs (Python 3.10)
17
+
properdocs, version 1.6.5 from /path/to/properdocs (Python 3.13)
18
18
```
19
19
20
-
## Maintenance team
20
+
## Version 1.6.5 (2026-03-15)
21
21
22
-
The current and past members of the ProperDocs team.
22
+
This is the first version of ProperDocs 🎉
23
+
24
+
These are the changes compared to MkDocs 1.6.1:
25
+
26
+
* The name is changed from "MkDocs" to "ProperDocs". The installation name and the executable are `properdocs` (#12)
27
+
28
+
* Support running all `mkdocs.themes` and `mkdocs.plugins` entrypoints *in addition to* all `properdocs.themes` and `properdocs.plugins` entrypoints (#15)
29
+
30
+
* Pick up configuration from `properdocs.yml` configuration files, with a fallback to `mkdocs.yml` (#27)
31
+
32
+
* Remove all built-in themes - there is no longer any theme installed by default (#24)
33
+
34
+
* Fix livereload not being enabled by default for `mkdocs serve` - since `click>8.2.1` (#14)
35
+
36
+
* Allow plugins to declare their support of ProperDocs and show a warning message in case they're being run from MkDocs (#21)
37
+
38
+
* Drop support for Python 3.8, officially support Python 3.14 (#17)
39
+
40
+
And other small improvements; see [commit log](https://github.com/properdocs/properdocs/compare/2862536793b3c67d9d83c33e0dd6d50a791928f8...v1.6.5).
41
+
42
+
---
43
+
44
+
## Past releases of MkDocs
45
+
46
+
Thanks to all the past maintainers of MkDocs!
23
47
24
48
*[@tomchristie](https://github.com/tomchristie/)
25
49
*[@d0ugal](https://github.com/d0ugal/)
26
50
*[@waylan](https://github.com/waylan/)
27
51
*[@oprypin](https://github.com/oprypin/)
28
52
*[@ultrabug](https://github.com/ultrabug/)
29
53
54
+
The versions below are versions of MkDocs, just for reference.
0 commit comments