From d45906a7f812888e7674e5f2fe08de8679c4e466 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Thu, 21 Nov 2024 19:47:18 -0800 Subject: [PATCH] Update hello.txt --- wave/tools/chocolateyinstall.ps1 | 34 +++++++++++----------- wave/wave.nuspec | 50 ++++++++++++++++---------------- 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/wave/tools/chocolateyinstall.ps1 b/wave/tools/chocolateyinstall.ps1 index bb885fa..cd44431 100644 --- a/wave/tools/chocolateyinstall.ps1 +++ b/wave/tools/chocolateyinstall.ps1 @@ -1,17 +1,17 @@ -$ErrorActionPreference = 'Stop' -$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url64 = 'https://dl.waveterm.dev/releases-w2/Wave-win32-x64-0.8.12.msi' -$packageArgs = @{ - packageName = $env:ChocolateyPackageName - unzipLocation = $toolsDir - fileType = 'msi' - url64bit = $url64 - - softwareName = 'Wave' - checksum64 = '064194834A092496B9BB3CED219C683F47A05E68A5E3F180C56C33A4FBB6CA6F02945E5812756E4B6004BF139946D2D07B0674DBEC883D2351AFEFF991680374' - checksumType64= 'sha512' - silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" - validExitCodes= @(0, 3010, 1641) -} - -Install-ChocolateyPackage @packageArgs +$ErrorActionPreference = 'Stop' +$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" +$url64 = 'https://dl.waveterm.dev/releases-w2/Wave-win32-x64-0.9.3.msi' +$packageArgs = @{ + packageName = $env:ChocolateyPackageName + unzipLocation = $toolsDir + fileType = 'msi' + url64bit = $url64 + + softwareName = 'Wave' + checksum64 = '7b2802a8a2b86bae9dd973114435883cdb5dea4986c2804892be997e64c3d35b058a054adde57be5bacfe544583f35cff84df24f70e3c9e5b2b03d880d376b5c' + checksumType64= 'sha512' + silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" + validExitCodes= @(0, 3010, 1641) +} + +Install-ChocolateyPackage @packageArgs \ No newline at end of file diff --git a/wave/wave.nuspec b/wave/wave.nuspec index 93b11dd..9bea7e1 100644 --- a/wave/wave.nuspec +++ b/wave/wave.nuspec @@ -1,25 +1,25 @@ - - - wave - 0.8.12 - Wave Terminal - Command Line Inc - https://www.waveterm.dev - Command Line Inc - https://cdn.jsdelivr.net/gh/wavetermdev/waveterm@main/assets/appicon-windows.png - https://github.com/wavetermdev/waveterm/blob/main/LICENSE - https://www.github.com/wavetermdev/waveterm - https://docs.waveterm.dev - https://github.com/wavetermdev/waveterm/issues - true - wave terminal emulator shell command line developer productivity - An open-source, cross-platform terminal for seamless workflows - Wave is an open-source terminal that can launch graphical widgets, controlled and integrated directly with the CLI. It includes a base terminal, directory browser, file previews (images, media, markdown), a graphical editor (for code/text files), a web browser, and integrated AI chat. - -Wave isn't just another terminal emulator; it's a rethink on how terminals are built. For too long there has been a disconnect between the CLI and the web. If you want fast, keyboard-accessible, easy-to-write applications, you use the CLI, but if you want graphical interfaces, native widgets, copy/paste, scrolling, variable font sizes, then you'd have to turn to the web. Wave's goal is to bridge that gap. - - - - - - + + + wave + 0.9.3 + Wave Terminal + Command Line Inc + https://www.waveterm.dev + Command Line Inc + https://cdn.jsdelivr.net/gh/wavetermdev/waveterm@main/assets/appicon-windows.png + https://github.com/wavetermdev/waveterm/blob/main/LICENSE + https://www.github.com/wavetermdev/waveterm + https://docs.waveterm.dev + https://github.com/wavetermdev/waveterm/issues + true + wave terminal emulator shell command line developer productivity + An open-source, cross-platform terminal for seamless workflows + Wave is an open-source terminal that can launch graphical widgets, controlled and integrated directly with the CLI. It includes a base terminal, directory browser, file previews (images, media, markdown), a graphical editor (for code/text files), a web browser, and integrated AI chat. + +Wave isn't just another terminal emulator; it's a rethink on how terminals are built. For too long there has been a disconnect between the CLI and the web. If you want fast, keyboard-accessible, easy-to-write applications, you use the CLI, but if you want graphical interfaces, native widgets, copy/paste, scrolling, variable font sizes, then you'd have to turn to the web. Wave's goal is to bridge that gap. + + + + + +