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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,18 @@ 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.13] - 2026-06-03
9
+
10
+
### Added
11
+
- Added `young daily --format summary|key-points|full`, plus `--only`, `--order`, and `--quick` for shorter daily reports and configurable report sections.
12
+
- Added profile management commands: `young profile list`, `remove-stock`, `remove-fund`, `clear`, and `profile group create/add`.
13
+
- Added local productivity commands for staged workflows: `young portfolio`, `young alert`, `young note`, and `young diary`.
14
+
- Added `young diagnose`, `young guide`, and `young example` for friendlier troubleshooting and onboarding.
15
+
16
+
### Changed
17
+
- Fund holding reports now show the holding as-of date age and warn when stale quarterly holdings may have changed.
18
+
- Daily report summary/key-points modes avoid long news and full market sections by default.
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,15 @@ young stock 600519 # one stock snapshot (A-share / HK / US)
35
35
young fund 161725 # fund estimate + top holdings quote/news
36
36
young profile add-stock 600519
37
37
young profile add-fund 161725
38
-
young daily # personalized daily report from saved investment memory
38
+
young profile list
39
+
young daily --format summary # concise personalized daily report
40
+
young daily --format key-points # short report with trend/risk points
41
+
young daily --format full # full personalized daily report
42
+
young daily --only 基金,A股 --quick
39
43
young news 3690.HK # multi-source news only
44
+
young diagnose # network/source diagnostic
45
+
young note add "today I reduced chasing"
46
+
young alert create 600519 "涨跌幅>5%"
40
47
young stock AAPL --no-news
41
48
young fund 161725 --no-news
42
49
young us --no-news # market data only, skip news links
@@ -79,6 +86,10 @@ The internals are being split into focused modules: `young_stock.calendar` handl
79
86
-**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.
80
87
-**Fund holding lookup** — `young fund 161725` prints the fund's same-day estimated change, latest NAV date, top holdings, holding-stock quotes, rough contribution estimate, and same-day holding-stock news. Official fund NAVs usually update at night, so intraday/close values are clearly labeled as estimates.
81
88
-**Personal daily report** — `young daily` reads your local investment memory from `~/.young_stock/profile.json`, then prints saved stock/ETF trends, fund estimates, global indices, A-share sentiment, and risk-oriented suggestions. First use: add symbols with `young profile add-stock 600519` and `young profile add-fund 161725`.
89
+
-**Short report modes** — `young daily --format summary` keeps terminal output compact; `--format key-points` adds a few trend/risk bullets; `--only`, `--order`, and `--quick` trim slower or irrelevant sections.
90
+
-**Investment memory management** — list, remove, clear, and group saved stocks/funds with `young profile list`, `remove-stock`, `remove-fund`, `clear`, and `profile group create/add`.
91
+
-**Local workflow helpers** — lightweight `portfolio`, `alert`, `note`, and `diary` commands store local records for portfolio experiments, reminder rules, investment notes, and saved daily-report text.
92
+
-**Diagnostics** — `young diagnose` summarizes recent source health and suggests cache/quick-mode fallbacks when public APIs are unstable.
82
93
-**Single-stock news** — `young news 3690.HK` prints only the news/momentum view, with each item showing source and link status.
0 commit comments