Thomas Kaul
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
6 additions and
8 deletions
-
CHANGELOG.md
-
package.json
|
|
@ -5,19 +5,17 @@ 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/), |
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
## 2.75.1 - 2024-04-21 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
- Added `accountId` and `date` as a unique constraint to the `AccountBalance` database schema |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Improved the chart in the account detail dialog |
|
|
|
- Improved the account balance management |
|
|
|
|
|
|
|
## 2.75.0 - 2024-04-21 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
- Added `accountId` and `date` as a unique constraint to the `AccountBalance` database schema |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
- Fixed an issue with `totalValueInBaseCurrency` in the value redaction interceptor for the impersonation mode |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "ghostfolio", |
|
|
|
"version": "2.75.0", |
|
|
|
"version": "2.75.1", |
|
|
|
"homepage": "https://ghostfol.io", |
|
|
|
"license": "AGPL-3.0", |
|
|
|
"repository": "https://github.com/ghostfolio/ghostfolio", |
|
|
|