You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,17 @@ 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.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.1.8] - 2026-06-01
9
+
10
+
### Fixed
11
+
- Focused commands now include clearer market/date context, including `YYYY-MM-DD + stage` labels such as `2026-05-29 交易日盘后`.
12
+
- A-share activity fallback no longer pretends the requested date is the data date when the online source has no explicit trading date.
13
+
14
+
### Changed
15
+
- All news displays now filter to the requested trading date only, show at most five items, show fewer when fewer valid items exist, and print a clear empty-state message when no effective news is found.
16
+
-`young a` now includes an A-share news section by default and supports `--no-news`.
17
+
- News heat ranking now omits zero-news symbols instead of filling Top 5 with inactive tickers.
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ Requires Python 3.10+.
27
27
28
28
```bash
29
29
young a # A-share after-hours dashboard (the main thing)
30
+
young a --no-news # A-share dashboard without news links
30
31
young hk # Hong Kong indices snapshot
31
32
young us # US indices snapshot
32
33
young global # A + HK + US in one view
@@ -75,6 +76,7 @@ It is also a foundation for analysis pipelines: every subcommand maps to a Pytho
75
76
-**Rich terminal tables** — readable on dark and light terminals.
76
77
-**Verified A-share fund flow** — `young flow` shows the latest Eastmoney A-share / Shanghai Composite fund-flow record and its trading date explicitly, including a warning when it differs from the requested report date; if realtime fund-flow sources are temporarily unavailable, it tries online market indicators from Sina/Tencent and clearly labels them as activity references before falling back to the most recent locally cached good fund-flow record.
77
78
-**News heat ranking** — HK/US focus stocks can be ranked by filtered news heat from multiple no-login sources: Futu, Sina Finance, and Eastmoney fast news. Xueqiu/THS are intentionally not hardwired unless a stable no-login interface is available.
79
+
-**Same-day news discipline** — news sections only show items published on the requested trading date, up to five items, with a clear empty-state message when nothing valid is available.
78
80
-**Sector boards via browser fallback** — when Eastmoney's board API rate-limits, falls back to rendering the public web page (optional, requires a local browser engine).
79
81
-**Local updater** — `young update` runs `python -m pip install --upgrade young-stock-cli` with the same interpreter that launched the CLI.
80
82
@@ -120,6 +122,7 @@ A 股盘后行情命令行工具。免登录、免 API key、免反爬技巧 —
0 commit comments