xref: /plugin/navigatorlabels/CHANGELOG.md (revision f784693fd643602c71433fdb2b221710c6f55439)
12026-03-18
2  * Added Custom Link entry to the Topics panel for mobile and desktop
3  * Introduced dedicated styling block for `.topics-customlink` with spacing, divider, and accent color
4  * Improved visual alignment of Custom Link with topic items inside the panel
5  * Added support for custom color variables in `style.ini` for top-bar and panel elements
6  * Documented how template style labels map to `lang/en/settings.php`
7  * Prepared groundwork for friendly, human-readable labels for custom style placeholders
8
92026-03-17
10  * Added new configuration key `customlink_url` for admin-editable Custom Link destination
11  * Added new configuration key `customlink_newtab` to allow opening the Custom Link in a new tab
12  * Added helper method `flag()` for boolean configuration values
13  * Updated helper plugin to support raw value retrieval via `value()`
14  * Improved integration with Navigator top bar (Custom Link label, URL, and behavior now fully configurable)
15
162026-03-16
17  * Added multilingual default article list (Portuguese, English, Spanish, French)
18  * Added support for French elisions (l’, d’, qu’, etc.)
19  * Improved Unicode-aware matching for article stripping
20  * Added NBSP and punctuation-safe prefix detection
21  * Switched Admin field to multiline for better visibility
22  * Added max-length guard to prevent accidental long input
23  * Refined normalization logic for AUTOINDEX integration
24  * Updated plugin.info.txt with clearer description and tags
25
262026-02-10
27  * Initial integration with Navigator theme
28  * Added customizable top-bar labels
29  * Added basic article-stripping for sorting
30  * Added helper functions for autolist behavior
31