Skip to content

Commit

Permalink
Release v0.0.91
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Jun 6, 2024
1 parent f32870e commit 12f60d9
Show file tree
Hide file tree
Showing 2 changed files with 20 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 @@ -2,4 +2,4 @@

from pyfilebrowser.main import FileBrowser # noqa: F401

version = "0.0.9"
version = "0.0.91"
19 changes: 19 additions & 0 deletions release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Release Notes
=============

v0.0.91 (06/05/2024)
--------------------
- Includes a bug fix on `content-length` mismatch after VideoJS plugin integration
- Fixes misinformed logging for forbidden list and auth counter

v0.0.9 (05/21/2024)
-------------------
- Includes a variety of security features
- Includes rate limiting and brute force protection
- Restricts server access to specified origins
- Improved response for forbidden requests
- Includes a password complexity checker
- Automatically refreshes allowed origins in the background
- Adds CORS protection for proxy server
- Moved proxy flag to object instantiation
- Removes redundant logging for files that are streamed
- Gracefully shutdown the proxy server
- Uses Jinja2 templated error messages

v0.0.8 (04/05/2024)
-------------------
- Includes a proxy server for enhanced web security using cryptographic encryption
Expand Down

0 comments on commit 12f60d9

Please sign in to comment.