- updated packaging boilerplate and attribution file
- added screenshots to readme
- removed the last remaining translated string, so no translations are needed anymore
- reintroduced support for links in options descriptions
- refined styling in general
- updated translations: Russian, Spanish, Chinese, Czech, Dutch, Hungarian, Italian
- addded support for changing options from the details page
- this can be disabled using the new
allowChanges
property inInfoCombo
- updated documentation regarding links:
- hyperlinks are only allowed in custom sections (
InfoComboSection
) but not in option descriptions - this is a technical limitation in the Silica
TextSwitch
component and cannot easily be solved here
- hyperlinks are only allowed in custom sections (
- moved the ready-made Attribution component from
Opal/<module>/Opal<module>Attribution.qml
toOpal/Attributions/Opal<module>Attribution.qml
- you no longer have to import all Opal modules on the “About” page to attribute them,
simply use
import "../modules/Opal/Attributions"
to access all attributions
- updated translations: Swedish, Spanish
- fixed
OpalInfoComboAttribution
so that it correctly importsOpal.About
- fixed color of links in descriptions
- added
linkHandler
property andlinkActivated
signal toInfoCombo
- default link handler is
Qt.openUrlExternally
- first fully-featured and stable release