diff --git a/LICENSE b/LICENSE index 70a81ee0..9a5e7862 100644 --- a/LICENSE +++ b/LICENSE @@ -3,6 +3,7 @@ MIT License Copyright (c) 2022-2024 olf (Olf0) 2017-2022 Petr Tsymbarovich (mentaljam / osetr) 2019-2022 Björn Bidar (Thaodan) + 2024 Peter G. (nephros) 2024 citronalco 2020 Dmitry Gerasimov (dseight) 2019 Matti Viljanen (direc85) diff --git a/README.md b/README.md index 430ca57d..a212e9bc 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,11 @@ If you want to translate Storeman to a language it does not support yet or enhan | Manage repositories | Installed Apps | Bookmarked Apps | Repository details | | | | | | -## Credits - +## [Contributors](https://github.com/storeman-developers/harbour-storeman/graphs/contributors) +Note that translators are not listed here, but [there](https://github.com/storeman-developers/harbour-storeman/blob/master/qml/models/TranslatorsModel.qml). - [Petr Tsymbarovich (mentaljam / osetr)](https://github.com/mentaljam) - [olf (Olf0)](https://github.com/Olf0) +- [Peter G. (nephros)](https://github.com/nephros) - [Matti Viljanen (direc85)](https://github.com/direc85) - [Björn Bidar (Thaodan)](https://github.com/Thaodan) - [citronalco](https://github.com/citronalco) diff --git a/data/harbour.storeman.service b/data/harbour.storeman.service index 24e1e2d4..5c6cc13e 100644 --- a/data/harbour.storeman.service +++ b/data/harbour.storeman.service @@ -1,4 +1,3 @@ [D-BUS Service] Name=harbour.storeman.service Exec=/usr/bin/invoker --type=silica-qt5 -s /usr/bin/harbour-storeman -User=nemo diff --git a/qml/models/DevelopersModel.qml b/qml/models/DevelopersModel.qml index 5b74c249..c2f673c9 100644 --- a/qml/models/DevelopersModel.qml +++ b/qml/models/DevelopersModel.qml @@ -14,6 +14,10 @@ ListModel { name: "olf (Olf0)" link: "https://github.com/Olf0" }, + ListElement { + name: "Peter G. (nephros)" + link: "https://github.com/nephros" + }, ListElement { name: "Matti Viljanen (direc85)" link: "https://github.com/direc85" diff --git a/rpm/harbour-storeman.changes b/rpm/harbour-storeman.changes index f94bfc66..d83524c8 100644 --- a/rpm/harbour-storeman.changes +++ b/rpm/harbour-storeman.changes @@ -1,3 +1,6 @@ +* Sun Mar 24 2024 olf - 0.3.9 +- Remove `User=` specification from D-Bus service file (#473) by @nephros, closes issue #301 + * Tue Mar 19 2024 olf - 0.3.8 - Rename branch `sfos3.2` to `sfos3.1` to reflect reality and avoid confusion (#454, #455) - [Workflows] Add recent changes from Patchmanager (#457) diff --git a/rpm/harbour-storeman.spec b/rpm/harbour-storeman.spec index 9da14470..1f24298c 100644 --- a/rpm/harbour-storeman.spec +++ b/rpm/harbour-storeman.spec @@ -3,7 +3,7 @@ Name: harbour-storeman Summary: OpenRepos client application for SailfishOS # The tag must adhere to semantic versioning: Among multiple other # reasons due to its use for `qmake5` in line 107. See https://semver.org/ -Version: 0.3.8 +Version: 0.3.9 # The tag comprises one of {alpha,beta,rc,release} postfixed with a # natural number greater or equal to 1 (e.g., "beta3") and may additionally be # postfixed with a plus character ("+"), the name of the packager and a release