-
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
Sep 29, 2020
1 parent
161f86b
commit 458651a
Showing
8 changed files
with
40 additions
and
8 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.14 | ||
- 1.15.2 | ||
|
||
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,29 @@ | ||
Plik 1.3 | ||
|
||
Hi, today we're releasing Plik 1.3 ! | ||
|
||
Here is the changelog : | ||
|
||
New | ||
- Add --info to cli client to display server configuration | ||
|
||
Fixed | ||
- Fix common.AskConfirmation handling of no input | ||
- Fix missing unit in frontend menu when default TTL equals 86400s | ||
- Fix missing downloadDomain in bash script if not given in plikd.cfg | ||
- Fix missing focus and submit in login form | ||
- Fix bypass ~/.plikrc creation if --server cli param is provided | ||
|
||
Removed | ||
- darwin-386 target ( https://github.com/golang/go/issues/37610 ) | ||
|
||
Misc | ||
- Improved cross-compilation in Makefile | ||
- Cross-compiled docker images | ||
- Pass build info using ldflags | ||
- EnhancedWebSecurity configuration parameter removes sensible information form /version API endpoint | ||
|
||
Binaries are compiled using Go v1.15.2 | ||
|
||
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 |
---|---|---|
|
@@ -24,6 +24,7 @@ RELEASES=( | |
1.2.2 | ||
1.2.3 | ||
1.2.4 | ||
1.3-RC1 | ||
) | ||
|
||
### | ||
|
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.2 | ||
1.2.3 | ||
1.2.4 | ||
1.3-RC1 | ||
) | ||
|
||
### | ||
|
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