@realtimex/realtimex-alchemy 1.0.37 → 1.0.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/CHANGELOG.md CHANGED
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.0.39] - 2026-01-24
9
+
10
+ ### Fixed
11
+ - **UI**: Fixed visibility issues with search inputs and dropdowns in the System Logs "Found Signals" view. Inputs now use a distinct background (`bg-black/5`) and explicit text color to ensure readability in all themes, especially Light Mode.
12
+
13
+ ## [1.0.38] - 2026-01-24
14
+
15
+ ### Added
16
+ - **System Logs**: Added "Score Filter" to the Found Signals view. Users can now filter historical signals by "High Impact" (80%+), "Medium", or "Low" scores to quickly identify critical insights or noise.
17
+
8
18
  ## [1.0.37] - 2026-01-24
9
19
 
10
20
  ### Added