Skip to content

Commit 1518e66

Browse files
authored
New version: AnalyseDeCircuit.OxideTerm version 2.0.6 (#404364)
1 parent 4dc4e00 commit 1518e66

3 files changed

Lines changed: 117 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Created with WinGet Tracker using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: AnalyseDeCircuit.OxideTerm
5+
PackageVersion: 2.0.6
6+
InstallerLocale: en-US
7+
InstallerType: nullsoft
8+
Scope: user
9+
InstallModes:
10+
- interactive
11+
- silent
12+
- silentWithProgress
13+
UpgradeBehavior: install
14+
ProductCode: OxideTerm
15+
ReleaseDate: 2026-07-18
16+
AppsAndFeaturesEntries:
17+
- ProductCode: OxideTerm
18+
InstallationMetadata:
19+
DefaultInstallLocation: '%LocalAppData%\Programs\OxideTerm'
20+
Installers:
21+
- Architecture: x64
22+
InstallerUrl: https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v2.0.6/OxideTerm_2.0.6_windows_x64-setup.exe
23+
InstallerSha256: 83471A919755A9D93A459663F7F4AF2B58DDA42B276AC60F015763A95A1FF8E2
24+
- Architecture: arm64
25+
InstallerUrl: https://github.com/AnalyseDeCircuit/oxideterm/releases/download/v2.0.6/OxideTerm_2.0.6_windows_arm64-setup.exe
26+
InstallerSha256: AE67892724C555F4C4132BBE8A42AD1D772985A88727773B28CFE6E6C3F716BF
27+
ManifestType: installer
28+
ManifestVersion: 1.12.0
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
# Created with WinGet Tracker using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: AnalyseDeCircuit.OxideTerm
5+
PackageVersion: 2.0.6
6+
PackageLocale: en-US
7+
Publisher: AnalyseDeCircuit
8+
PublisherUrl: https://github.com/AnalyseDeCircuit
9+
PublisherSupportUrl: https://github.com/AnalyseDeCircuit/oxideterm/issues
10+
Author: AnalyseDeCircuit
11+
PackageName: OxideTerm
12+
PackageUrl: https://github.com/AnalyseDeCircuit/oxideterm
13+
License: GPL-3.0
14+
LicenseUrl: https://github.com/AnalyseDeCircuit/oxideterm/blob/HEAD/LICENSE
15+
ShortDescription: Local-first SSH workspace for local shells and remote machines.Zero Electron, zero OpenSSL, zero telemetry, and no app subscription for core SSH workflows.
16+
Tags:
17+
- agent
18+
- ai-terminal
19+
- bring-your-own-key
20+
- filemanager
21+
- mcp
22+
- rag
23+
- russh
24+
- rust
25+
- sftp
26+
- ssh-client
27+
- tauri
28+
- terminal
29+
- terminal-emulator
30+
- tool-calling
31+
- wslg
32+
- xterm-js
33+
ReleaseNotes: |-
34+
OxideTerm 2.0
35+
Download for your system
36+
────────────────┬─────────────────────────────────┬─────────────────────────────────
37+
Operating system│x64 │ARM64
38+
────────────────┼─────────────────────────────────┼─────────────────────────────────
39+
Windows │Setup (.exe) │Setup (.exe)
40+
────────────────┼─────────────────────────────────┼─────────────────────────────────
41+
macOS │DMG (Intel) │DMG (Apple Silicon)
42+
────────────────┼─────────────────────────────────┼─────────────────────────────────
43+
Linux │AppImage · DEB · RPM │AppImage · DEB · RPM
44+
────────────────┴─────────────────────────────────┴─────────────────────────────────
45+
Portable archives, signatures, and sha256sums.txt remain available in the release assets below.
46+
2.0.6
47+
OxideTerm 2.0.6 improves terminal input and command-mark reliability, adds
48+
customizable settings navigation, and expands Linux window-manager integration.
49+
Highlights
50+
- Added drag-and-drop settings navigation so pages and groups can be reordered, regrouped, saved, or restored to the default layout.
51+
- Added a Linux-only option to hide the application titlebar for tiling compositors while leaving macOS and Windows behavior unchanged.
52+
Fixes
53+
- Prevented the terminal command bar from crashing when IME composition creates overflow inside its compact input surface.
54+
- Restored the blinking caret before the placeholder when an empty terminal command bar is focused.
55+
- Reset visual command marks when saved history is cleared or terminal resizing reflows the grid, while preserving completed command facts.
56+
- Improved Fish Shell command capture and command-line placement when shell integration events arrive without the usual prompt-start event.
57+
Release Maintenance
58+
- Refreshed the terminal, SFTP, port-forwarding, and Mini IDE documentation screenshots.
59+
Installation Tips / 安装提示
60+
macOS
61+
Downloaded .dmg files may be quarantined by Gatekeeper. Run in Terminal:
62+
xattr -cr ~/Downloads/OxideTerm_*.dmg
63+
# or after install / 或安装后
64+
xattr -cr /Applications/OxideTerm.app
65+
Windows
66+
If SmartScreen warns, click More info -> Run anyway.
67+
若 SmartScreen 弹出警告,点击 更多信息 -> 仍要运行。
68+
Linux
69+
# AppImage
70+
chmod +x OxideTerm_*_linux_*.AppImage && ./OxideTerm_*_linux_*.AppImage
71+
# Debian/Ubuntu
72+
sudo dpkg -i OxideTerm_*_linux_*.deb && sudo apt-get install -f
73+
# Fedora/RHEL-compatible systems
74+
sudo dnf install ./OxideTerm_*_linux_*.rpm
75+
Links
76+
- Documentation: https://oxideterm.app
77+
- GitHub Issues: https://github.com/AnalyseDeCircuit/oxideterm/issues
78+
- Changelog: https://github.com/AnalyseDeCircuit/oxideterm/blob/main/.github/release-notes/stable-changelog.md
79+
ReleaseNotesUrl: https://github.com/AnalyseDeCircuit/oxideterm/releases/tag/v2.0.6
80+
ManifestType: defaultLocale
81+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Tracker using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: AnalyseDeCircuit.OxideTerm
5+
PackageVersion: 2.0.6
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)