Skip to content

Commit 397af6b

Browse files
committed
Release version v3.0.0
1 parent 425d798 commit 397af6b

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ SPDX-License-Identifier: GFDL-1.3-or-later
55

66
# Changelog
77

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+
832
## 2.3.9 (2025-08-08)
933

1034
- Added translations: Arabic, Persian

doc/module.opal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#
1212

1313
# current semantic version number, cf. https://semver.org
14-
version: 2.3.9
14+
version: 3.0.0
1515

1616
# plain name as used in the module repository URL, will be prefixed with "opal-"
1717
# where necessary

0 commit comments

Comments
 (0)