Skip to content

Commit 7c5e962

Browse files
committed
bump version to 1.3.3, and add changelog
1 parent 047a0fd commit 7c5e962

File tree

2 files changed

+27
-4
lines changed

2 files changed

+27
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ Plik is a scalable & friendly temporary file upload system (Wetransfer like) in
3030
- [Filelink for Plik](https://gitlab.com/joendres/filelink-plik) : Thunderbird Addon to upload attachments to Plik
3131

3232
### Version
33-
1.3.2
33+
1.3.3
3434

3535
### Installation
3636

3737
##### From release
3838
To run plik, it's very simple :
3939
```sh
40-
$ wget https://github.com/root-gg/plik/releases/download/1.3.2/plik-1.3.2-linux-amd64.tar.gz
41-
$ tar xzvf plik-1.3.2-linux-64bits.tar.gz
42-
$ cd plik-1.3.2/server
40+
$ wget https://github.com/root-gg/plik/releases/download/1.3.2/plik-1.3.3-linux-amd64.tar.gz
41+
$ tar xzvf plik-1.3.3-linux-64bits.tar.gz
42+
$ cd plik-1.3.3/server
4343
$ ./plikd
4444
```
4545
Et voilà ! You now have a fully functional instance of Plik running on http://127.0.0.1:8080.

changelog/1.3.3

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Plik 1.3.3
2+
3+
Hi, today we're releasing Plik 1.3.3 !
4+
5+
Here is the changelog :
6+
7+
New
8+
- New metadata backend : MySQL / MariaDB \o/
9+
- Update gorm and go-sqlite3 libraries
10+
- Provide a usage example for docker-compose
11+
12+
Fixed
13+
- Improve clean and logging
14+
- Swift|S3 data backend: DO not fail when removing missing file
15+
- Simplify GCS backend
16+
- Properly remove uploading files
17+
- Fix transaction issue in DeleteUser
18+
- Fix export of soft deleted uploads / Add import --ignore-error parameter
19+
- Properly close metadata backend during tests
20+
21+
22+
Faithfully,
23+
The plik team

0 commit comments

Comments
 (0)