diff --git a/CHANGELOG.md b/CHANGELOG.md index 3035156..29b4a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v1.2.6 +- moved local exports of backups to /var/lxdware/backups +- added compression algorithms options to creating backups +- added instance_only and optimized_storage options to creating backups +- modified backup export to provide a download link +- improved code to reduce PHP notices in error log for undefined variables and arrays +- added htmlentities() to a few echo statements that where missing it in the PHP code + # v1.2.5 - added ability to create an instance from JSON - added "instance type" option to replicate cloud instance types from AWS, Azure, and GCE diff --git a/admin/about.html b/admin/about.html index 132e5ae..3d40b66 100644 --- a/admin/about.html +++ b/admin/about.html @@ -2,7 +2,7 @@

About: The LXD Dashboard by LXDWARE is open source software that provides a web-based user interface for controlling your LXD infrastructure.

-

Version: 1.2.5

+

Version: 1.2.6

License: GPL-3.0

URL: https://lxdware.com

diff --git a/admin/instance.html b/admin/instance.html index ef9eeaa..9e60373 100644 --- a/admin/instance.html +++ b/admin/instance.html @@ -573,10 +573,47 @@