35 lines
936 B
Markdown
35 lines
936 B
Markdown
# Changelog
|
|
|
|
All notable changes to Schon are documented in this file.
|
|
|
|
Version format follows [CalVer](https://calver.org/) as `YYYY.MAJOR`.
|
|
|
|
---
|
|
|
|
## [2026.1] - 2026-01-25
|
|
|
|
Initial CalVer release. Project renamed from eVibes to Schon.
|
|
|
|
### Highlights
|
|
|
|
- Complete rebrand from eVibes to Schon
|
|
- Native Linux deployment with systemd service files
|
|
- uv-based dependency management
|
|
- Interactive installer supporting Docker and native deployments
|
|
- Professional documentation and project structure
|
|
|
|
### Added
|
|
|
|
- systemd service files for production deployment (`schon-web`, `schon-worker`, `schon-beat`, `schon-stock-updater`)
|
|
- Native Linux installation script with automated setup
|
|
- CHANGELOG.md for tracking releases
|
|
|
|
### Changed
|
|
|
|
- Project name: eVibes to Schon
|
|
- Version scheme: SemVer to CalVer (YYYY.MAJOR)
|
|
- Installation: `make install` now prompts for Docker vs native deployment
|
|
|
|
### Removed
|
|
|
|
- Legacy eVibes branding and assets
|