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

Commit 5bc83f5

Browse files
author
Humdinger
committed
Release v1.3.3
And another bugfix release. While the setup window is shown, switch window feel from modal to 'normal'. Otherwise ou aren't able to e.g. drag'n'drop files from Tracker windows into the 'Ignore list'. Thanks, Diver, for pointing that out.
1 parent 40ec161 commit 5bc83f5

2 files changed

Lines changed: 6 additions & 1 deletion

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.2";
20+
static const char kVersion[] = "v1.3.3";
2121
static const char kCopyright[] = "2010-2019";
2222

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

ReadMe.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,11 @@ <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.3</b> - <i>30-05-2019:</i></p>
200+
<ul>
201+
<li>All Quicklaunch windows being modal, one couldn't drag'n'drop files from Tracker into the 'Ignore list' of the Setup window. Solved by making the windows 'normal' while the Setup window is open.</li>
202+
</ul>
203+
199204
<p><b>1.3.2</b> - <i>24-05-2019:</i></p>
200205
<ul>
201206
<li>Fix freeze when adding/removing an item to/from the ignore list.</li>

0 commit comments

Comments
 (0)