File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,30 @@ SPDX-License-Identifier: GFDL-1.3-or-later
5
5
6
6
# Changelog
7
7
8
+ ## 3.0.0 (2025-08-10)
9
+
10
+ - Replaced the bundled external link handler with a new dependency on the
11
+ [ Opal.LinkHandler] ( https://github.com/Pretty-SFOS/opal-linkhandler ) module.
12
+ This is a drop-in replacement: simply install the link handler module and you
13
+ are good to go. No QML changes are needed.
14
+
15
+ - The ` autoAddOpalAttributions ` property is now enabled by default. This means
16
+ you no longer have to manually add Opal modules that you are using to the
17
+ ` attributions ` list of your About page. All attributions properly installed
18
+ to ` qml/modules/Opal/Attributions/Opal*Attribution.qml ` are loaded automatically.
19
+
20
+ - Updated translations with contents from apps using this module.
21
+ I tried my best to always keep the most up-to-date version of all strings.
22
+ Hopefully nothing was overwritten - I apologize for any lost work!
23
+
24
+ ** Migrating to version 3.0.0:**
25
+
26
+ - Install the [ Opal.LinkHandler] ( https://github.com/Pretty-SFOS/opal-linkhandler ) module
27
+ ([ latest release] ( https://github.com/Pretty-SFOS/opal-linkhandler/releases/latest ) ).
28
+ - Make sure ` autoAddOpalAttributions ` is not manually disabled in your About page.
29
+ - Once ` autoAddOpalAttributions ` is enabled (new default), remove all manual
30
+ attributions for Opal modules from the ` attributions ` property in your About page.
31
+
8
32
## 2.3.9 (2025-08-08)
9
33
10
34
- Added translations: Arabic, Persian
Original file line number Diff line number Diff line change 11
11
#
12
12
13
13
# current semantic version number, cf. https:// semver.org
14
- version: 2 . 3 . 9
14
+ version: 3 . 0 . 0
15
15
16
16
# plain name as used in the module repository URL, will be prefixed with " opal-"
17
17
# where necessary
You can’t perform that action at this time.
0 commit comments