-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Charles-Antoine Mathieu
committed
Oct 27, 2020
1 parent
a05ae36
commit cae2200
Showing
7 changed files
with
32 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ language: go | |
sudo: required | ||
|
||
go: | ||
- 1.15.2 | ||
- 1.15.3 | ||
|
||
go_import_path: github.com/root-gg/plik | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Plik 1.3.1 | ||
|
||
Hi, today we're releasing Plik 1.3.1 ! | ||
|
||
Here is the changelog : | ||
|
||
New | ||
- Server Side Encryption support for S3 data backend | ||
- Docker based cross-compilation and release process | ||
|
||
Fixed | ||
- Redirect to login page if not logged in and anonymous upload is disabled | ||
- Fix npe when --info and not --server | ||
- Fix server cmd user list to display all users if --provider is not used | ||
- Fix authentication redirect URL when config.Path is set | ||
- Add confirm dialog to delete upload and files actions | ||
|
||
Misc | ||
- All binaries are now statically linked | ||
- Removed server releases for Windows and MacOS | ||
|
||
Faithfully, | ||
The plik team |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ RELEASES=( | |
1.2.3 | ||
1.2.4 | ||
1.3-RC1 | ||
1.3 | ||
) | ||
|
||
### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,7 @@ RELEASES=( | |
1.2.3 | ||
1.2.4 | ||
1.3-RC1 | ||
1.3 | ||
) | ||
|
||
### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters