forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: Eugeny.Tabby version 1.0.209 (microsoft#162316)
- Loading branch information
1 parent
df77631
commit 2591791
Showing
4 changed files
with
148 additions
and
0 deletions.
There are no files selected for viewing
43 changes: 43 additions & 0 deletions
43
manifests/e/Eugeny/Tabby/1.0.209/Eugeny.Tabby.installer.yaml
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,43 @@ | ||
# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
|
||
PackageIdentifier: Eugeny.Tabby | ||
PackageVersion: 1.0.209 | ||
InstallerType: nullsoft | ||
InstallerSwitches: | ||
Upgrade: --updated | ||
UpgradeBehavior: install | ||
ReleaseDate: 2024-07-10 | ||
Installers: | ||
- Architecture: x64 | ||
Scope: user | ||
InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.209/tabby-1.0.209-setup-x64.exe | ||
InstallerSha256: 284604E6A28D8334C245ADB0FECC793F0E7194955260464500CF83D259AD4FC9 | ||
InstallerSwitches: | ||
Custom: /currentuser | ||
ProductCode: 71445fac-d6ef-5436-9da7-5a323762d7f5 | ||
- Architecture: x64 | ||
Scope: machine | ||
InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.209/tabby-1.0.209-setup-x64.exe | ||
InstallerSha256: 284604E6A28D8334C245ADB0FECC793F0E7194955260464500CF83D259AD4FC9 | ||
InstallerSwitches: | ||
Custom: /allusers | ||
ProductCode: 71445fac-d6ef-5436-9da7-5a323762d7f5 | ||
ElevationRequirement: elevationRequired | ||
- Architecture: arm64 | ||
Scope: user | ||
InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.209/tabby-1.0.209-setup-arm64.exe | ||
InstallerSha256: 0E863CC9659FD83CB4EC1F0CA80ECE93A1E9C7E045BA610308A38B2AE09FAF01 | ||
InstallerSwitches: | ||
Custom: /currentuser | ||
ProductCode: 71445fac-d6ef-5436-9da7-5a323762d7f5 | ||
- Architecture: arm64 | ||
Scope: machine | ||
InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.209/tabby-1.0.209-setup-arm64.exe | ||
InstallerSha256: 0E863CC9659FD83CB4EC1F0CA80ECE93A1E9C7E045BA610308A38B2AE09FAF01 | ||
InstallerSwitches: | ||
Custom: /allusers | ||
ProductCode: 71445fac-d6ef-5436-9da7-5a323762d7f5 | ||
ElevationRequirement: elevationRequired | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 |
51 changes: 51 additions & 0 deletions
51
manifests/e/Eugeny/Tabby/1.0.209/Eugeny.Tabby.locale.en-US.yaml
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,51 @@ | ||
# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
|
||
PackageIdentifier: Eugeny.Tabby | ||
PackageVersion: 1.0.209 | ||
PackageLocale: en-US | ||
Publisher: Eugene Pankov | ||
PublisherUrl: https://github.com/Eugeny | ||
PublisherSupportUrl: https://github.com/Eugeny/tabby/issues | ||
# PrivacyUrl: | ||
Author: Eugene Pankov | ||
PackageName: Tabby | ||
PackageUrl: https://tabby.sh/ | ||
License: MIT | ||
LicenseUrl: https://github.com/Eugeny/tabby/blob/master/LICENSE | ||
Copyright: Copyright (c) 2024 Eugene Pankov | ||
# CopyrightUrl: | ||
ShortDescription: A terminal for a more modern age. | ||
Description: |- | ||
Tabby (formerly Terminus) is a highly configurable terminal emulator, SSH and serial client for Windows 10, macOS and Linux | ||
- Integrated SSH and Telnet client and connection manager | ||
- Integrated serial terminal | ||
- Theming and color schemes | ||
- Fully configurable shortcuts and multi-chord shortcuts | ||
- Split panes | ||
- Remembers your tabs | ||
- PowerShell (and PS Core), WSL, Git-Bash, Cygwin, MSYS2, Cmder and CMD support | ||
- Direct file transfer from/to SSH sessions via Zmodem | ||
- Full Unicode support including double-width characters | ||
- Doesn't choke on fast-flowing outputs | ||
- Proper shell experience on Windows including tab completion (via Clink) | ||
- Integrated encrypted container for SSH secrets and configuration | ||
- SSH, SFTP and Telnet client available as a web app (also self-hosted) | ||
# Moniker: | ||
Tags: | ||
- command-line | ||
- console | ||
- terminal | ||
- terminus | ||
ReleaseNotes: |- | ||
Changes | ||
- Get the distro icon from the package family name #9749 (Matheus Castello) | ||
- Ensure IP is selectable in SSH tab #9773 (GeminiLn) | ||
Fixes | ||
- fa9ee75: SSH Lag Fix (Vadhvis) #9768 | ||
ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.209 | ||
# PurchaseUrl: | ||
# InstallationNotes: | ||
# Documentations: | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.0 |
46 changes: 46 additions & 0 deletions
46
manifests/e/Eugeny/Tabby/1.0.209/Eugeny.Tabby.locale.zh-CN.yaml
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,46 @@ | ||
# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json | ||
|
||
PackageIdentifier: Eugeny.Tabby | ||
PackageVersion: 1.0.209 | ||
PackageLocale: zh-CN | ||
Publisher: Eugene Pankov | ||
PublisherUrl: https://github.com/Eugeny | ||
PublisherSupportUrl: https://github.com/Eugeny/tabby/issues | ||
# PrivacyUrl: | ||
Author: Eugene Pankov | ||
PackageName: Tabby | ||
PackageUrl: https://tabby.sh/ | ||
License: MIT | ||
LicenseUrl: https://github.com/Eugeny/tabby/blob/master/LICENSE | ||
Copyright: Copyright (c) 2024 Eugene Pankov | ||
# CopyrightUrl: | ||
ShortDescription: 更现代的终端 | ||
Description: |- | ||
Tabby(原 Terminus)是一款 Windows 10、macOS、Linux 上的一款可高度定制的终端模拟器、SSH 和串口客户端 | ||
- 内置 SSH 和 Telnet 客户端和连接管理器 | ||
- 内置串口终端 | ||
- 主题和配色 | ||
- 完全可配置的快捷键和组合键 | ||
- 分割面板 | ||
- 记住您的标签页 | ||
- 支持 PowerShell(和 PS Core)、WSL、Git-Bash、Cygwin、MSYS2、Cmder、CMD | ||
- 通过 Zmodem 在 SSH 会话中直接传输文件 | ||
- 完全支持 Unicode(包括全角字符) | ||
- 高速输出而不卡顿 | ||
- 在 Windows 上提供良好的 shell 体验,包括 Tab 补全(通过 Clink) | ||
- 内置用于 SSH 密钥和配置的加密容器 | ||
- SSH、SFTP、Telnet 客户端可作为网络应用程序使用(也可自行托管) | ||
# Moniker: | ||
Tags: | ||
- terminus | ||
- 命令行 | ||
- 控制台 | ||
- 终端 | ||
# ReleaseNotes: | ||
ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.209 | ||
# PurchaseUrl: | ||
# InstallationNotes: | ||
# Documentations: | ||
ManifestType: locale | ||
ManifestVersion: 1.6.0 |
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,8 @@ | ||
# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
|
||
PackageIdentifier: Eugeny.Tabby | ||
PackageVersion: 1.0.209 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 |