Skip to content

Releases: orlandos-nl/Citadel

0.11.1

15 Jul 09:14
0e08308

Choose a tag to compare

What's Changed

  • feat: update package dependencies and improve function signatures by @nedithgar in #112

Full Changelog: 0.11.0...0.11.1

0.11.0

23 Jun 07:40
d292854

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.10.1...0.11.0

0.10.1

11 Jun 17:21
a4059d8

Choose a tag to compare

What's Changed

  • Move ColorizeSwift dependency to correct target by @tkrajacic in #107
  • fix visibility of SSHClientSettings.init and update README example by @yusefnapora in #108
  • Fixed the build error when compiling with Swift static MUSL SDK on Linux. by @newamber in #105

New Contributors

Full Changelog: 0.10.0...0.10.1

0.10.0

05 Apr 17:47
f2cd2d6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.2...0.10.0

0.9.2

10 Dec 13:26
be1a5bc

Choose a tag to compare

What's Changed

  • Fixed readme description change TTYStdinWriter.ChangeSize function by @alien10086 in #85
  • Add support for Musl and Bionic for static cross compilation by @tkrajacic in #90

New Contributors

Full Changelog: 0.9.1...0.9.2

0.9.1

09 Nov 09:12

Choose a tag to compare

Full Changelog: 0.9.0...0.9.1

0.9.0

08 Nov 18:12

Choose a tag to compare

What's Changed

  • Optional Channel Prehandlers by @SimplyKyra in #72
  • Allow closing the SFTP channel, and provide a with-style method as well by @Joannis in #75
  • Allow with-style streaming APIs for communicating with a running program by @Joannis in #71
  • Add SFTP helper functions to retrieve the current working directory and obtain the real absolute path of a relative path. by @alien10086 in #79

New Contributors

Full Changelog: 0.8.0...0.9.0

0.8.0

30 Aug 09:50
64e674a

Choose a tag to compare

What's Changed

Full Changelog: 0.7.5...0.8.0

0.7.5

30 Aug 09:49

Choose a tag to compare

  • Fix a bug that causes commands to be returned early, before all output is collected.

Full Changelog: 0.7.4...0.7.5

0.7.4

22 Aug 17:23

Choose a tag to compare

  • Add Linux CI back, with an openssh sshd instance to talk to
  • Fix compilation on Linux