Skip to content

Commit

Permalink
Release v1.1
Browse files Browse the repository at this point in the history
* Added an optional Deskbar tray icon and set the 'Background' application
  flag. This removes Clipdinger from Deskbar's list of running apps.
* Added a text box to filter the clip history for the entered word.
* Moved the "Pause fading" checkbox into 'Lists' of the menu bar.
* Don't freeze GUI when uploading a clip, indicate uploading in window title.
* Added Czech translation (incomplete), thanks nkini!
  • Loading branch information
Humdinger committed Oct 3, 2022
1 parent 15ed493 commit e51a3e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ReadMe.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,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.1</b> - <i>dd-mm-2022:</i></p>
<p><b>1.1</b> - <i>03-10-2022:</i></p>
<ul>
<li>Added an optional Deskbar tray icon and set the 'Background' application flag. This removes Clipdinger from Deskbar's list of running apps.</li>
<li>Added a text box to filter the clip history for the entered word.</li>
Expand Down
6 changes: 3 additions & 3 deletions src/Clipdinger.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ resource app_flags B_SINGLE_LAUNCH | B_BACKGROUND_APP;

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

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

internal = 0,

Expand Down

0 comments on commit e51a3e3

Please sign in to comment.