Skip to content

Commit

Permalink
Release: v1.2.3
Browse files Browse the repository at this point in the history
* Bugfix: Move item to top of history list when pasted from a filtered list, too.
* Remove wrong ellipsis from menu items.
* Rename "App" menu to "Clipdinger".
* Added Norwegian, thanks Johan Wagenheim!
  • Loading branch information
humdingerb committed Jun 9, 2024
1 parent 218e113 commit 74d2817
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ReadMe.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,14 @@ <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.2.3</b> - <i>09-06-2024:</i></p>
<ul>
<li>Bugfix: Move item to top of history list when pasted from a filtered list, too.</li>
<li>Remove wrong ellipsis from menu items.</li>
<li>Rename "App" menu to "Clipdinger".</li>
<li>Added Norwegian, thanks Johan Wagenheim!</li>
</ul>

<p><b>1.2.2</b> - <i>30-10-2023:</i></p>
<ul>
<li>Put Clipdinger directly into the apps folder instead of a "Clipdinger" subfolder there. Move docs to the documentation folder.</li>
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 = 2,
minor = 3,

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

0 comments on commit 74d2817

Please sign in to comment.