mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-30 11:53:44 +02:00
Merge branch 'develop' into feature/react-admin
This commit is contained in:
@@ -3,6 +3,14 @@ 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.
|
This project follows [Semantic Versioning](http://semver.org) guidelines.
|
||||||
|
|
||||||
|
## v1.2.1
|
||||||
|
### Fixed
|
||||||
|
* Fixes URL-encoding of filenames when working in the filemanager to fix issues when moving, renaming, or deleting files.
|
||||||
|
* Fixes URL-encoding of email addresses when requesting a password reset.
|
||||||
|
|
||||||
|
### Added
|
||||||
|
* Adds the ability for users to select a base Java Docker image for most Minecraft specific eggs shipped as defaults.
|
||||||
|
|
||||||
## v1.2.0
|
## v1.2.0
|
||||||
### Fixed
|
### Fixed
|
||||||
* Fixes newest backup being deleted when creating a new one using the schedule tasks, rather than the oldest backup.
|
* Fixes newest backup being deleted when creating a new one using the schedule tasks, rather than the oldest backup.
|
||||||
|
|||||||
@@ -223,7 +223,6 @@ export default () => {
|
|||||||
type={'text'}
|
type={'text'}
|
||||||
placeholder={'Type a command...'}
|
placeholder={'Type a command...'}
|
||||||
aria-label={'Console command input.'}
|
aria-label={'Console command input.'}
|
||||||
aria-description={'Type a command and press enter to send to server.'}
|
|
||||||
disabled={!instance || !connected}
|
disabled={!instance || !connected}
|
||||||
onKeyDown={handleCommandKeyDown}
|
onKeyDown={handleCommandKeyDown}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user