Skip to content

Commit

Permalink
Set version 2.1.8 release date
Browse files Browse the repository at this point in the history
  • Loading branch information
callaa committed May 4, 2019
1 parent 0418a82 commit e7f8eee
Show file tree
Hide file tree
Showing 3 changed files with 27 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.7" )
set ( DRAWPILE_VERSION "2.1.8" )

### 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-0?-?? Version 2.1.8
2019-05-04 Version 2.1.8
* Server: fixed potential crash when terminating session
* Server: listings are now refreshed in batches instead of individually
* Background color alpha can now be set in the "new image" dialog
Expand Down
25 changes: 25 additions & 0 deletions desktop/net.drawpile.drawpile.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,31 @@
<category>Graphics</category>
</categories>
<releases>
<release version="2.1.8" date="2019-05-04">
<url>https://drawpile.net/news/release-2.1.8/</url>
<description>
<p>Bugs fixed:</p>
<ul>
<li>Server: fixed potential crash when terminating session</li>
<li>Fixed formatting in update check dialog when more than one new version is shown</li>
<li>Drag&amp;dropping a link to an image onto the canvas now works again</li>
<li>Fixed crash when opening an OpenRaster file with missing stack.xml</li>
</ul>
<p>Feature improvements:</p>
<ul>
<li>Server: listings are now refreshed in batches instead of individually</li>
<li>Background color alpha can now be set in the "new image" dialog</li>
<li>Adaptive canvas zoom slider: the minimum value is now always the zoom level needed to fit the whole canvas on screen</li>
<li>Drawpile can now download the latest version via the "check for updates" dialog</li>
<li>New more efficient recording index format. Indexes are now generated faster and the files are smaller.</li>
<li>Enabled dark appearance support on macOS</li>
<li>Memory usage optimization: only the minimum amount of session history is now kept in memory</li>
<li>Manual session reset snapshots are now retained separately for one minute.</li>
<li>NSFW sessions are no longer hidden by default</li>
</ul>
</description>
<artifacts/>
</release>
<release version="2.1.7" date="2019-04-13">
<url>https://drawpile.net/news/release-2.1.7/</url>
<description>
Expand Down

0 comments on commit e7f8eee

Please sign in to comment.