Skip to content

Commit

Permalink
Merge pull request #12 from miikasda/release_1_3_0
Browse files Browse the repository at this point in the history
Create release 1.3.0
  • Loading branch information
miikasda authored Jul 24, 2024
2 parents b3221af + aa57193 commit 2852311
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Download RPMs
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: rpm-build-result
- name: Create a release
Expand Down
9 changes: 7 additions & 2 deletions qml/pages/AboutPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@ import "../modules/Opal/About" as A
A.AboutPageBase {
appName: "Skruuvi"
appIcon: Qt.resolvedUrl("images/skruuvi-icon.png")
appVersion: "1.2.0"
appVersion: "1.3.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.3.0"
date: "2024-07-24"
paragraphs: "Added support for reading voltage and movement counter from RuuviTag, " +
"and enabled time selection in data plotting."
},
A.ChangelogItem {
version: "v1.2.0"
date: "2023-11-23"
Expand All @@ -22,7 +28,6 @@ A.AboutPageBase {
"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.2.0
Version: 1.3.0
Release: 1
License: GPLv3
URL: https://github.com/miikasda/harbour-skruuvi
Expand Down
Binary file modified screenshots/fetch_data.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/plot_data.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/select_device.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2852311

Please sign in to comment.