Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Commit e4d2ffb

Browse files
author
Humdinger
committed
Release v1.3.2
Another bugfix release. Fix freeze when adding/removing an item to/from the ignore list.
1 parent b2a475d commit e4d2ffb

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

QuickLaunch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "QLSettings.h"
1818
#include "SetupWindow.h"
1919

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

2323
#define my_app dynamic_cast<QLApp*>(be_app)

ReadMe.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,14 @@ <h2>
196196
<h2>
197197
<a href="#"><img src="images/up.png" style="border:none;float:right" alt="index" /></a>
198198
<a id="history" name="history">History</a></h2>
199+
<p><b>1.3.2</b> - <i>24-05-2019:</i></p>
200+
<ul>
201+
<li>Fix freeze when adding/removing an item to/from the ignore list.</li>
202+
</ul>
203+
199204
<p><b>1.3.1</b> - <i>19-05-2019:</i></p>
200205
<ul>
201-
<li>Fix crash on quit, exposed under 64bit Haiku with the new allocator (>hrev53136)</li>
206+
<li>Fix crash on quit, exposed under 64bit Haiku with the new allocator (>hrev53136).</li>
202207
</ul>
203208

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

0 commit comments

Comments
 (0)