-
-
Notifications
You must be signed in to change notification settings - Fork 461
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Jan Hovancik <[email protected]>
- Loading branch information
1 parent
2a4c4be
commit 25611dc
Showing
9 changed files
with
182 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Flatpak Lint | ||
|
||
on: | ||
push: | ||
branches: | ||
- release | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Install the required packages | ||
run: sudo apt -y install appstream-util desktop-file-utils | ||
- name: Verify the AppStream metadata file | ||
run: appstream-util validate net.hovancik.Stretchly.metainfo.xml | ||
- name: Verify the desktop file | ||
run: desktop-file-validate net.hovancik.Stretchly.desktop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,8 @@ dist | |
coverage | ||
.history | ||
.vscode | ||
.idea | ||
.idea | ||
.flatpak-builder/ | ||
*build-dir/ | ||
repo/ | ||
flatpak-node-generator.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[Desktop Entry] | ||
Name=Stretchly | ||
Exec=run.sh %U | ||
Terminal=false | ||
Type=Application | ||
Icon=net.hovancik.Stretchly | ||
StartupWMClass=Stretchly | ||
Comment=The break time reminder app | ||
Categories=Utility; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,133 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>net.hovancik.Stretchly</id> | ||
<launchable type="desktop-id">net.hovancik.Stretchly.desktop</launchable> | ||
<provides> | ||
<id>stretchly.desktop</id> | ||
</provides> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>BSD-2-Clause</project_license> | ||
<content_rating type="oars-1.1" /> | ||
<name>Stretchly</name> | ||
<developer_name>Jan Hovancik</developer_name> | ||
<summary>The break time reminder app</summary> | ||
<description> | ||
<p> | ||
Stretchly is a cross-platform Electron app that reminds you to take breaks when working on your computer. | ||
</p> | ||
</description> | ||
<url type="bugtracker">https://github.com/hovancik/stretchly/issues</url> | ||
<url type="donation">https://hovancik.net/stretchly/sponsor/</url> | ||
<url type="help">https://hovancik.net/stretchly/features/</url> | ||
<url type="homepage">https://hovancik.net/stretchly/</url> | ||
<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> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://hovancik.net/stretchly/img/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> | ||
</screenshot> | ||
</screenshots> | ||
<releases> | ||
<release version="1.11.0" date="2022-08-07"> | ||
<description> | ||
<p>Added</p> | ||
<ul> | ||
<li>Japanese translations</li> | ||
<li>break ideas are translatable</li> | ||
<li>unregister shortcuts on app's quit</li> | ||
</ul> | ||
<p>Changed</p> | ||
<ul> | ||
<li>updated many translations</li> | ||
<li>no Linux 32 builds, as Electron does not support them anymore</li> | ||
</ul> | ||
<p>Fixed</p> | ||
<ul> | ||
<li>crashing when skipping to break and time to break in tray</li> | ||
<li>Portuguese and Brazilian labels in welcome screen</li> | ||
<li>partial minutes in break preferences</li> | ||
<li>counting break time when break starts</li> | ||
<li>breaks not being finished when exclusion starts</li> | ||
<li>incorrect format in logs</li> | ||
<li>Preferences bigger then available height</li> | ||
</ul> | ||
</description> | ||
</release> | ||
<release version="1.10.0" date="2022-02-22"> | ||
<description> | ||
<p>Added</p> | ||
<ul> | ||
<li>advanced option for app exclusion check interval</li> | ||
<li>build for Apple silicon</li> | ||
<li>ability to schedule break from command line</li> | ||
</ul> | ||
</description> | ||
</release> | ||
<release version="1.9.0" date="2021-12-24"> | ||
<description> | ||
<p>Fixed</p> | ||
<ul> | ||
<li>typo in quotes</li> | ||
<li>break not being resumed after DND if device was locked meanwhile on macOS</li> | ||
<li>transparency not working in breaks</li> | ||
<li>command line arguments</li> | ||
<li>Turkish option in Welcome window</li> | ||
<li>no break texts and time in break window</li> | ||
</ul> | ||
<p>Changed</p> | ||
<ul> | ||
<li>updated many translations</li> | ||
</ul> | ||
<p>Added</p> | ||
<ul> | ||
<li>advanced option to show current time in break window</li> | ||
</ul> | ||
</description> | ||
</release> | ||
<release version="1.8.1" date="2021-11-24"/> | ||
<release version="1.8.0" date="2021-11-21"> | ||
<description> | ||
<p>Added</p> | ||
<ul> | ||
<li>new break ideas</li> | ||
<li>advanced option for showing minutes remaining in app tray</li> | ||
<li>30 minute pause option</li> | ||
</ul> | ||
<p>Changed</p> | ||
<ul> | ||
<li>improve tray status messages</li> | ||
<li>updated and added many translations</li> | ||
<li>increase new version check to 48 hours</li> | ||
<li>change font to Nato Sans for better support</li> | ||
</ul> | ||
<p>Fixed</p> | ||
<ul> | ||
<li>prevent empty break windows</li> | ||
<li>improve window positioning</li> | ||
<li>error on Windows and Linux systems when temporary directory is not executable</li> | ||
</ul> | ||
</description> | ||
</release> | ||
<release version="1.7.0" date="2021-05-04"> | ||
<description> | ||
<p> | ||
Added advanced preferences for Pause/Resume Breaks global shortcuts and for picking the monitor to show the break on. | ||
Added initial support for the RTL languages for the UI. | ||
The endBreakShortcut can now be disabled by settin it to an empty string. | ||
Updated many translations. | ||
Prevent memory leak after break has ended. | ||
</p> | ||
</description> | ||
</release> | ||
<release version="1.6.0" date="2021-04-16"/> | ||
<release version="1.5.0" date="2021-04-07"/> | ||
</releases> | ||
</component> |