From 3444fb9b75a7f98d765dabdd22ae7886e46fc4ec Mon Sep 17 00:00:00 2001 From: Thomas Miceli Date: Mon, 20 Nov 2023 18:49:46 +0100 Subject: [PATCH] v1.5.3 --- CHANGELOG.md | 12 ++++++++++++ internal/config/config.go | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6777d67..44000e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/internal/config/config.go b/internal/config/config.go index 358f71b..1eaefb8 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -15,7 +15,7 @@ import ( "gopkg.in/yaml.v3" ) -var OpengistVersion = "1.5.2" +var OpengistVersion = "1.5.3" var C *config