Skip to content

Commit

Permalink
Merge pull request #1208 from hovancik/release
Browse files Browse the repository at this point in the history
Release 1.12
  • Loading branch information
hovancik authored Sep 24, 2022
2 parents 25611dc + da32884 commit b6e8f87
Show file tree
Hide file tree
Showing 8 changed files with 88 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
label: Version
description: We only support the latest version. Find your version number at `Preferences` - `About`.
options:
- label: I'm using version 1.11.0
- label: I'm using version 1.12.0
required: false
- type: checkboxes
id: known-issues
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
label: Version
description: We only support the latest version. Find your version number at `Preferences` - `About`.
options:
- label: I'm using version 1.11.0
- label: I'm using version 1.12.0
required: false
- type: checkboxes
id: open-requests
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.12.0] - 2022-9-24
### Added
- support for Flatpak

Expand Down Expand Up @@ -662,7 +664,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- resume/pause functionality for reminder
- scripts for creating installers for OS X, Windows, Linux

[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.11.0...HEAD
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.12.0...HEAD
[1.11.0]: https://github.com/hovancik/stretchly/compare/v1.11.0...v1.12.0
[1.11.0]: https://github.com/hovancik/stretchly/compare/v1.10.0...v1.11.0
[1.10.0]: https://github.com/hovancik/stretchly/compare/v1.9.0...v1.10.0
[1.9.0]: https://github.com/hovancik/stretchly/compare/v1.8.1...v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Stretchly",
"version": "1.11.0",
"version": "1.12.0",
"description": "The break time reminder app",
"main": "main.js",
"repository": {
Expand Down
22 changes: 16 additions & 6 deletions net.hovancik.Stretchly.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,29 @@
<url type="translate">https://hosted.weblate.org/engage/stretchly/</url>
<screenshots>
<screenshot type="default">
<image>https://hovancik.net/stretchly/img/minibreak.png</image>
<caption>Stretchly minibreak screen</caption>
<image>https://hovancik.net/stretchly/img/flathub/minibreak.png</image>
<caption>Stretchly Mini Break screen</caption>
</screenshot>
<screenshot>
<image>https://hovancik.net/stretchly/img/welcome.png</image>
<caption>Stretchly welcome screen</caption>
<image>https://hovancik.net/stretchly/img/flathub/welcome.png</image>
<caption>Stretchly Welcome screen</caption>
</screenshot>
<screenshot>
<image>https://hovancik.net/stretchly/img/dark.png</image>
<caption>Stretchly dark mode preferences</caption>
<image>https://hovancik.net/stretchly/img/flathub/dark.png</image>
<caption>Stretchly dark mode Preferences</caption>
</screenshot>
</screenshots>
<releases>
<release version="1.12.0" date="2022-09-24">
<description>
<p>Changed</p>
<ul>
<li>updated many translations</li>
<li>remaining times are more exact</li>
<li>only update tray when needed</li>
</ul>
</description>
</release>
<release version="1.11.0" date="2022-08-07">
<description>
<p>Added</p>
Expand Down
122 changes: 62 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Stretchly",
"version": "1.11.0",
"version": "1.12.0",
"description": "The break time reminder app",
"main": "app/main.js",
"engines": {
Expand Down

0 comments on commit b6e8f87

Please sign in to comment.