Назад към всички версии
v1.57.0

Badge system launches

Badge system is live. Users earn badges for activity, admins manage them from the backend.

Community

  • Users now earn badges for platform activity
  • Badges display on user profiles
  • Badge awards trigger automatically on relevant actions

Admin

  • New admin page to view and manage all badges
  • Backend API routes for badge operations
Покажи суровите комити
# [1.57.0](https://github.com/Fowthy/brutalnoise/compare/v1.56.1...v1.57.0) (2026-04-15)


### Features

* add badge API routes ([accf04c](https://github.com/Fowthy/brutalnoise/commit/accf04cb9e1f16669a2e0c61b015e8071ce020bb))
* add badge DB queries and initial badge definitions ([815afa7](https://github.com/Fowthy/brutalnoise/commit/815afa7333896e699e1e53b3f6a6dd3ac5cec139))
* add badges and user_badges tables to schema ([11f638f](https://github.com/Fowthy/brutalnoise/commit/11f638f6f74fd4a2a18e52ac5622bd5c7a2271aa))
* add badges section to profile and admin badges page ([67fbfa3](https://github.com/Fowthy/brutalnoise/commit/67fbfa39d23a31d564f6df7bd63c50d0aede7da3))
* add checkAndAwardBadges utility ([db51d71](https://github.com/Fowthy/brutalnoise/commit/db51d71277e66a2e2b4d6753912306f2f1aad8e9))
* hook badge checks into existing API routes ([659b288](https://github.com/Fowthy/brutalnoise/commit/659b288081892702436407160cbdfc0725149e95))