v0.2.0 — Format config object for readability

This commit is contained in:
2026-04-05 23:07:04 +02:00
parent f1597a78d8
commit afd6645b0b
2 changed files with 1150 additions and 2 deletions

View File

@@ -4,6 +4,12 @@ All notable changes to the DarkPeers Mod Queue Helper will be documented in this
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/).
## [0.2.0] - 2026-04-05
### Changed
- **Configuration readability** — un-minified the quality-gate configuration object (`g`) from a single 20KB line into properly indented, multi-line JavaScript for easier review and maintenance
## [0.1.0] - 2026-04-05
### Added