Skip to content

Commit

Permalink
Update Readme, bump version to 1.0.3 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Humdinger committed Mar 18, 2021
1 parent 4f06af5 commit 51ac528
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Clipdinger.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource app_flags B_SINGLE_LAUNCH;
resource app_version {
major = 1,
middle = 0,
minor = 2,
minor = 3,

/* 0 = development 1 = alpha 2 = beta
3 = gamma 4 = golden master 5 = final */
Expand Down
4 changes: 2 additions & 2 deletions Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

extern const char* kApplicationSignature;

static const char kVersion[] = "v1.0.2";
static const char kCopyright[] = "2015-2020";
static const char kVersion[] = "v1.0.3";
static const char kCopyright[] = "2015-2021";
static const char kSettingsFolder[] = "Clipdinger";
static const char kSettingsFile[] = "Clipdinger_settings";
static const char kHistoryFile[] = "Clipdinger_history";
Expand Down
10 changes: 10 additions & 0 deletions ReadMe.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ <h2>
<p>Adjust the window size until it fits your needs, then drag the little handle onto the Desktop. Make sure the option to <span class="menu">Show replicants</span> in the Deskbar is active.</p>
<p>You can change the background by dropping a color onto it from any application, like e.g. Icon-O-Matic. Like the icon labels on the Desktop, the color of the text will toggle automatically between black and white according to the brightness of the dropped background color.</p>
<p>As a replicant the Clipboard monitor doesn't need a running Clipdinger to work. Double-clicking on the replicant will, however, summon Clipdinger by either launching it or simply unhiding its main window.</p>
<p><b>NOTE:</b> Being a replicant, the Clipboard monitor becomes part of the hosting application (if you drag it onto the Desktop, that would be Tracker). As a consequence, if a new version of Clipdinger makes changes to the Clipboard monitor, you won't see those changes on your Desktop, because Tracker still uses the code from when you first 'replicated' the monitor.<br />
You'll have to remove the replicant from the Desktop and 'replicate' the Clipboard monitor anew from the updated Clipdinger application.</p>

<h2>
<a href="#"><img src="images/up.png" style="border:none;float:right" alt="index" /></a>
Expand Down Expand Up @@ -182,6 +184,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.0.3</b> - <i>18-03-2021:</i></p>
<p>To see these changes to the Clipboard monitor, you'll have to remove the old Replicant from your Desktop, and drag &amp; drop it anew from the Clipboard monitor window.</p>
<ul>
<li>Fix diappearing replicant dragger in the clipboard monitor.</li>
<li>Only show the first line of a multi-line clipping in the clipboard monitor.</li>
<li>For the display in the clipboard monitor, remove spaces, tabs and line-breaks from the beginning of a clip.</li>
</ul>

<p><b>1.0.2</b> - <i>11-02-2020:</i></p>
<ul>
<li>Fixes to localization of the clipboard monitor.</li>
Expand Down

0 comments on commit 51ac528

Please sign in to comment.