Update changelog
This commit is contained in:
parent
6274c451af
commit
110b2568d5
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -3,6 +3,19 @@ This file is a running track of new features and fixes to each version of the pa
|
|||
|
||||
This project follows [Semantic Versioning](http://semver.org) guidelines.
|
||||
|
||||
## v1.0.1
|
||||
### Fixed
|
||||
* Fixes 500 error when mounting a mount to a server, and other related errors when handling mounts.
|
||||
* Ensures that `server_transfers` database is deleted if it already exists to avoid unnecessary error.
|
||||
* Fixes servers getting marked as "not installed" when modifying their startup arguments.
|
||||
* Fixes filemanager breadcrumbs being set incorrectly when navigating between files and folders.
|
||||
|
||||
### Changed
|
||||
* Change the requests per minute from 240 to 720 for the client API to avoid unecessarily displaying
|
||||
"Too Many Requests" errors.
|
||||
* Added error output to certain commands that will output and terminate the command execution if the database
|
||||
migrations have not been run correctly for the instance.
|
||||
|
||||
## v1.0.0
|
||||
Pterodactyl 1.0 represents the culmination of over two years of work, almost 2,000 commits, endless bug and feature requests, and a dream that
|
||||
has been in the making since 2013. 🎉
|
||||
|
|
|
@ -21,8 +21,8 @@ I would like to extend my sincere thanks to the following sponsors for helping f
|
|||
|
||||
| Company | About |
|
||||
| ------- | ----- |
|
||||
| [**WISP**](https://wisp.gg) | Extra features. |
|
||||
| [**Bloom.host**](https://bloom.host) | Bloom.host offers dedicated core VPS and Minecraft hosting with Ryzen 9 processors. With owned-hardware, we offer truly unbeatable prices on high-performance hosting. |
|
||||
| [**VersatileNode**](https://versatilenode.com/) | Looking to host a minecraft server, vps, or a website? VersatileNode is one of the most affordable hosting providers to provide quality yet cheap services with incredible support. |
|
||||
| [**MineStrator**](https://minestrator.com/) | Looking for a French highend hosting company for you minecraft server? More than 14,000 members on our discord, trust us. |
|
||||
| [**DedicatedMC**](https://dedicatedmc.io/) | DedicatedMC provides Raw Power hosting at affordable pricing, making sure to never compromise on your performance and giving you the best performance money can buy. |
|
||||
| [**Skynode**](https://www.skynode.pro/) | Skynode provides blazing fast game servers along with a top-notch user experience. Whatever our clients are looking for, we're able to provide it! |
|
||||
|
|
Loading…
Reference in New Issue