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

Commit cbb5881

Browse files
committed
Release v1.6.1
* Start quicker, and become more responsive by using a separate thread to build the initial list of all installed applications.
1 parent dff9a50 commit cbb5881

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

documentation/ReadMe.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,11 @@ <h2>
200200
<a href="#"><img src="images/up.png" style="border:none;float:right" alt="index" /></a>
201201
<a id="history" name="history">History</a></h2>
202202

203+
<p><b>1.6.1</b> - <i>10-19-2024:</i></p>
204+
<ul>
205+
<li>Start quicker, and become more responsive by using a separate thread to build the initial list of all installed applications.</li>
206+
</ul>
207+
203208
<p><b>1.6</b> - <i>10-18-2024:</i></p>
204209
<ul>
205210
<li>Support localized application names.</li>

src/QuickLaunch.rdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resource app_flags B_SINGLE_LAUNCH;
55
resource app_version {
66
major = 1,
77
middle = 6,
8-
minor = 0,
8+
minor = 1,
99

1010
/* 0 = development 1 = alpha 2 = beta
1111
3 = gamma 4 = golden master 5 = final */

0 commit comments

Comments
 (0)