Skip to content

7.0.0

Compare
Choose a tag to compare
@thedewi thedewi released this 17 Feb 23:55
· 256 commits to master since this release
b65428c

Highlights

  • The octo command is now lowercase
    Note: If you are using a case-sensitive system like Linux, please update any referring scripts from Octo to octo, or dotnet Octo.dll to dotnet octo.dll.
  • Switched most targets to .NET Core 3.1, producing self-contained single-file executables
  • Improved path handling in octo shell script wrapper
  • Removed --keepalive option for now because it's not yet supported in .NET Core
    Note: Some users have needed it in the past when large uploads led to timeouts. We believe this has been fixed, but if the removal of this option affects you, try the .NET Framework build and please let support know so we can investigate.