Releases: drawpile/dpwebadmin
0.13.1
Compatible with drawpile-srv 2.3.0 and continuous release as of the release date. The attached binary is built with the following parameters in .env.local:
REACT_APP_APIROOT=/admin/api
REACT_APP_BASENAME=/admin
PUBLIC_URL=/admin
If you want to use other paths, you must build this yourself.
Changes in this release:
- Show minimum autoreset threshold in session settings so that it's clear why it may be getting reset to a different value.
0.13.0
Compatible with drawpile-srv 2.3.0 and continuous release as of the release date. The attached binary is built with the following parameters in .env.local:
REACT_APP_APIROOT=/admin/api
REACT_APP_BASENAME=/admin
PUBLIC_URL=/admin
If you want to use other paths, you must build this yourself.
Changes in this release:
- Support for minimum autoreset threshold setting.
- Support for session-specific size limits.
- Support for session-specific archiving settings.
- Size fields now default to MB as a unit instead of using bytes when no unit is given.
0.12.0
Compatible with drawpile-srv 2.2.2 and continuous release as of the release date. The attached binary is built with the following parameters in .env.local:
REACT_APP_APIROOT=/admin/api
REACT_APP_BASENAME=/admin
PUBLIC_URL=/admin
If you want to use other paths, you must build this yourself.
Changes in this release:
- Private user list setting is removed, since it doesn't exist anymore.
- Support for unlisted session flag.
- Support for unlisted host policy setting.
- Filter name regex setting support.
- User flags are now shown more exhaustively and in a unified way on both the users and session pages.
0.11.0
Compatible with drawpile-srv 2.2.2 and continuous release as of the release date. The attached binary is built with the following parameters in .env.local:
REACT_APP_APIROOT=/admin/api
REACT_APP_BASENAME=/admin
PUBLIC_URL=/admin
If you want to use other paths, you must build this yourself.
Changes in this release:
- Implement prefer WebSockets configuration setting
- Don't lock extban refresh and check buttons when the section is locked
0.10.0
Compatible with drawpile-srv 2.2.2 and continuous release as of the release date. The attached binary is built with the following parameters in .env.local:
REACT_APP_APIROOT=/admin/api
REACT_APP_BASENAME=/admin
PUBLIC_URL=/admin
If you want to use other paths, you must build this yourself.
Changes in this release:
- Implement web browser host permission
- Implement invite codes
- Implement require matching host setting
- Allow editing session founders
- Format dates with user locale
- Reword WebSocket settings to say web browser instead, since that's what they apply to now
- Reword opword to operator password, since that's what the application calls it
- Make log retention setting less confusing to use
- Disable kick button on users page properly
0.9.0
Compatible with drawpile-srv 2.2.2-beta.4 and continuous release as of the release date. The attached binary is built with the following parameters in .env.local:
REACT_APP_APIROOT=/admin/api
REACT_APP_BASENAME=/admin
PUBLIC_URL=/admin
If you want to use other paths, you must build this yourself.
Changes in this release:
- Makes checkboxes no longer react when you click outside of the box or label text.
- Filtering and paging of server logs.
- Locks page to allow locking sections of the admin interface from being edited.
0.8.1
Compatible with drawpile-srv 2.2.2-beta.4 and continuous release as of the release date. The attached binary is built with the following parameters in .env.local:
REACT_APP_APIROOT=/admin/api
REACT_APP_BASENAME=/admin
PUBLIC_URL=/admin
If you want to use other paths, you must build this yourself.
Changes in this release:
- Session page no longer crashes when there's template sessions that are not yet running. They get presented as template sessions properly now.
0.8.0
Compatible with drawpile-srv 2.2.2-beta.4 The attached binary is built with the following parameters in .env.local:
REACT_APP_APIROOT=/admin/api
REACT_APP_BASENAME=/admin
PUBLIC_URL=/admin
If you want to use other paths, you must build this yourself.
Changes in this release:
- Session chat, if the server supports it.
0.7.0
Compatible with drawpile-srv 2.2.2-beta.4 The attached binary is built with the following parameters in .env.local:
REACT_APP_APIROOT=/admin/api
REACT_APP_BASENAME=/admin
PUBLIC_URL=/admin
If you want to use other paths, you must build this yourself.
Changes in this release:
- Renaming persist setting to say that anyone can persist sessions.
- Support for PERSIST user flag.
- Support for session linger time.
0.6.0
Compatible with drawpile-srv 2.2.1, 2.2.2-beta.3 and the streamed reset builds thereafter. The attached binary is built with the following parameters in .env.local:
REACT_APP_APIROOT=/admin/api
REACT_APP_BASENAME=/admin
PUBLIC_URL=/admin
If you want to use other paths, you must build this yourself.
Changes in this release:
- Add additional session status information, mostly relating to session resets and streamed resets.