From f289c3e1698ee2f08f3d5e376a8783a5a317a98c Mon Sep 17 00:00:00 2001 From: Charles-Antoine Mathieu Date: Wed, 26 Jan 2022 09:29:18 +0100 Subject: [PATCH] Bump version to 1.3.5 --- README.md | 6 +++--- changelog/1.3.5 | 26 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 changelog/1.3.5 diff --git a/README.md b/README.md index ea205df7..27c60e7c 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,9 @@ Plik is a scalable & friendly temporary file upload system (Wetransfer like) in ##### From release To run plik, it's very simple : ```sh -$ wget https://github.com/root-gg/plik/releases/download/1.3.4/plik-1.3.4-linux-amd64.tar.gz -$ tar xzvf plik-1.3.4-linux-amd64.tar.gz -$ cd plik-1.3.4-linux-amd64/server +$ wget https://github.com/root-gg/plik/releases/download/1.3.5/plik-1.3.5-linux-amd64.tar.gz +$ tar xzvf plik-1.3.5-linux-amd64.tar.gz +$ cd plik-1.3.5-linux-amd64/server $ ./plikd ``` Et voilĂ  ! You now have a fully functional instance of Plik running on http://127.0.0.1:8080. diff --git a/changelog/1.3.5 b/changelog/1.3.5 new file mode 100644 index 00000000..664e3b9d --- /dev/null +++ b/changelog/1.3.5 @@ -0,0 +1,26 @@ +Plik 1.3.5 + +Hi, today we're releasing Plik 1.3.5 ! + +Here is the changelog : + +New : + - Multiarch Docker images builds for linux amd64,i386,arm,arm64 using Docker buildx + - rootgg/plik:latest (latest release) + - rootgg/plik:{version} (release) + - rootgg/plik:dev (latest commit on master) + - Server now log response status code and duration + - Server log level is configurable again + - Static content directories are now configurable (webapp, clients, changelog) + +Fix : + - Disable InsecureSkipVerify by default in the cli client + - Fix too permissive file permissions on cli client update + - Fix upload images from gallery in mobile browsers + - Fix paste when a modal is open + - Fix mint/release status in webapp admin view + +We are proud to announce that Plik code base has been successfully audited by https://secfault-security.com/. + +Faithfully, +The plik team \ No newline at end of file