Skip to content

Commit a6e3ec8

Browse files
authoredFeb 6, 2025··
New version: Stretchly.Stretchly version 1.17.2 (microsoft#219253)
Signed-off-by: Dragon1573 <[email protected]>
1 parent 1e8dc60 commit a6e3ec8

File tree

3 files changed

+74
-0
lines changed

3 files changed

+74
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Created with komac v2.9.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json
3+
4+
PackageIdentifier: Stretchly.Stretchly
5+
PackageVersion: 1.17.2
6+
InstallerLocale: en-US
7+
Platform:
8+
- Windows.Desktop
9+
InstallerType: nullsoft
10+
InstallModes:
11+
- interactive
12+
- silent
13+
UpgradeBehavior: install
14+
ReleaseDate: 2025-01-19
15+
ProductCode: 4f357cc2-fcfb-5fb1-89af-67446d29eff0
16+
AppsAndFeaturesEntries:
17+
- DisplayName: Stretchly 1.17.2
18+
Installers:
19+
- Scope: user
20+
Architecture: x64
21+
InstallerUrl: https://github.com/hovancik/stretchly/releases/download/v1.17.2/Stretchly-Setup-1.17.2.exe
22+
InstallerSha256: 2810F3075A980BBB3C3C55AD3CF6063505DBE1AC91451551DD071A3D54924A9C
23+
InstallerSwitches:
24+
Custom: /CURRENTUSER
25+
- Scope: machine
26+
Architecture: x64
27+
InstallerUrl: https://github.com/hovancik/stretchly/releases/download/v1.17.2/Stretchly-Setup-1.17.2.exe
28+
InstallerSha256: 2810F3075A980BBB3C3C55AD3CF6063505DBE1AC91451551DD071A3D54924A9C
29+
InstallerSwitches:
30+
Custom: /ALLUSERS
31+
ManifestType: installer
32+
ManifestVersion: 1.9.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Created with komac v2.9.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json
3+
4+
PackageIdentifier: Stretchly.Stretchly
5+
PackageVersion: 1.17.2
6+
PackageLocale: en-US
7+
Publisher: Jan Hovancik
8+
PublisherUrl: https://github.com/hovancik/stretchly
9+
PublisherSupportUrl: https://github.com/hovancik/stretchly/issues
10+
Author: Jan Hovancik
11+
PackageName: Stretchly
12+
PackageUrl: https://hovancik.net/stretchly
13+
License: BSD-2-Clause
14+
LicenseUrl: https://github.com/hovancik/stretchly/blob/HEAD/LICENSE
15+
Copyright: Copyright (c) 2016-2020, Jan Hovancik
16+
CopyrightUrl: https://github.com/hovancik/stretchly/raw/trunk/LICENSE
17+
ShortDescription: |-
18+
Stretchly is a cross-platform electron app that reminds you to take breaks when working on your
19+
computer.
20+
Tags:
21+
- breaktime
22+
- cross-platform
23+
- reminder
24+
ReleaseNotes: |-
25+
## [1.17.2] - 2025-1-19
26+
27+
### Fixed
28+
29+
- Linux DND detection
30+
- improve macOS DND detection
31+
- debug info when from Windows Store
32+
ReleaseNotesUrl: https://github.com/hovancik/stretchly/releases/tag/v1.17.2
33+
ManifestType: defaultLocale
34+
ManifestVersion: 1.9.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.9.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json
3+
4+
PackageIdentifier: Stretchly.Stretchly
5+
PackageVersion: 1.17.2
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.9.0

0 commit comments

Comments
 (0)
Please sign in to comment.