Skip to content

Releases: nekudo/shiny_deploy

v1.4.2

21 Oct 07:56
Compare
Choose a tag to compare

Changelog

  • Update dependencies.

v1.4.1

17 Jul 09:56
Compare
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
Compare
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
Compare
Choose a tag to compare

Changelog

  • Fix regression bug during API url creation.

v1.3.5

18 Apr 11:41
489d2ea
Compare
Choose a tag to compare

Changelog

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

v1.3.4

05 Apr 08:45
Compare
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
Compare
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
Compare
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
Compare
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.

v1.3.0

10 Mar 12:12
Compare
Choose a tag to compare

Changes

  • Bugfix: Adjust some paths in sample config.
  • Bugfix: Handle invalid client-ids in webssocket gateway.
  • Maintenance: Optimized folder structure for angular application.
  • Maintenance: Renamed list controllers to match general naming convention.
  • Bugfix: Fix possible bug during git pull (resulting in false error message).
  • Bugfix: Fix worker process crash when providing wrong credentials for remote server.
  • Bugfix: Non responsive app when reconnecting to WSS via browser "hard reload".
  • Maintenance: Update some dependencies (in composer.json)
  • Maintenance: Remove mcrypt dependency for PHP 7.2 compatibility.