From 28c22a6bc16f5f296d4f6f2fba7ee62df5379870 Mon Sep 17 00:00:00 2001 From: adityagarud Date: Sat, 4 Oct 2025 20:05:13 +0530 Subject: [PATCH] resolve: merge conflict in CHANGELOG.md - combine unreleased changes with assistant preselection feature --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6780c81..0f0db15da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,26 @@ 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). -## 2.206.0 - 2025-01-27 +## Unreleased ### Added - Auto-preselect first search result in assistant for improved keyboard navigation +### Changed + +- Localized the number formatting in the settings dialog to customize the rule thresholds of the _X-ray_ page +- Improved the usability of the _Cancel_ / _Close_ buttons in the create watchlist item dialog +- Refactored the `fireWealth` from `number` type to a structured object in the summary of the portfolio details endpoint +- Refactored the _Open Startup_ (`/open`) page to standalone +- Refactored the file drop directive to standalone +- Refactored the symbol pipe to standalone + +### Fixed + +- Handled an exception in the get asset profile functionality of the _Financial Modeling Prep_ service +- Added the missing `CommonModule` import in the import activities dialog + ## 2.205.0 - 2025-10-01 ### Changed