We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9dec0 commit 4552a5fCopy full SHA for 4552a5f
NEWS.rst
@@ -4,6 +4,13 @@ Changelog
4
unreleased
5
----------
6
7
+2024.09.19 - 2024-09-19
8
+-----------------------
9
+
10
+* Fix path filtering on Windows by normalising path separators.
11
+* Filter various directories by default (``.git``, ``venv``, etc).
12
+* Serve the correct directory when using make mode (``-M``).
13
14
2024.09.18 - 2024-09-18
15
-----------------------
16
sphinx_autobuild/__init__.py
@@ -1,3 +1,3 @@
1
"""Rebuild Sphinx documentation on changes, with hot reloading in the browser."""
2
3
-__version__ = "2024.09.18"
+__version__ = "2024.09.19"
0 commit comments