Skip to content

Releases: nekudo/shiny_deploy

v1.4.3

22 Jul 05:46
88ab77b

Choose a tag to compare

Changelog

  • Update dependencies
  • Adjust Sha256 Signer for backwards compatibility
  • Increase SSH timeout

v1.4.2

21 Oct 07:56

Choose a tag to compare

Changelog

  • Update dependencies.

v1.4.1

17 Jul 09:56

Choose a tag to compare

Changelog

  • Bugfix: Fix typehint bug
  • Bugfix: Fix deprecated usage of "implode"
  • Bugfix: Fix "Unable to connect bug" when updating existing repositories.
  • Bugfig: Fix bug in API request parser

v1.4.0

21 Jun 17:44

Choose a tag to compare

Changelog

  • Update dependencies.
  • Make compatible with PHP 8.
  • Make PHP 8.0 a requirement.

v1.3.6

19 Apr 20:09

Choose a tag to compare

Changelog

  • Fix regression bug during API url creation.

v1.3.5

18 Apr 11:41
489d2ea

Choose a tag to compare

Changelog

  • Hardening: Do not send any passwords from server to client.

v1.3.4

05 Apr 08:45

Choose a tag to compare

Changelog

  • Fix warning in DB class when trying to fetch value from empty row.
  • Update dependencies.

v1.3.3

09 Dec 12:18

Choose a tag to compare

Changelog

  • Update dependencies
  • Add multi-user feature
  • Add install/update tasks (cli)
  • Add change user-password task (cli)
  • Update to latest JWT API
  • Remove user-management remains from GUI

v1.3.2

28 Nov 19:48

Choose a tag to compare

Changelog

  • Fix regression bug during user creation.
  • Optimize error handling in database class.
  • Add support for Gitea webhooks.
  • Fix bug when deploying without any changed files.

v1.3.1

07 Oct 14:16

Choose a tag to compare

  • Drop ssh2-extension in favor of phpseclib.
  • Fixed bug when renaming/moving files in git.
  • Fix regression bug while estimating revision on remote server.
  • Optimize connectivity check of GIT repository urls.
  • Optimize handling of git errors.