Skip to content

Commit 70bbc14

Browse files
Add changelog for v1.0.0
1 parent d33af3e commit 70bbc14

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
This project adheres to [Semantic Versioning](https://semver.org/).
5+
6+
---
7+
8+
## [Unreleased]
9+
10+
### Added
11+
- (placeholder for upcoming features)
12+
13+
---
14+
15+
## [v1.0.0] - 2025-11-02
16+
17+
### Added
18+
- Initial Streamlit dashboard structure
19+
- Modular architecture (`modules/data`, `modules/analysis`, `modules/visualization`, `modules/ui`)
20+
- Real-time data via Yahoo Finance (`yfinance`)
21+
- Linear regression forecasting
22+
- RSI and SMA (20/50) indicators
23+
- Asset selector covering indices, commodities, crypto, bonds, and ETFs
24+
- Plotly visualizations (candlestick, RSI, forecast)
25+
- User Guide tab
26+
- README, LICENSE (MIT), and .gitignore
27+
28+
### Fixed
29+
- None (initial release)
30+
31+
### Changed
32+
- None (initial release)
33+
34+
### Removed
35+
- None (initial release)

0 commit comments

Comments
 (0)