Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
RaSan147 committed Mar 17, 2023
2 parents 8d1b458 + 87633d2 commit ae5fcaa
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

## Fixes:
* FIXED Python 3.7 support
* Fixed Video player text issue https://github.com/RaSan147/py_httpserver_Ult/issues/70
* Fixed Video player text issue https://github.com/RaSan147/pyrobox/issues/70
* Fixed zip download not working
* Fixed many bugs
------------------------------------------------------------------------
Expand Down
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
"""
Since this is almost in the alpha stage, I'm not sure if I should call it a beta or not. But it's almost there. I'm still working on it. So, if you find any issue, please report it. I'll try to fix it as soon as possible.
And also for the same reason, I'm punching too many updates (acually bug fixes) in a short time.
"""
# pyrobox 🔥

**`Note :`** DEFAULT UPLOAD PASSWORD: `SECret`
Expand Down Expand Up @@ -97,12 +93,12 @@ CHECK [FAQ](#faq) FOR FUTURE HELP AND ISSUE FIX
TODO:
--------------------------------------------------------------

* https://github.com/RaSan147/py_httpserver_Ult/issues/33 Show thumbnails, for png and jpg (how to do with just standard library?), For others, just show extension.
* https://github.com/RaSan147/py_httpserver_Ult/issues/34 Copy stream URL for videos to play with any video player
* https://github.com/RaSan147/py_httpserver_Ult/issues/36 Add side bar to do something 🤔
* https://github.com/RaSan147/pyrobox/issues/33 Show thumbnails, for png and jpg (how to do with just standard library?), For others, just show extension.
* https://github.com/RaSan147/pyrobox/issues/34 Copy stream URL for videos to play with any video player
* https://github.com/RaSan147/pyrobox/issues/36 Add side bar to do something 🤔
* check output ip and port accuracy on multiple os
* https://github.com/RaSan147/py_httpserver_Ult/issues/37 Backup code if Reload causes unhandled issue and can't be accessed
* https://github.com/RaSan147/py_httpserver_Ult/issues/39 User login and user based permission set. 🔑
* https://github.com/RaSan147/pyrobox/issues/37 Backup code if Reload causes unhandled issue and can't be accessed
* https://github.com/RaSan147/pyrobox/issues/39 User login and user based permission set. 🔑

# Support for more features

Expand Down
2 changes: 1 addition & 1 deletion dev_src/local_server (py~3.4).py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# UPDATED UPTO https://github.com/RaSan147/py_httpserver_Ult/tree/5d00afb1b7b54fb6cde7f92e9e0419587fb4db61
# UPDATED UPTO https://github.com/RaSan147/pyrobox/tree/5d00afb1b7b54fb6cde7f92e9e0419587fb4db61

__version__ = "0.5"
enc = "utf-8"
Expand Down
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ description = Personal DropBox for Private Network
long_description = file: README.md
long_description_content_type = text/markdown
license_files = LICENSE
home-page = https://github.com/RaSan147/py_httpserver_Ult
home-page = https://github.com/RaSan147/pyrobox
project_urls =
Bug Tracker = https://github.com/RaSan147/py_httpserver_Ult/issues
Documentation = https://github.com/RaSan147/py_httpserver_Ult
Source Code = https://github.com/RaSan147/py_httpserver_Ult
Release Notes = https://github.com/RaSan147/py_httpserver_Ult/releases
Bug Tracker = https://github.com/RaSan147/pyrobox/issues
Documentation = https://github.com/RaSan147/pyrobox
Source Code = https://github.com/RaSan147/pyrobox
Release Notes = https://github.com/RaSan147/pyrobox/releases


classifiers =
Expand Down

0 comments on commit ae5fcaa

Please sign in to comment.