Skip to content

Releases: drawpile/dpwebadmin

0.13.1

21 Sep 11:40
0.13.1
88ba7f7

Choose a tag to compare

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

21 Sep 07:56
0.13.0
ce83744

Choose a tag to compare

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

02 Apr 09:39
0.12.0
78cd886

Choose a tag to compare

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

07 Mar 13:20
0.11.0
574b86a

Choose a tag to compare

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

28 Feb 23:14
0.10.0
3986a39

Choose a tag to compare

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

27 Jan 02:15
0.9.0
dd470b7

Choose a tag to compare

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

30 Dec 17:06
0.8.1
a14e2ab

Choose a tag to compare

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

04 Dec 14:35
0.8.0
ae102b3

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

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

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.