Update to v0.6.3 — correct BBCode URL syntax

This commit is contained in:
2026-04-09 21:57:11 +02:00
parent f032253717
commit 2fa85e338c
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/). The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/).
## [0.6.3] - 2026-04-09
### Fixed
- **Corrective message BBCode** — fixed malformed `[url]…]` tag to correct `[url]…[/url]` syntax in the Naming Guide link.
## [0.6.2] - 2026-04-09 ## [0.6.2] - 2026-04-09
### Fixed ### Fixed
- **Corrective message BBCode** — fixed malformed `[url]…]` tag to correct `[url=…]` syntax in the Naming Guide link. - **Corrective message BBCode** — incorrect fix for the URL tag syntax (used `[url=…]` instead of `[url]…[/url]`).
## [0.6.1] - 2026-04-09 ## [0.6.1] - 2026-04-09

File diff suppressed because one or more lines are too long