diff --git a/qml/components/Constants.qml b/qml/components/Constants.qml index 2678ead..78b7627 100644 --- a/qml/components/Constants.qml +++ b/qml/components/Constants.qml @@ -22,7 +22,7 @@ import QtQuick 2.0 QtObject { id: constant - property string version: "v0.1.0" + property string version: "v0.2.0" property url website: "https://github.com/cnlpete/harbour-rainviewer/" property url sourceRepoSite: "https://github.com/cnlpete/harbour-rainviewer/" property url issueTrackerUrl: "https://github.com/cnlpete/harbour-rainviewer/issues" diff --git a/rpm/harbour-rainviewer.changes b/rpm/harbour-rainviewer.changes index 2e85426..f809d3b 100644 --- a/rpm/harbour-rainviewer.changes +++ b/rpm/harbour-rainviewer.changes @@ -1,3 +1,7 @@ +* Thu Nov 14 2024 Hauke Schade 0.2.0-1 +- store last viewed location +- allow to clear map cache + * Tue Nov 12 2024 Hauke Schade 0.1.0-1 - Initial release with - Settings page for some arbitrary decisions diff --git a/rpm/harbour-rainviewer.spec b/rpm/harbour-rainviewer.spec index cb3efa5..dc3846f 100644 --- a/rpm/harbour-rainviewer.spec +++ b/rpm/harbour-rainviewer.spec @@ -9,7 +9,7 @@ Name: harbour-rainviewer %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: Rainviewer -Version: 0.1.0 +Version: 0.2.0 Release: 1 Group: Applications/Internet License: GPLv3