Release 1.205.2 (#1369)

pull/1377/head 1.205.2
Thomas Kaul 2 years ago committed by GitHub
parent 805f4b05be
commit 32fe3e195f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 1.205.1 - 16.10.2022 ## 1.205.2 - 16.10.2022
### Changed ### Changed

@ -86,7 +86,7 @@ export class AuthGuard implements CanActivate {
}, 300); }, 300);
}); });
resolve(false); resolve(true);
return; return;
} else if ( } else if (
state.url.startsWith('/home') && state.url.startsWith('/home') &&

@ -1,6 +1,6 @@
{ {
"name": "ghostfolio", "name": "ghostfolio",
"version": "1.205.1", "version": "1.205.2",
"homepage": "https://ghostfol.io", "homepage": "https://ghostfol.io",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"scripts": { "scripts": {

Loading…
Cancel
Save