Skip to content

Commit

Permalink
Release v1.3.2
Browse files Browse the repository at this point in the history
Another bugfix release.
Fix freeze when adding/removing an item to/from the ignore list.
  • Loading branch information
Humdinger committed May 24, 2019
1 parent b2a475d commit e4d2ffb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion QuickLaunch.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "QLSettings.h"
#include "SetupWindow.h"

static const char kVersion[] = "v1.3.1";
static const char kVersion[] = "v1.3.2";
static const char kCopyright[] = "2010-2019";

#define my_app dynamic_cast<QLApp*>(be_app)
Expand Down
7 changes: 6 additions & 1 deletion ReadMe.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,14 @@ <h2>
<h2>
<a href="#"><img src="images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="history" name="history">History</a></h2>
<p><b>1.3.2</b> - <i>24-05-2019:</i></p>
<ul>
<li>Fix freeze when adding/removing an item to/from the ignore list.</li>
</ul>

<p><b>1.3.1</b> - <i>19-05-2019:</i></p>
<ul>
<li>Fix crash on quit, exposed under 64bit Haiku with the new allocator (>hrev53136)</li>
<li>Fix crash on quit, exposed under 64bit Haiku with the new allocator (>hrev53136).</li>
</ul>

<p><b>1.3</b> - <i>05-03-2019:</i></p>
Expand Down

0 comments on commit e4d2ffb

Please sign in to comment.