|
|
|
@ -5,6 +5,12 @@ 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 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Refactored the blog page component to standalone |
|
|
|
|
|
|
|
## 2.208.0 - 2025-10-11 |
|
|
|
|
|
|
|
### Added |
|
|
|
@ -16,7 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Changed the _As seen in_ section on the landing page to an animated carousel |
|
|
|
- Refactored `transactionCount` to `activitiesCount` in the endpoint `GET api/v1/portfolio/holding/:dataSource/:symbol` |
|
|
|
- Refactored various components to use self-closing tags |
|
|
|
- Refactored the blog page component to standalone |
|
|
|
- Removed the deprecated endpoint `GET api/v1/portfolio/position/:dataSource/:symbol` |
|
|
|
- Removed the deprecated endpoint `PUT api/v1/portfolio/position/:dataSource/:symbol/tags` |
|
|
|
- Improved the language localization for German (`de`) |
|
|
|
|