Skip to content

Commit

Permalink
Merge branch 'main' into v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Jan 28, 2024
1 parent e46b240 commit 935844d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pystream/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .main import start # noqa: F401
from .models import config, images, secure # noqa: F401

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

v1.1 (01/28/2024)
-----------------
- Fix missing navigation buttons due to unsupported files in directory

v1.0 (01/25/2024)
-----------------
- Improved security with session-based authentication
- Increased server-side control, robust session management and sensitive data protection
- Improves user experience with HTML responses instead of JSON objects and plain text
- Includes support for subtitles, along with auto-converting ``.srt`` to ``.vtt``
- Supports multiple video file formats, and websites for CORS
- Includes more options in the video player with seek, next and previous buttons

v0.0.2 (12/10/2023)
-------------------
- Includes performance improvements
Expand Down

0 comments on commit 935844d

Please sign in to comment.