Skip to content

Commit f289c3e

Browse files
author
Charles-Antoine Mathieu
committed
Bump version to 1.3.5
1 parent d1bc632 commit f289c3e

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ Plik is a scalable & friendly temporary file upload system (Wetransfer like) in
4949
##### From release
5050
To run plik, it's very simple :
5151
```sh
52-
$ wget https://github.com/root-gg/plik/releases/download/1.3.4/plik-1.3.4-linux-amd64.tar.gz
53-
$ tar xzvf plik-1.3.4-linux-amd64.tar.gz
54-
$ cd plik-1.3.4-linux-amd64/server
52+
$ wget https://github.com/root-gg/plik/releases/download/1.3.5/plik-1.3.5-linux-amd64.tar.gz
53+
$ tar xzvf plik-1.3.5-linux-amd64.tar.gz
54+
$ cd plik-1.3.5-linux-amd64/server
5555
$ ./plikd
5656
```
5757
Et voilà ! You now have a fully functional instance of Plik running on http://127.0.0.1:8080.

changelog/1.3.5

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Plik 1.3.5
2+
3+
Hi, today we're releasing Plik 1.3.5 !
4+
5+
Here is the changelog :
6+
7+
New :
8+
- Multiarch Docker images builds for linux amd64,i386,arm,arm64 using Docker buildx
9+
- rootgg/plik:latest (latest release)
10+
- rootgg/plik:{version} (release)
11+
- rootgg/plik:dev (latest commit on master)
12+
- Server now log response status code and duration
13+
- Server log level is configurable again
14+
- Static content directories are now configurable (webapp, clients, changelog)
15+
16+
Fix :
17+
- Disable InsecureSkipVerify by default in the cli client
18+
- Fix too permissive file permissions on cli client update
19+
- Fix upload images from gallery in mobile browsers
20+
- Fix paste when a modal is open
21+
- Fix mint/release status in webapp admin view
22+
23+
We are proud to announce that Plik code base has been successfully audited by https://secfault-security.com/.
24+
25+
Faithfully,
26+
The plik team

0 commit comments

Comments
 (0)