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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.1.7] - 2026-06-01
9
+
10
+
### Added
11
+
- Added `young news <symbol>` for a quick single-stock news/momentum check without printing the full quote report.
12
+
13
+
### Changed
14
+
- News output now shows the source and link status on every item, including a clear "no public link" label instead of blank lines.
15
+
- Multi-source news ranking now keeps per-source hit counts and uses a source-balanced display so Futu does not automatically crowd out Sina Finance or Eastmoney items when those sources have matching news.
16
+
- Hong Kong stock news aliases now strip suffixes such as `-W` / `-W`, improving matches for names like Meituan-W.
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
@@ -31,6 +31,7 @@ young hk # Hong Kong indices snapshot
31
31
young us # US indices snapshot
32
32
young global # A + HK + US in one view
33
33
young stock 600519 # one stock snapshot (A-share / HK / US)
34
+
young news 3690.HK # multi-source news only
34
35
young stock AAPL --no-news
35
36
young us --no-news # market data only, skip news links
36
37
young indices # A-share indices only
@@ -68,6 +69,7 @@ It is also a foundation for analysis pipelines: every subcommand maps to a Pytho
68
69
69
70
-**Multiple public quote sources** — Tencent Finance, Sina Finance, and Eastmoney are tried in sequence so temporary source failures can be filled by another no-login endpoint.
70
71
-**Single-stock lookup** — `young stock 600519`, `young stock 0700.HK`, or `young stock AAPL` prints a compact quote snapshot with source, trade date, price, change, volume, turnover when available, and optional news.
72
+
-**Single-stock news** — `young news 3690.HK` prints only the news/momentum view, with each item showing source and link status.
0 commit comments