mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-23 04:52:40 +00:00
v1.2.0
This commit is contained in:
parent
0362cd8a6a
commit
2782655545
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,18 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.2.0](https://github.com/thomiceli/opengist/compare/v1.1.1...v1.2.0) - 2023-05-01
|
||||||
|
### Added
|
||||||
|
- Restrict or unrestrict snippets visibility to anonymous users (#19)
|
||||||
|
- Go CI with Staticcheck
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Filenames are now trimmed when creating a snippet (#20)
|
||||||
|
- SSH public key comments are now trimmed when adding a new key (#22)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Respect ExternalUrl for OAuth (#21)
|
||||||
|
- SSH public key detection (#22)
|
||||||
|
|
||||||
## [1.1.1](https://github.com/thomiceli/opengist/compare/v1.1.0...v1.1.1) - 2023-04-20
|
## [1.1.1](https://github.com/thomiceli/opengist/compare/v1.1.0...v1.1.1) - 2023-04-20
|
||||||
### Fixed
|
### Fixed
|
||||||
- Git processes are now correctly killed
|
- Git processes are now correctly killed
|
||||||
|
|
|
@ -11,7 +11,7 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
var OpengistVersion = "1.1.1"
|
var OpengistVersion = "1.2.0"
|
||||||
|
|
||||||
var C *config
|
var C *config
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue