Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create release 1.3.0 #12

Merged
merged 4 commits into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading