Skip to content

Commit

Permalink
Release v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Apr 5, 2024
1 parent ed7d27f commit bb6c187
Show file tree
Hide file tree
Showing 2 changed files with 9 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.7"
version = "0.0.8"
8 changes: 8 additions & 0 deletions release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Release Notes
=============

v0.0.8 (04/05/2024)
-------------------
- Includes a proxy server for enhanced web security using cryptographic encryption
- Proxy feature adds more visibility in traffic through server
- Includes a feature to specify custom source versioning
- Bug fixes for upload issues, multi-layered binary archive
- Improved logging across the application

v0.0.7 (03/25/2024)
-------------------
- Auto convert subtitles' format from `.srt` to `.vtt`
Expand Down

0 comments on commit bb6c187

Please sign in to comment.