Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewalanpenning committed Dec 1, 2021
1 parent b782fbb commit 22732a6
Showing 1 changed file with 2 additions and 32 deletions.
34 changes: 2 additions & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,2 @@
# v2.3.0
- Feature: Added PHP configuration for creating Networks and Storage Pools using JSON in clustered hosts
- Feature: Utilized local web browser storage to save the state of the sidebar toggle between pages and page reloads
- Improvement: Added additional 200 status_code checks on API calls for lists of LXD items
- Improvement: Disabled container-only and vm-only instance configuration options for the non-selected instance type
- Bug Fix: Now updates instance memory and cpu limits on container-only and vm-only options when virtual-machine selected

# v2.2.0
- Feature: Additional configuration properties have been added to the web form for creating Storage Pools and Storage Volumes, including clustered servers
- Feature: Additional configuration properties have been added to the web form for creating Projects
- Feature: Added cluster configuration to the creation of networks from form entries
- Feature: Filtered the default view of Storage Volumes to show only custom type storage volumes by default and provided link to remove this filter

# v2.1.0
- Feature: Users can now add network, disk, and proxy devices directly to an instance from a form
- Feature: Users can now remove network, disk, and proxy devices from an instance using the dashboard
- Feature: Additional configuration properties have been added to the web form for creating Networks
- Feature: Users can add/remove Network ACL egress/ingress rules using the dashboard
- Feature: The Exec terminal experience has been added to instances
- Feature: Users can click on the "Check for updates" button in the About modal to get a version status

# v2.0.3
- Bug Fix: Continuing the bug fix from previous version, used float type casting for memory variables on remote-single page rather than letting PHP automatically deciding on variable type.

# v2.0.2
- Bug Fix: Replaced PHP round() function with number_format() to force the format of two decimal places on instance-single and remote-single pages.

# v2.0.1
- Bug Fix: Added strtolower() when comparing if cluster member is fully operational. Both "Fully operational" and "fully operational" messages now result to true when providing a list of cluster members to migrate an instance to.

# v2.0.0
- initial release of the LXDWARE LXD dashboard version 2.0.0
# v3.0.0
- initial release of the LXDWARE LXD dashboard version 3.0.0

0 comments on commit 22732a6

Please sign in to comment.