From a73deac6b6717e506354b8a2fccaf14676e85e5b Mon Sep 17 00:00:00 2001 From: rubikscraft Date: Sun, 5 Jun 2022 12:30:13 +0200 Subject: [PATCH] update readme --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 1e8b187..24250af 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,32 @@ You can view a live demo here: The images are deleted every five minutes, and the maximum filesize is 16MB. But it should give you an indication of how it works. +## Features + +Here is a list of done features, and what is planned. +For a more detailed list, you can always visit [the project](https://github.com/rubikscraft/Picsur/projects/1). + +Right now, not every done feature here is available in the current release. But these will all be available with the next one. + +[x] Uploading and viewing images +[x] Anonymous uploads +[x] User accounts +[x] User roles and permissions +[x] Proper CORS restrictions +[x] Exif stripping +[x] Ability to keep original +[x] Support for [QOI format](https://qoiformat.org/) +[x] Convert images +[x] Resize images +[x] Apply filters +[x] Deletable images + +[ ] Correct previews on chats +[ ] Expiring images +[ ] White mode +[ ] ShareX endpoint +[ ] Arm64 image + ## Bugs If you encounter any bugs or oddities, please open an issue [here](https://github.com/rubikscraft/Picsur/issues). Cause without feedback I'll never know they exists.