Skip to content

Commit

Permalink
Bump version to 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles-Antoine Mathieu committed Jan 26, 2022
1 parent d1bc632 commit f289c3e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
26 changes: 26 additions & 0 deletions changelog/1.3.5
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f289c3e

Please sign in to comment.