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
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,40 @@ 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
+
## v1.1.0
7
+
This release **requires**`Wings@1.1.0` in order to work properly due to breaking internal API changes.
8
+
9
+
### Fixed
10
+
* Fixes subuser creation/edit modal not submitting correctly when attemping to make modifications.
11
+
* Fixes a few remaining issues with multiple egg install scripts.
12
+
* Removes the ability for a schedule to have a null name and replaces any existing null names with a randomly generated name.
13
+
* Fixes schedules aborting the entire run process if a single schedule encountered an exception. This resolves batches of schedules never running correctly if they occur after a broken schedule.
14
+
* Fixes schedules not properly resetting themselves if an exception was encountered during the run.
15
+
* Fixes numerous N+1 query run-aways when loading multiple servers via the API.
16
+
* Fixes numerous issues with displaying directory and file names in the file manager if they included special characters that could not be decoded properly.
17
+
* Fixes CPU pinning not being properly passed along to Wings when updated (this also fixes memory/CPU/disk not passing along correctly as well).
18
+
* Fixes spinner not displaying properly when displayed over a modal.
19
+
20
+
### Added
21
+
* Adds ability for users to generate their own additional server allocations via the frontend if enabled.
22
+
* Adds the ability for a user to remove un-needed allocations from their server (as long as it is not the primary allocation).
23
+
* Adds support for tracking the last 32 sent console commands for a server. Access the history by using the arrow keys when the command field is active.
24
+
* Adds S3 specific environment variables allowing for backups to use any S3 compatiable system, not just AWS.
25
+
* Adds support for copying a server allocation address to the clipboard when clicked.
26
+
* Adds information about the next schedule run time when viewing an individual schedule.
27
+
* Adds link to view a server in the admin control panel to the frontend server view when logged in as a root admin.
28
+
* Adds support for egg-specific frontend/backend functionality. This is a beta feature meant for internal features at this time.
29
+
* Adds back the EULA warning popup when starting a Minecraft server without an accepted EULA.
30
+
* Adds missing descriptions for some user permissions on the frontend UI.
31
+
32
+
### Changed
33
+
* Adds Save/Invite button to top of subuser edit/creation modal to reduce the need for scrolling.
34
+
* Updated language for server transfers and mounts to be less confusing.
35
+
* Wings API endpoint for fetching all servers on a node is now properly paginated to reduce system load when returning hundreds or thousands of servers at once.
36
+
* Removes unnecessary Wings API calls when adding/editing/deleting mounts.
37
+
* Primary allocation for a server is now always returned, even if the subuser does not have permission to view all of the server allocations.
38
+
* Google Analytics frontend code is now only loaded when a valid key is provided.
39
+
6
40
## v1.0.3
7
41
### Fixed
8
42
* Fixes bug causing subusers to not be creatable or editable via the frontend for servers.
0 commit comments