You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,20 @@ This file is a running track of new features and fixes to each version of the pa
3
3
4
4
This project follows [Semantic Versioning](http://semver.org) guidelines.
5
5
6
-
## v0.5.0 (Bodacious Boreopterus) [Unreleased]
6
+
## v0.5.0-pre.2 (Bodacious Boreopterus)
7
+
8
+
### Added
9
+
* Adds support for file copying through the file manager. [#127](https://github.com/Pterodactyl/Panel/issues/127)
10
+
11
+
### Changed
12
+
* Support for sub-folders within the `getJavascript()` route for servers.
13
+
14
+
### Fixed
15
+
* File manager would do multiple up-down-up-down loading actions if you escaped renaming a file. Fixed the binding issue. [#122](https://github.com/Pterodactyl/Panel/issues/122)
16
+
* File manager actions would not trigger properly if text in a row was used to right-click from.
17
+
* File manager rename field would not disappear when pressing the escape key in chrome. [#121](https://github.com/Pterodactyl/Panel/issues/121)
18
+
19
+
## v0.5.0-pre.1 (Bodacious Boreopterus)
7
20
8
21
### Added
9
22
* Support for creating server without having to assign a node and allocation manually. Simply select the checkbox or pass `auto_deploy=true` to the API to auto-select a node and allocation given a location.
0 commit comments