Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Jun 17, 2024
1 parent 3b41ba0 commit 3bcb4ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyfilebrowser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from pyfilebrowser.main import FileBrowser # noqa: F401

version = "0.0.91"
version = "0.1.0"


def _cli() -> None:
Expand Down
7 changes: 7 additions & 0 deletions release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release Notes
=============

v0.1.0 (06/17/2024)
-------------------
- Includes a new feature `extra_env` to load additional configuration settings
- Includes CLI compatibility
- Proxy displays a warning page for unsupported browsers
- Add support for `.env` files to load GitHub env vars and replace `env_prefix` with `AliasChoices`

v0.0.91 (06/05/2024)
--------------------
- Includes a bug fix on `content-length` mismatch after VideoJS plugin integration
Expand Down

0 comments on commit 3bcb4ad

Please sign in to comment.