Skip to content

Commit

Permalink
Release 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingpie committed May 20, 2024
1 parent bce702e commit 14b5bed
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

## [vNext]
- Creating a new app instance is now done in a finite retry loop, and stops after 5 failures.

## [2.0.9] / Unreleased
## [2.0.9] / 2024-05-20
- When an app is toggled up, it retains its original screen (fixes [#64](https://github.com/flyingpie/windows-terminal-quake/issues/64)).
- Reworked how windows are tracked and attached to, should fix a lot of "Main window handle not available yet"-issues.
- Added support for multiple configuration file locations (see docs for more info).
- Moved default log location to temp directory.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.9
2.0.10
20 changes: 20 additions & 0 deletions scoop/wtq-2.0.9.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": "2.0.9",
"description": "Turn any app into a Quake-style toggleable app.",
"homepage": "https://github.com/flyingpie/windows-terminal-quake",
"bin": "wtq.exe",
"shortcuts": [
[
"wtq.exe",
"WTQ - Windows Terminal Quake"
]
],
"persist": "wtq.jsonc",
"checkver": "github",
"architecture": {
"64bit": {
"url": "https://github.com/flyingpie/windows-terminal-quake/releases/download/v2.0.9/win-x64_self-contained.zip",
"hash": "54720c6cfbd362b59dfba66b506c91f28cc09d6f473b1677ad10d77de9e589db"
}
}
}
6 changes: 3 additions & 3 deletions scoop/wtq-latest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.8",
"version": "2.0.9",
"description": "Turn any app into a Quake-style toggleable app.",
"homepage": "https://github.com/flyingpie/windows-terminal-quake",
"bin": "wtq.exe",
Expand All @@ -13,8 +13,8 @@
"checkver": "github",
"architecture": {
"64bit": {
"url": "https://github.com/flyingpie/windows-terminal-quake/releases/download/v2.0.8/win-x64_self-contained.zip",
"hash": "2fd44326aca5a34f7dcc84e2b37ba79c3395c4c301b5e38523020636fde11ffc"
"url": "https://github.com/flyingpie/windows-terminal-quake/releases/download/v2.0.9/win-x64_self-contained.zip",
"hash": "54720c6cfbd362b59dfba66b506c91f28cc09d6f473b1677ad10d77de9e589db"
}
}
}
6 changes: 3 additions & 3 deletions scoop/wtq-nightly.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.8",
"version": "2.0.9",
"description": "Turn any app into a Quake-style toggleable app.",
"homepage": "https://github.com/flyingpie/windows-terminal-quake",
"bin": "wtq.exe",
Expand All @@ -13,8 +13,8 @@
"checkver": "github",
"architecture": {
"64bit": {
"url": "https://github.com/flyingpie/windows-terminal-quake/releases/download/v2.0.8/win-x64_self-contained.zip",
"hash": "2fd44326aca5a34f7dcc84e2b37ba79c3395c4c301b5e38523020636fde11ffc"
"url": "https://github.com/flyingpie/windows-terminal-quake/releases/download/v2.0.9/win-x64_self-contained.zip",
"hash": "54720c6cfbd362b59dfba66b506c91f28cc09d6f473b1677ad10d77de9e589db"
}
}
}
16 changes: 16 additions & 0 deletions winget/2.0.9/flyingpie.windows-terminal-quake.installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PackageIdentifier: flyingpie.windows-terminal-quake
PackageVersion: 2.0.9
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: wtq.exe
PortableCommandAlias: wtq
Commands:
- wtq
ReleaseDate: 2024-05-20
Installers:
- Architecture: x64
InstallerUrl: https://github.com/flyingpie/windows-terminal-quake/releases/download/v2.0.9/win-x64_self-contained.zip
InstallerSha256: 54720c6cfbd362b59dfba66b506c91f28cc09d6f473b1677ad10d77de9e589db
ManifestType: installer
ManifestVersion: 1.5.0
13 changes: 13 additions & 0 deletions winget/2.0.9/flyingpie.windows-terminal-quake.locale.en-US.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
PackageIdentifier: flyingpie.windows-terminal-quake
PackageVersion: 2.0.9
PackageLocale: en-US
Publisher: Flyingpie
PublisherUrl: http://flyingpie.nl/
PackageName: windows-terminal-quake
PackageUrl: https://github.com/flyingpie/windows-terminal-quake
License: MIT
LicenseUrl: https://github.com/flyingpie/windows-terminal-quake/blob/master/LICENSE
ShortDescription: Turn any app into a Quake-style toggleable app.
Moniker: windows-terminal-quake
ManifestType: defaultLocale
ManifestVersion: 1.5.0
5 changes: 5 additions & 0 deletions winget/2.0.9/flyingpie.windows-terminal-quake.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
PackageIdentifier: flyingpie.windows-terminal-quake
PackageVersion: 2.0.9
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.5.0

0 comments on commit 14b5bed

Please sign in to comment.