v0.3.0 — Format rule engine for readability

This commit is contained in:
2026-04-05 23:25:21 +02:00
parent afd6645b0b
commit 3c1aa679af
2 changed files with 1133 additions and 3 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.3.0] - 2026-04-05
### Changed
- **Rule engine readability** — un-minified the quality-gate rule engine (`k`) and its `resolutionTypeMatch` extension from dense single-line blocks into properly indented, multi-line JavaScript
## [0.2.0] - 2026-04-05
### Changed

File diff suppressed because one or more lines are too long