Skip to content

Releases: drawpile/dpwebadmin

0.8.0

04 Dec 14:35
0.8.0
ae102b3
Compare
Choose a tag to compare

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

01 Nov 23:24
0.7.0
c459bf6
Compare
Choose a tag to compare

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

07 Sep 20:05
0.6.0
79172ca
Compare
Choose a tag to compare

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

28 Apr 11:17
0.5.1
2dbdcca
Compare
Choose a tag to compare

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

27 Feb 10:17
0.5.0
0b71169
Compare
Choose a tag to compare

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

25 Feb 09:40
0.4.0
aa712b8
Compare
Choose a tag to compare

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

18 Feb 05:08
0.3.0
633ac58
Compare
Choose a tag to compare

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

05 Feb 00:42
wip-webclient
1bd495c
Compare
Choose a tag to compare
wip-webclient Pre-release
Pre-release

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

13 Jan 07:07
0.2.0
d9e12fb
Compare
Choose a tag to compare

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.