Skip to content

Commit

Permalink
Release v1.2.2
Browse files Browse the repository at this point in the history
* Put Clipdinger directly into the apps folder instead of a "Clipdinger" subfolder
  there. Move docs to the documentation folder.
* Added close button to window tab that minimizes Clipdinger.
* Bugfix: Save favorites after they got re-ordered.
* Bugfix: Fix crash when trying to delete last clip in history.
* Allow deleting last clip in history, which results in emptying the clipboard.
* Added partial Sardinian translation, thanks zumikkebe!
  • Loading branch information
humdingerb committed Sep 30, 2023
1 parent 9208ef8 commit 25c821b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReadMe.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ <h2>
<li>Added close button to window tab that minimizes Clipdinger.</li>
<li>Bugfix: Save favorites after they got re-ordered.</li>
<li>Bugfix: Fix crash when trying to delete last clip in history.</li>
<li>Allow deleting last clip in history, which results in emtying the clipboard.</li>
<li>Allow deleting last clip in history, which results in emptying the clipboard.</li>
<li>Added partial Sardinian translation, thanks zumikkebe!</li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion src/Clipdinger.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource app_flags B_SINGLE_LAUNCH | B_BACKGROUND_APP;
resource app_version {
major = 1,
middle = 2,
minor = 1,
minor = 2,

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

0 comments on commit 25c821b

Please sign in to comment.