Files
quantumbotx/CHANGELOG.md
T

38 lines
1.2 KiB
Markdown
Raw Normal View History

# Changelog
2025-09-09 00:16:13 +08:00
All notable changes to this project are documented in this file.
2025-09-09 00:16:13 +08:00
## [Unreleased]
2025-09-09 00:16:13 +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]
2025-09-09 00:16:13 +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
### Fixed
- Fixed database initialization path in `core/__init__.py` so schema setup uses
the project root `bots.db` in script mode.
### 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]
### 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.