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.217 (microsoft#208382)
- Loading branch information
Showing
4 changed files
with
142 additions
and
0 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
manifests/e/Eugeny/Tabby/1.0.217/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,40 @@ | ||
# Created with YamlCreate.ps1 Dumplings Mod | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json | ||
|
||
PackageIdentifier: Eugeny.Tabby | ||
PackageVersion: 1.0.217 | ||
InstallerType: nullsoft | ||
InstallerSwitches: | ||
Upgrade: --updated | ||
UpgradeBehavior: install | ||
ProductCode: 71445fac-d6ef-5436-9da7-5a323762d7f5 | ||
ReleaseDate: 2025-01-08 | ||
Installers: | ||
- Architecture: x64 | ||
Scope: user | ||
InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.217/tabby-1.0.217-setup-x64.exe | ||
InstallerSha256: 059EA6648762354F6A7E2F85071AFCDD4141CD340F98E2E1905996BC3E3E8380 | ||
InstallerSwitches: | ||
Custom: /currentuser | ||
- Architecture: x64 | ||
Scope: machine | ||
InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.217/tabby-1.0.217-setup-x64.exe | ||
InstallerSha256: 059EA6648762354F6A7E2F85071AFCDD4141CD340F98E2E1905996BC3E3E8380 | ||
InstallerSwitches: | ||
Custom: /allusers | ||
ElevationRequirement: elevationRequired | ||
- Architecture: arm64 | ||
Scope: user | ||
InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.217/tabby-1.0.217-setup-arm64.exe | ||
InstallerSha256: 581F21D29D318D473A6065D86C5D3068D325F9E1C95F120E4602FD3CD63A47BF | ||
InstallerSwitches: | ||
Custom: /currentuser | ||
- Architecture: arm64 | ||
Scope: machine | ||
InstallerUrl: https://github.com/Eugeny/tabby/releases/download/v1.0.217/tabby-1.0.217-setup-arm64.exe | ||
InstallerSha256: 581F21D29D318D473A6065D86C5D3068D325F9E1C95F120E4602FD3CD63A47BF | ||
InstallerSwitches: | ||
Custom: /allusers | ||
ElevationRequirement: elevationRequired | ||
ManifestType: installer | ||
ManifestVersion: 1.9.0 |
55 changes: 55 additions & 0 deletions
55
manifests/e/Eugeny/Tabby/1.0.217/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,55 @@ | ||
# Created with YamlCreate.ps1 Dumplings Mod | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json | ||
|
||
PackageIdentifier: Eugeny.Tabby | ||
PackageVersion: 1.0.217 | ||
PackageLocale: en-US | ||
Publisher: Eugene Pankov | ||
PublisherUrl: https://github.com/Eugeny | ||
PublisherSupportUrl: https://github.com/Eugeny/tabby/issues | ||
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 | ||
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: tabby | ||
Tags: | ||
- command-line | ||
- console | ||
- terminal | ||
- terminus | ||
ReleaseNotes: |- | ||
Changes | ||
- This release focuses on fixes for the new SSH backend, including: | ||
- ED25519 key support | ||
- Putty PPK key format support | ||
- X9.62 EC private keys support | ||
- DH GEX algorithms support | ||
- 1e44d8c: Bump Electron to 32 as 29 is EOL (#10118) (geodic) #10118 | ||
Security fixes | ||
GHSA-prcj-7rvc-26h4 | ||
- 9351354: tweak electron fuses (Eugene) | ||
It was in theory possible (on macOS) for other applications to exploit the TCC permissions (microphone/camera) previous given to Tabby by the user for malicious purposes by abusing NODE_OPTIONS env var or the debug mode. This is now fixed by disabling the corresponding Electron fuses. | ||
Fixes | ||
- 39e3ba3: Update sshImporters.ts to parse Include directive (#10105) (Hiroaki Ogasawara) #10105 | ||
- case-insensitive hostname check (#10130) #10130 (Hiroaki Ogasawara) | ||
ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.217 | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.9.0 |
39 changes: 39 additions & 0 deletions
39
manifests/e/Eugeny/Tabby/1.0.217/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,39 @@ | ||
# Created with YamlCreate.ps1 Dumplings Mod | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json | ||
|
||
PackageIdentifier: Eugeny.Tabby | ||
PackageVersion: 1.0.217 | ||
PackageLocale: zh-CN | ||
Publisher: Eugene Pankov | ||
PublisherUrl: https://github.com/Eugeny | ||
PublisherSupportUrl: https://github.com/Eugeny/tabby/issues | ||
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 | ||
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 客户端可作为网络应用程序使用(也可自行托管) | ||
Tags: | ||
- terminus | ||
- 命令行 | ||
- 控制台 | ||
- 终端 | ||
ReleaseNotesUrl: https://github.com/Eugeny/tabby/releases/tag/v1.0.217 | ||
ManifestType: locale | ||
ManifestVersion: 1.9.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 Dumplings Mod | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json | ||
|
||
PackageIdentifier: Eugeny.Tabby | ||
PackageVersion: 1.0.217 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.9.0 |