-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat
/docs
/browse
: new version released, update browse list and …
…update install docs
- Loading branch information
Showing
9 changed files
with
58 additions
and
32 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
<span class="badge bg-warning-subtle border border-warning-subtle text-warning-emphasis rounded-pill"><i class="bi bi-binoculars-fill"></i> Pre-release</span> | ||
<span class="badge bg-success-subtle border border-success-subtle text-success-emphasis rounded-pill"><i class="bi bi-check-lg"></i> Latest</span> | ||
<span class="badge bg-primary-subtle border border-primary-subtle text-primary-emphasis rounded-pill"><i class="bi bi-hash"></i> Supported</span> | ||
# beta-2024-07 | ||
<br/> | ||
|
||
#### Changes | ||
- Add bash autocompletion which can be initialized by adding `source blueprint` to your `.bashrc` (or `.zshrc` if using zsh). | ||
- Add support for installing and removing multiple extensions at once. This implementation also only runs resource-heavy commands once if any of the installed extensions require it (such as webpack asset rebuilding). | ||
- Move libraries required by the `blueprint.sh` file into `scripts/libraries` and symlink the old location. | ||
- Move commands into their own files under `scripts/commands`. | ||
- Move `-install`, `-remove`, `-init`, `-build`, `-export`, `-wipe`, `-version`, `-help`, `-info`, `-debug`, `-upgrade` and `-rerun-install` into their own files under `scripts/commands`. | ||
- Add support for upgrading from repositories that aren't hosted on GitHub. | ||
- Update upstream [`parse_yaml`](https://github.com/mrbaseman/parse_yaml/blob/master/src/parse_yaml.sh) script used for reading extension configurations. | ||
- Alt text of extension icons are now their identifier. | ||
- Entries on the extensions page are now inline with the page title. | ||
|
||
<br/> | ||
|
||
#### Bugfixes | ||
- Remove command was not functional - this has now been fixed. | ||
- Input validation was done incorrectly on Blueprint's admin page causing validation errors when toggling developer mode or telemetry. | ||
|
||
<br/> | ||
|
||
#### Breaking Changes | ||
- None yet. | ||
- Entries on the extensions page were able to overlap the Pterodactyl copyright footer. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters