Skip to content

Commit

Permalink
Release v1.6
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
humdingerb committed Oct 18, 2024
1 parent 99a535e commit b4db2f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/ReadMe.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ <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.6</b> - <i>10-17-2024:</i></p>
<p><b>1.6</b> - <i>10-18-2024:</i></p>
<ul>
<li>Support localized application names.</li>
<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>
Expand Down
2 changes: 1 addition & 1 deletion src/QuickLaunch.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource app_flags B_SINGLE_LAUNCH;

resource app_version {
major = 1,
middle = 5,
middle = 6,
minor = 0,

/* 0 = development 1 = alpha 2 = beta
Expand Down

0 comments on commit b4db2f4

Please sign in to comment.