This commit is contained in:
Thomas Miceli 2023-11-20 18:49:46 +01:00
parent be46304e23
commit 3444fb9b75
No known key found for this signature in database
GPG key ID: D86C6F6390AF050F
2 changed files with 13 additions and 1 deletions

View file

@ -1,5 +1,17 @@
# Changelog
## [1.5.3](https://github.com/thomiceli/opengist/compare/v1.5.2...v1.5.3) - 2023-11-20
### Added
- es-ES translation (#139)
- Create/change account password (#156)
- Display OAuth error messages when HTTP 400 (#159)
### Fixed
- Git bare repository branch name creation (#157)
- Git file truncated output hanging (#157)
- Home user directory detection handling (#145)
- UI changes (#158)
## [1.5.2](https://github.com/thomiceli/opengist/compare/v1.5.1...v1.5.2) - 2023-10-16
### Added
- zh-CN translation (#130)

View file

@ -15,7 +15,7 @@ import (
"gopkg.in/yaml.v3"
)
var OpengistVersion = "1.5.2"
var OpengistVersion = "1.5.3"
var C *config