Releases: drawpile/dpwebadmin
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.
0.5.1
Compatible with drawpile-srv 2.2.1 and 2.2.2-beta.1. 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:
- Make the "Unlist" button in the session view actually work.
0.5.0
Compatible with drawpile-srv 2.2.1 and 2.2.2-beta.1. 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:
- Make the message modal not spill over the edges on small screens
0.4.0
Compatible with drawpile-srv 2.2.1 and 2.2.2-beta.1. 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 setting for password-dependent web session allowance, if the server supports it
0.3.0
Compatible with drawpile-srv 2.2.1. 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 WebSocket-related settings
- Add session user limit setting
- Add user trusted status and a button to (un)trust
- Add a kick button on the users page
wip-webclient
For use with the WIP drawpile-srv for the web client of Drawpile. This is a development release. It may be unstable, gets updated in-place and will go away eventually.
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.
0.2.0
Compatible with drawpile-srv 2.2.0. 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.