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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,16 @@ 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.0.3
7
+
### Fixed
8
+
* Fixes bug causing subusers to not be creatable or editable via the frontend for servers.
9
+
* Fixes system timezone not being passed along properly to the MySQL connection causing scheduled tasks to run every minute when the MySQL instance and Panel timezone did not line up.
10
+
* Fixes listing servers owned by a user in the admin area to actually list their servers.
11
+
12
+
### Changed
13
+
* Adds SameSite `lax` attribute for cookies generated by the Panel.
14
+
* Adds better filtering for searching servers in the admin area to better key off name, uuid, or owner username/email.
15
+
6
16
## v1.0.2
7
17
### Added
8
18
* Adds support for searching inside the file editor.
0 commit comments