This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
Releases: imgupload-py/imgupload.py
Releases · imgupload-py/imgupload.py
v2.8.1
v2.8
Features
- Add basic upload form on GET /upload (8368f9b)
- Remove encoding/decoding endpoints (see imgupload-py/discord-urls) (e208b6d)
Fixes
- Rename i.html template to discord.html (c1d5f90)
Documentation
- Update defaults in configtest.py to match settings.py.default (103be4c)
- Update README.md badges and NGINX location block (4e93da7)
Code Style
imgupload.py
- Fix unnecessary "else" after "return" (fec6100, e0325f6, e8c7cff, and ac20fdf)
- Fix Bandit B108: hardcoded_tmp_directory (5252417)
configtest.py
- Fix PEP8: Using type instead of isinstance() (f694d77)
keyctl.py
- Use enumerate instead of iterating through range and len (f04cab8)
v2.7
v2.6
v2.5.1
v2.5
- Add support for invisible url trick (77e521a) and (9b44783)
- This encodes the file part of the url in binary, using U+200B and U+200C
- Normally, these characters are invisible, and when the url is loaded, it will be decoded
- See the example image below
- Add
/encode
endpoint to encode a string (such asABcd1234.png
) (95b0a40)
v2.4.1
v2.4
v2.3
v2.2.post1
- Change references of GitHub to git.bbaovanc.com (5e2be10 and 99ff2c6)
- Clean up README.md and add LICENSE section (3d5c554)
- Add FAQ and section links in README.md (f21adfa)
- Add newline after block comments at beginning of code (dd069bf)
- Add GitHub-specific README.md which links to my Gitea instance (ba68674)