Skip to content

Commit

Permalink
Release v1.4
Browse files Browse the repository at this point in the history
* Fix possible crash if getting the version info failed (by augiedoggie).
* Fix input with numbers pad.
* New option to sort favorite items to the top of the result list (by augiedoggie).
* Deskbar tray icon now scales with font size (might need a Haiku newer than beta3).
* Standard AboutWindow
* Added Catalan translation, thanks by Davidmp!
* Added Chinese (simplified) translation, thanks 玉堂白鹤!
* Added Czech translation, thanks (not listed at Polyglot...)!
* Added Esperanto translation, thanks Lutrulo and Jakub Fabijan!
* Added Friulian translation, thanks tmtfx!
* Added Greek (Modern) translation, thanks blu.256!
* Added Portuguese (Brazil) translation, thanks Andrei Bosco B. Torres!
* Added Turkish translation, thanks Emir Sarı!
  • Loading branch information
Humdinger committed Sep 3, 2022
1 parent 972088b commit d63e0a3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions ReadMe.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,22 +191,26 @@ <h2>
<p> I have to thank DarkWyrm for some helpful hints and for some of the code I re-used from his RunProgram app and his EscapeCancelFilter.<br />
Equally useful was Robert Polic's EZLauncher of BeNewsletter 3-46 and the help I got on the #haiku IRC channel.<br />
AnEvilYak provided valuable hints and code when I got stuck.</p>
<p>Finally, thanks to everyone that contributed bug reports and translations for QuickLaunch:<br />
Alexey Lugin&nbsp;(uk), Briseur and oco27&nbsp;(fr), deejam and Knezzen&nbsp;(sv), al-popa and Floren&nbsp;(ro), Gabriele Baldassarre&nbsp;(it), KapiX&nbsp;(pl), mazbrili&nbsp;(id), miqlas&nbsp;(hu), Murai Takashi&nbsp;(ja), no-act&nbsp;(nl), Sergei Reznikov&nbsp;(ru), unspacyar&nbsp;(es), Victor Domingos&nbsp;(pt)</p>
<p>Finally, thanks to everyone that contributed bug reports and translations for QuickLaunch.<br />
The translators:<br />
Catalan &nbsp;(ca) by &nbsp;Davidmp · Chinese &nbsp;(simplified) &nbsp;(zh-Hans) by &nbsp;玉堂白鹤 · Croatian &nbsp;(hr) by &nbsp;zvacet · Dutch &nbsp;(nl) by &nbsp;no-act, Schrijvers Luc · Esperanto &nbsp;(eo) by &nbsp;Lutrulo, Jakub Fabijan · French &nbsp;(fr) by &nbsp;Briseur, oco27 · Friulian &nbsp;(fur) by &nbsp;tmtfx · Greek &nbsp;(Modern) &nbsp;(el) by &nbsp;blu.256 · Hungarian &nbsp;(hu) by &nbsp;miqlas · Indonesian &nbsp;(id) by &nbsp;mazbrili · Italian &nbsp;(it) by &nbsp;Gabriele Baldassarre, zumikkebe · Japanese &nbsp;(ja) by &nbsp;Murai Takashi · Polish &nbsp;(pl) by &nbsp;KapiX · Portuguese &nbsp;(pt) by &nbsp;Victor Domingos, kenmays, louisdem · Portuguese &nbsp;(Brazil) &nbsp;(pt_BR) by &nbsp;Andrei Bosco B. Torres, louisdem · Romanian &nbsp;(ro) by &nbsp;Florentina Mușat, al-popa · Russian &nbsp;(ru) by &nbsp;Sergei Reznikov · Spanish &nbsp;(es) by &nbsp;unspacyar, cafeina · Swedish &nbsp;(sv) by &nbsp;Knezzen, deejam, Fredrik Modéen · Turkish &nbsp;(tr) by &nbsp;Emir Sarı · Ukrainian &nbsp;(uk) by &nbsp;Alexey Lugin</p>

<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.4</b> - <i>dd-mm-2022:</i></p>
<p><b>1.4</b> - <i>03-09-2022:</i></p>
<ul>
<li>Fix possible crash if getting the version info failed (by augiedoggie).</li>
<li>Fix input with numbers pad.</li>
<li>New option to sort favorite items to the top of the result list (by augiedoggie).</li>
<li>Deskbar icon should now be scalable.</li>
<li>Deskbar tray icon now scales with font size (might need a Haiku newer than beta3).</li>
<li>Standard AboutWindow</li>
<li>Added Catalan translation, thanks by Davidmp!</li>
<li>Added Chinese (simplified) translation, thanks 玉堂白鹤!</li>
<li>Added Czech translation, thanks (not listed at Polyglot...)!</li>
<li>Added Esperanto translation, thanks Lutrulo and Jakub Fabijan!</li>
<li>Added Friulian translation, thanks tmtfx!</li>
<li>Added Greek (Modern) translation, thanks blu.256!</li>
<li>Added Portuguese (Brazil) translation, thanks Andrei Bosco B. Torres!</li>
<li>Added Turkish translation, thanks Emir Sarı!</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions src/QuickLaunch.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ resource app_flags B_SINGLE_LAUNCH;

resource app_version {
major = 1,
middle = 3,
minor = 1,
middle = 4,
minor = 0,

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

0 comments on commit d63e0a3

Please sign in to comment.