2026-05-19 18:14:57 +08:00
|
|
|
# Changelog
|
2025-09-09 00:16:13 +08:00
|
|
|
|
2026-05-19 18:14:57 +08:00
|
|
|
All notable changes to this project are documented in this file.
|
2025-09-09 00:16:13 +08:00
|
|
|
|
2026-05-19 18:14:57 +08:00
|
|
|
## [Unreleased]
|
2025-09-09 00:16:13 +08:00
|
|
|
|
2026-05-19 18:14:57 +08:00
|
|
|
### Planned
|
|
|
|
|
- Add explicit Python compatibility test matrix for 3.12, 3.13, and 3.14.
|
2025-09-09 00:16:13 +08:00
|
|
|
|
2026-05-19 18:14:57 +08:00
|
|
|
## [2026-05-19]
|
2025-09-09 00:16:13 +08:00
|
|
|
|
2026-05-19 18:14:57 +08:00
|
|
|
### Changed
|
|
|
|
|
- Clarified startup flow in `README.md` to include first-run database initialization.
|
|
|
|
|
- Added troubleshooting steps for `no such table` database errors.
|
|
|
|
|
- Added troubleshooting steps for resolving local conflict after forced history updates.
|
2025-09-09 00:16:13 +08:00
|
|
|
|
2026-05-19 18:14:57 +08:00
|
|
|
### Fixed
|
|
|
|
|
- Fixed database initialization path in `core/__init__.py` so schema setup uses
|
|
|
|
|
the project root `bots.db` in script mode.
|
2025-09-24 11:31:37 +08:00
|
|
|
|
2026-05-19 18:14:57 +08:00
|
|
|
### Repository Maintenance
|
|
|
|
|
- Rewrote `main` branch history to remove large generated artifacts and datasets:
|
|
|
|
|
- `QuantumBotX-Installer.exe`
|
|
|
|
|
- `QuantumBotX-Portable.zip`
|
|
|
|
|
- `lab/*_data.csv`
|
|
|
|
|
- `lab/backtest_data/*.csv`
|
|
|
|
|
- Updated `.gitignore` to keep generated backtest datasets out of Git.
|
|
|
|
|
- Removed obsolete remote branches:
|
|
|
|
|
- `fix/update-numpy`
|
|
|
|
|
- `fix-vercel-json-syntax`
|
2025-09-24 11:31:37 +08:00
|
|
|
|
2026-05-19 18:14:57 +08:00
|
|
|
## [2025-09]
|
2025-09-24 11:31:37 +08:00
|
|
|
|
2026-05-19 18:14:57 +08:00
|
|
|
### Notes
|
|
|
|
|
- Previous beta-era notes existed in a long-form marketing style document.
|
|
|
|
|
- Historical feature development from that period remains in git history and
|
|
|
|
|
project docs, while this changelog now focuses on operational release notes.
|