File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ SPDX-License-Identifier: GFDL-1.3-or-later
5
5
6
6
# Changelog
7
7
8
+ ## 2.0.0 (2023-06-29)
9
+
10
+ - moved the ready-made Attribution component from
11
+ ` Opal/<module>/Opal<module>Attribution.qml ` to ` Opal/Attributions/Opal<module>Attribution.qml `
12
+ - you no longer have to import all Opal modules on the “About” page to attribute them,
13
+ simply use ` import "../modules/Opal/Attributions" ` to access all attributions
14
+ - translations improvements
15
+
8
16
## 1.0.0 (2023-06-26)
9
17
10
18
- first release
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: 1 .0 .0
14
+ version: 2 .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