Skip to content

Commit

Permalink
Merge pull request #7 from miikasda/create_release
Browse files Browse the repository at this point in the history
Create release 1.2.0
  • Loading branch information
miikasda authored Nov 23, 2023
2 parents cc5580a + a162ebf commit 7e770dd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion qml/pages/AboutPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,24 @@ import "../modules/Opal/About" as A
A.AboutPageBase {
appName: "Skruuvi"
appIcon: Qt.resolvedUrl("images/skruuvi-icon.png")
appVersion: "1.1"
appVersion: "1.2.0"
description: "Reader for Ruuvi sensors on Sailfish OS"
authors: "Miika Malin"
licenses: A.License { spdxId: "GPL-3.0-or-later" }
changelogItems: [
// add new entries at the top
A.ChangelogItem {
version: "v1.2.0"
date: "2023-11-23"
paragraphs: "Changed to semantic versioning starting from this release. Changes: " +
"Added about page (opens by pressing Skruuvi-logo), support for " +
"fullscreen plots (press the graph to open it), notification if " +
"bluetooth is off when scanning for devices, support for CSV exports and " +
"support for selecting only start or end time for plot. Fixed negative " +
"temperature readings. Also other small tweaks, for full change history " +
"check the github release."
},

A.ChangelogItem {
version: "v1.1"
date: "2023-07-04"
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-skruuvi.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: harbour-skruuvi

Summary: Reader for Ruuvi sensors
Version: 1.1
Version: 1.2.0
Release: 1
License: GPLv3
URL: https://github.com/miikasda/harbour-skruuvi
Expand Down

0 comments on commit 7e770dd

Please sign in to comment.