@realtimex/realtimex-alchemy 1.0.20 → 1.0.22

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.22] - 2026-01-21
9
+
10
+ ### Added
11
+ - **UI**: Introduced a rich "Run Summary" card in the Live Terminal. Completion events now visually aggregate stats (Signals found, URLs processed, Skipped items) into a structured, high-visibility dashboard widget.
12
+
13
+ ## [1.0.21] - 2026-01-21
14
+
15
+ ### Improved
16
+ - **Styling**: Standardized `SystemLogsTab` to use theme-aware variables (`--border`, `--surface`) instead of hardcoded opacity values. This ensures the logs view looks consistent and legible in both Light and Dark modes.
17
+
8
18
  ## [1.0.20] - 2026-01-21
9
19
 
10
20
  ### Improved