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

Commit b4db2f4

Browse files
committed
Release v1.6
* Support localized application names. * Window now "floats" instead of being "modal", allowing interaction with the rest of the system, e.g. drag&drop apps from the QuickLaunch window. * Improved vertical alignment of text esp. with tiny and big font sizes. * Bugfix: sometimes the initial window size wasn't as tall as needed. * Bugfix: using Japanese input methods didn't trigger the search.
1 parent 99a535e commit b4db2f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

documentation/ReadMe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ <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</b> - <i>10-17-2024:</i></p>
203+
<p><b>1.6</b> - <i>10-18-2024:</i></p>
204204
<ul>
205205
<li>Support localized application names.</li>
206206
<li>Window now "floats" instead of being "modal", allowing interaction with the rest of the system, e.g. drag&amp;drop apps from the QuickLaunch window.</li>

src/QuickLaunch.rdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resource app_flags B_SINGLE_LAUNCH;
44

55
resource app_version {
66
major = 1,
7-
middle = 5,
7+
middle = 6,
88
minor = 0,
99

1010
/* 0 = development 1 = alpha 2 = beta

0 commit comments

Comments
 (0)