Skip to content

Commit

Permalink
Set 2.1.15 release date
Browse files Browse the repository at this point in the history
  • Loading branch information
callaa committed Dec 7, 2019
1 parent b8e3cfb commit 74983cb
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set(CMAKE_AUTOMOC ON)

### generic info
set ( WEBSITE "https://drawpile.net/" )
set ( DRAWPILE_VERSION "2.1.14" )
set ( DRAWPILE_VERSION "2.1.15" )

### protocol versions
# see doc/protocol.md for protocol version history
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2019-1?-?? Version 2.1.15
2019-12-07 Version 2.1.15
* Server: Added support for list server API 1.6
* Server: Added `ext_host` and `ext_port` fields to status API endpoint
* Server: Abuse report token can now be set via admin API
Expand Down
20 changes: 20 additions & 0 deletions desktop/net.drawpile.drawpile.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,26 @@
<category>Graphics</category>
</categories>
<releases>
<release version="2.1.15" date="2019-12-07">
<url>https://drawpile.net/news/release-2.1.15/</url>
<description>
<p>Changes in this version:</p>
<ul>
<li>Server: Added support for list server API 1.6</li>
<li>Server: Added `ext_host` and `ext_port` fields to status API endpoint</li>
<li>Server: Abuse report token can now be set via admin API</li>
<li>Server: List server whitelist can now be edited via the API</li>
<li>Server: Fixed memory leak in admin API</li>
<li>Server: The server can now also serve web admin site static files</li>
<li>Server-gui: Added "welcome message" field</li>
<li>drawpile-cmd: fixed ORA export format support</li>
<li>Added command line options to override data and config paths (portable app mode)</li>
<li>Added "closed" session list filtering option</li>
<li>Added "Add" button to join dialog for adding the server's associated list server</li>
</ul>
</description>
<artifacts/>
</release>
<release version="2.1.14" date="2019-11-16">
<url>https://drawpile.net/news/release-2.1.14/</url>
<description>
Expand Down

0 comments on commit 74983cb

Please sign in to comment.