diff --git a/Clipdinger.rdef b/Clipdinger.rdef index f10f6af..1c6d190 100644 --- a/Clipdinger.rdef +++ b/Clipdinger.rdef @@ -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 */ diff --git a/Constants.h b/Constants.h index 2eea493..f49533d 100644 --- a/Constants.h +++ b/Constants.h @@ -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"; diff --git a/ReadMe.html b/ReadMe.html index 040212b..a0f1976 100644 --- a/ReadMe.html +++ b/ReadMe.html @@ -131,6 +131,8 @@

Adjust the window size until it fits your needs, then drag the little handle onto the Desktop. Make sure the option to Show replicants in the Deskbar is active.

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.

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.

+

NOTE: 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.
+You'll have to remove the replicant from the Desktop and 'replicate' the Clipboard monitor anew from the updated Clipdinger application.

index @@ -182,6 +184,14 @@

index History

+

1.0.3 - 18-03-2021:

+

To see these changes to the Clipboard monitor, you'll have to remove the old Replicant from your Desktop, and drag & drop it anew from the Clipboard monitor window.

+ +

1.0.2 - 11-02-2020: