Skip to content

Commit

Permalink
add v3.1.0-beta changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwang401 committed Jan 21, 2023
1 parent 8a2591a commit a7883b5
Showing 1 changed file with 50 additions and 21 deletions.
71 changes: 50 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,85 @@
# Changelog

This file is a running track of new features and fixes to each version of the panel released starting with `v2.0.0`.

This project follows [Semantic Versioning](http://semver.org) guidelines.

## v3.1.0-beta

### Fixed

- IP Address updating
- Server build updating

### Removed

- Option to sync or not sync network settings when deleting an IP address
- The default behavior is always to sync

## v3.0.0-beta (Tuxedo)

### Fixed
* Server installs
* a bunch of other stuff

- Server installs
- a bunch of other stuff

### Changed
* from proprietary hard-coded api tokens to Bearer tokens for the application/external api
* the whole entire frontend

- from proprietary hard-coded api tokens to Bearer tokens for the application/external api
- the whole entire frontend

### Added
* Server hostnames
* Node location grouping

- Server hostnames
- Node location grouping

### Notes
* This release is so big that I can't really summarize everything

- This release is so big that I can't really summarize everything

![The maxwell cat meme is the mascot for v3](https://imgur.com/mowvogE.png)

## v2.0.3-beta

### Fixed
* Inability to delete IP address from the admin user interface

- Inability to delete IP address from the admin user interface

## v2.0.2-beta

### Fixed
* FQDN validator for the hostname field when adding a new node

- FQDN validator for the hostname field when adding a new node

## v2.0.1-beta

### Fixed
* Problem where validation errors for the SSH key wouldn't show up
* Bug where user couldn't unset a SSH key after saving one

- Problem where validation errors for the SSH key wouldn't show up
- Bug where user couldn't unset a SSH key after saving one

## v2.0.0-beta (Bombay)

### Added
* Storing of CPU, memory, disk, snapshots, backups, and bandwidth limits
* Added server suspensions
* Added real-time status updates of server installs (though it will be deprecated in v3.x.x)
* Automatic bandwidth throttler when a user exceeds the bandwidth limit

- Storing of CPU, memory, disk, snapshots, backups, and bandwidth limits
- Added server suspensions
- Added real-time status updates of server installs (though it will be deprecated in v3.x.x)
- Automatic bandwidth throttler when a user exceeds the bandwidth limit

### Changed
* Internally, server details are now passed around the application using Laravel Data by Spatie. Though in v3.x.x, we are planning on switching to Data Transfer Objects by Spatie. We pulled the wrong package and didn't realize until one month in using the package LOL.
* Virtual machines are now limited to one disk. Multiple disks may be supported when a daemon is available in the future.
* The built-in web server is now Caddy instead of Nginx. This provides auto SSL out of the box.

- Internally, server details are now passed around the application using Laravel Data by Spatie. Though in v3.x.x, we are planning on switching to Data Transfer Objects by Spatie. We pulled the wrong package and didn't realize until one month in using the package LOL.
- Virtual machines are now limited to one disk. Multiple disks may be supported when a daemon is available in the future.
- The built-in web server is now Caddy instead of Nginx. This provides auto SSL out of the box.

### Fixed
* The commands in the node viewing page for installing the VNC Broker and templates.

- The commands in the node viewing page for installing the VNC Broker and templates.

### Known Bugs
* The real-time server installation communication is known to be buggy and will be resolved in v3.x.x
* Editing the server field for IP Addresses will sometime result in the first server of the node to be used. This will be resolved in v3.x.x

- The real-time server installation communication is known to be buggy and will be resolved in v3.x.x
- Editing the server field for IP Addresses will sometime result in the first server of the node to be used. This will be resolved in v3.x.x

![The Bombay cat breed is the mascot for v2](https://imgur.com/fP6oxn9.png)

0 comments on commit a7883b5

Please sign in to comment.