Update to v0.6.4 — correct BBCode URL syntax per spec

This commit is contained in:
2026-04-09 22:02:55 +02:00
parent 2fa85e338c
commit 1f5670a658
2 changed files with 9 additions and 3 deletions

View File

@@ -4,11 +4,17 @@ 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.6.4] - 2026-04-09
### Fixed
- **Corrective message BBCode** — corrected Naming Guide link to proper `[url=…]…[/url]` BBCode syntax per bbcode.org spec.
## [0.6.3] - 2026-04-09
### Fixed
- **Corrective message BBCode** — fixed malformed `[url]…]` tag to correct `[url]…[/url]` syntax in the Naming Guide link.
- **Corrective message BBCode** — incorrect fix (used `[url]…[/url]` without `=` attribute).
## [0.6.2] - 2026-04-09