-
released this
2026-02-03 11:39:23 +03:00 | 139 commits to main since this release🐛 Bug Fix Release
Исправления
- ✅ Windows: Исправлена ошибка поиска шаблонов
- 🔒 Security: Дефолтный хост изменен на
127.0.0.1(только localhost)
Установка
Скачайте бинарник для вашей платформы и запустите.
Для доступа по сети:host: "0.0.0.0"в config.yamlSHA256SUMS.txt прилагается для проверки контрольных сумм.
Full changelog: https://git.mchus.pro/mchus/QuoteForge/compare/v0.2.6...v0.2.7
Downloads
-
📦 Release v0.2.6 - Build & Release Improvements Pre-Release
released this
2026-02-03 10:59:38 +03:00 | 142 commits to main since this releaseMinor release with build system improvements and release automation.
✨ What's New
- 🎯 Binary renamed to qfs (QuoteForge Server) - shorter and easier
- 🏷️ Version flag: ./bin/qfs -version shows build info
- 📦 Makefile: make build-release, make build-all, make release
- 🚀 Multi-platform: Linux, macOS Intel, macOS Apple Silicon
- ✅ Auto-packaging: tar.gz + SHA256 checksums
🚀 Quick Start
Download for your platform
wget https://git.mchus.pro/.../qfs-v0.2.6-linux-amd64.tar.gz
tar -xzf qfs-v0.2.6-linux-amd64.tar.gz
./qfs-linux-amd64📋 For Developers
make build-release # Build with version
make release # Create release packagesFull changelog: v0.2.5...v0.2.6
fa0f5e3refactor: rename binary to qfs0bdd163feat: add version flag and Makefile1bce808feat: add release build script
No breaking changes. Fully compatible with v0.2.5.
Downloads