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: electerm.electerm version 1.51.0
- Loading branch information
Showing
3 changed files
with
98 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
manifests/e/electerm/electerm/1.51.0/electerm.electerm.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,26 @@ | ||
# Created with WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json | ||
|
||
PackageIdentifier: electerm.electerm | ||
PackageVersion: 1.51.0 | ||
InstallerType: nullsoft | ||
InstallModes: | ||
- interactive | ||
- silent | ||
UpgradeBehavior: install | ||
ReleaseDate: 2024-12-20 | ||
Installers: | ||
- Architecture: x64 | ||
Scope: user | ||
InstallerUrl: https://github.com/electerm/electerm/releases/download/v1.51.0/electerm-1.51.0-win-x64-installer.exe | ||
InstallerSha256: 4E9F26ACE69146A3554C443A754588C347D93022A8BCA9561B763F1F640BCA6E | ||
InstallerSwitches: | ||
Custom: /CURRENTUSER | ||
- Architecture: x64 | ||
Scope: machine | ||
InstallerUrl: https://github.com/electerm/electerm/releases/download/v1.51.0/electerm-1.51.0-win-x64-installer.exe | ||
InstallerSha256: 4E9F26ACE69146A3554C443A754588C347D93022A8BCA9561B763F1F640BCA6E | ||
InstallerSwitches: | ||
Custom: /ALLUSERS | ||
ManifestType: installer | ||
ManifestVersion: 1.5.0 |
64 changes: 64 additions & 0 deletions
64
manifests/e/electerm/electerm/1.51.0/electerm.electerm.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,64 @@ | ||
# Created with WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json | ||
|
||
PackageIdentifier: electerm.electerm | ||
PackageVersion: 1.51.0 | ||
PackageLocale: en-US | ||
Publisher: ZHAO Xudong | ||
PublisherUrl: https://github.com/electerm/electerm | ||
PublisherSupportUrl: https://github.com/electerm/electerm/issues | ||
PrivacyUrl: https://github.com/electerm/electerm/wiki/privacy-notice | ||
Author: ZHAO Xudong | ||
PackageName: electerm | ||
PackageUrl: https://github.com/electerm/electerm | ||
License: MIT | ||
LicenseUrl: https://github.com/electerm/electerm/blob/HEAD/LICENSE | ||
Copyright: Copyright (c) 2017~tomorrow electerm, ZHAO Xudong | ||
CopyrightUrl: https://raw.githubusercontent.com/electerm/electerm/master/LICENSE | ||
ShortDescription: Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs | ||
Description: Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs | ||
Moniker: electerm | ||
Tags: | ||
- cli | ||
- cmd | ||
- command-line | ||
- command-prompt | ||
- console | ||
- developer-tools | ||
- file-manager | ||
- powershell | ||
- ps | ||
- sftp | ||
- shell | ||
- ssh | ||
- terminal | ||
- utilities | ||
- wsl | ||
ReleaseNotes: |- | ||
Major update | ||
- Rewrite session/tabs function, improve page performance, now tab/session operations would be faster and smoother, thanks to manate's upgrade by @tylerlong | ||
New features/UI/Updates | ||
- Rewrite telnet lib, now telnet can connect to some old device | ||
- UI: Add theme type icon and theme preview | ||
- Add quick command click test | ||
- Add batch input test | ||
- Improve start up speed | ||
- Update express version | ||
Bug fixes | ||
- #3696 Fix terminal background image support | ||
- Fix drag tab logic, now drag tab to another batch would not reload the tab (#3719) | ||
重大更新 | ||
- 重写了会话/标签功能,提升页面性能,现在标签/会话操作会更快更流畅,感谢 @tylerlong 对 manate 的升级 | ||
新功能/界面/更新 | ||
- 重写了 telnet 库,现在 telnet 可以连接一些旧设备 | ||
- 界面:添加主题类型图标和主题预览 | ||
- 添加快捷命令点击测试 | ||
- 添加批量输入测试 | ||
- 提高启动速度 | ||
- 更新 express 版本 | ||
Bug 修复 | ||
- #3696 修复终端背景图片支持 | ||
- 修复拖动标签逻辑,现在将标签拖动到另一个分区不会重新加载标签 (#3719) | ||
ReleaseNotesUrl: https://github.com/electerm/electerm/releases/tag/v1.51.0 | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.5.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 WinGet Releaser v2 using Komac v1.11.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json | ||
|
||
PackageIdentifier: electerm.electerm | ||
PackageVersion: 1.51.0 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.5.0 |