diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c73e8f..7feb514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/VERSION b/VERSION index ed35d09..fee3c92 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.9 \ No newline at end of file +2.0.10 \ No newline at end of file diff --git a/scoop/wtq-2.0.9.json b/scoop/wtq-2.0.9.json new file mode 100644 index 0000000..c53be3a --- /dev/null +++ b/scoop/wtq-2.0.9.json @@ -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" + } + } +} \ No newline at end of file diff --git a/scoop/wtq-latest.json b/scoop/wtq-latest.json index 0501bf1..c53be3a 100644 --- a/scoop/wtq-latest.json +++ b/scoop/wtq-latest.json @@ -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", @@ -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" } } } \ No newline at end of file diff --git a/scoop/wtq-nightly.json b/scoop/wtq-nightly.json index 0501bf1..c53be3a 100644 --- a/scoop/wtq-nightly.json +++ b/scoop/wtq-nightly.json @@ -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", @@ -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" } } } \ No newline at end of file diff --git a/winget/2.0.9/flyingpie.windows-terminal-quake.installer.yaml b/winget/2.0.9/flyingpie.windows-terminal-quake.installer.yaml new file mode 100644 index 0000000..3b0c4a6 --- /dev/null +++ b/winget/2.0.9/flyingpie.windows-terminal-quake.installer.yaml @@ -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 diff --git a/winget/2.0.9/flyingpie.windows-terminal-quake.locale.en-US.yaml b/winget/2.0.9/flyingpie.windows-terminal-quake.locale.en-US.yaml new file mode 100644 index 0000000..4cc5a93 --- /dev/null +++ b/winget/2.0.9/flyingpie.windows-terminal-quake.locale.en-US.yaml @@ -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 diff --git a/winget/2.0.9/flyingpie.windows-terminal-quake.yaml b/winget/2.0.9/flyingpie.windows-terminal-quake.yaml new file mode 100644 index 0000000..5b41516 --- /dev/null +++ b/winget/2.0.9/flyingpie.windows-terminal-quake.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: flyingpie.windows-terminal-quake +PackageVersion: 2.0.9 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.5.0