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.
v0.2.3
1 parent a9c7080 commit 35b3f2bCopy full SHA for 35b3f2b
pyfilebrowser/__init__.py
@@ -5,7 +5,7 @@
5
from pyfilebrowser.main import FileBrowser # noqa: F401
6
from pyfilebrowser.squire import otp # noqa: F401
7
8
-version = "0.2.2"
+version = "0.2.3"
9
10
11
def _cli() -> None:
release_notes.rst
@@ -1,6 +1,11 @@
1
Release Notes
2
=============
3
4
+v0.2.3 (11/02/2025)
+-------------------
+- Prioritizes environment variables from dotenv files over system env vars
+- Fixes a bug with downloading ``filebrowser`` executable from GitHub releases
+
v0.2.2 (11/02/2025)
-------------------
- Includes an option to pass TOTP token for the ``filebrowser`` server
0 commit comments