Simple Server Changelog
All notable changes to the horizOn Simple Server.
1.2.0 (2026-04-20)
Features
- apple-signin: apple sign-in support for self-hosted instances (aa8983c)
1.1.0 (2026-04-11)
Features
- add email sending feature with template-based SMTP delivery (ef36aca)
1.0.1 (2026-03-26)
Bug Fixes
- move commit command to parent workspace root (a951844)
1.0.0 (2026-02-22)
Features
- add .env config parser (2a25a77)
- add API key auth and per-IP rate limiting (61afa81)
- add database abstraction with SQLite/MySQL migrations (b8b7b1a)
- add entry point with routing, server configs, and controller stubs (44b138f)
- add Request and Response core classes (4d7a5cd)
- add semantic-release pipeline and commit command (3552d3e)
- add URL pattern-matching router with CORS support (e457b64)
- implement cloud save controller (save, load) (56e8fa7)
- implement crash reporting controller with group upsert and auto-regression (39e6a9d)
- implement gift codes controller (validate, redeem) (c6c6e66)
- implement leaderboard controller (submit, top, rank, around) (f618977)
- implement news controller (3f0eedf)
- implement remote config controller (get, all) (934bb4b)
- implement user feedback controller (2dfa557)
- implement user logs controller (a4f2514)
- implement user management controller (anonymous auth) (334628d)