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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,19 +23,19 @@ This is the first version of ProperDocs 🎉
23
23
24
24
These are the changes compared to MkDocs 1.6.1:
25
25
26
-
* The name is changed from "MkDocs" to "ProperDocs". The installation name and the executable are `properdocs` (#12)
26
+
*The name is changed from "MkDocs" to "ProperDocs". The installation name and the executable are `properdocs` (#12)
27
27
28
-
* Support running all `mkdocs.themes` and `mkdocs.plugins` entrypoints *in addition to* all `properdocs.themes` and `properdocs.plugins` entrypoints (#15)
28
+
*Support running all `mkdocs.themes` and `mkdocs.plugins` entrypoints *in addition to* all `properdocs.themes` and `properdocs.plugins` entrypoints (#15)
29
29
30
-
* Pick up configuration from `properdocs.yml` configuration files, with a fallback to `mkdocs.yml` (#27)
30
+
*Pick up configuration from `properdocs.yml` configuration files, with a fallback to `mkdocs.yml` (#27)
31
31
32
-
* Remove all built-in themes - there is no longer any theme installed by default (#24)
32
+
*Remove all built-in themes - there is no longer any theme installed by default (#24)
33
33
34
-
* Fix livereload not being enabled by default for `mkdocs serve` - since `click>8.2.1` (#14)
34
+
*Fix livereload not being enabled by default for `mkdocs serve` - since `click>8.2.1` (#14)
35
35
36
-
* Allow plugins to declare their support of ProperDocs and show a warning message in case they're being run from MkDocs (#21)
36
+
*Allow plugins to declare their support of ProperDocs and show a warning message in case they're being run from MkDocs (#21)
37
37
38
-
* Drop support for Python 3.8, officially support Python 3.14 (#17)
38
+
*Drop support for Python 3.8, officially support Python 3.14 (#17)
39
39
40
40
And other small improvements; see [commit log](https://github.com/properdocs/properdocs/compare/2862536793b3c67d9d83c33e0dd6d50a791928f8...1.6.5).
0 commit comments