Release 2.75.1 (#3317)

pull/3288/head 2.75.1
Thomas Kaul 1 month ago committed by GitHub
parent 39bd4a349b
commit a6dde8ad43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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/), 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).
## Unreleased ## 2.75.1 - 2024-04-21
### Added
- Added `accountId` and `date` as a unique constraint to the `AccountBalance` database schema
### Changed ### Changed
- Improved the chart in the account detail dialog - Improved the chart in the account detail dialog
- Improved the account balance management - 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
- Fixed an issue with `totalValueInBaseCurrency` in the value redaction interceptor for the impersonation mode - Fixed an issue with `totalValueInBaseCurrency` in the value redaction interceptor for the impersonation mode

@ -1,6 +1,6 @@
{ {
"name": "ghostfolio", "name": "ghostfolio",
"version": "2.75.0", "version": "2.75.1",
"homepage": "https://ghostfol.io", "homepage": "https://ghostfol.io",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"repository": "https://github.com/ghostfolio/ghostfolio", "repository": "https://github.com/ghostfolio/ghostfolio",

Loading…
Cancel
Save