Skip to content

Commit

Permalink
Release v1.3.3
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Humdinger committed May 30, 2019
1 parent 40ec161 commit 5bc83f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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.2";
static const char kVersion[] = "v1.3.3";
static const char kCopyright[] = "2010-2019";

#define my_app dynamic_cast<QLApp*>(be_app)
Expand Down
5 changes: 5 additions & 0 deletions ReadMe.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@ <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.3</b> - <i>30-05-2019:</i></p>
<ul>
<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>
</ul>

<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>
Expand Down

0 comments on commit 5bc83f5

Please sign in to comment.