Skip to content

Commit

Permalink
Minor release v1.0.2
Browse files Browse the repository at this point in the history
* Fixes to localization of the clipboard monitor.
* Added localizations. Thanks to dhijazo (Spanish), Karvjorm (Finnish),
  Briseur (French), KapiX (Polish), Gabriele Baldassarre (Italian),
  mazbrili (Indonesian), dhryko (Brazilian), Victor Domingos (Portuguese),
  tmtfx (Friaulian), Adam Fowler (British), Emir Sarı (Turkish).
* Add clip text to tool tip, truncated after 300 characters.
* Change input device type to B_UNDEFINED_DEVICE, otherwise it'll appear
  in Haiku's Input preferences.
* Bug fix: Don't add duplicate clips to Favorites. Show a BAlert instead.
  (Thanks GCI student Emily!)
* Bug fix: Select first favorite item, on arrow key switch.
  (Thanks GCI student Raheem!)
  • Loading branch information
Humdinger committed Feb 10, 2020
1 parent 99bcc5d commit 25796d2
Show file tree
Hide file tree
Showing 2 changed files with 3 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 = 1,
minor = 2,

/* 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.1";
static const char kCopyright[] = "2015-2018";
static const char kVersion[] = "v1.0.2";
static const char kCopyright[] = "2015-2020";
static const char kSettingsFolder[] = "Clipdinger";
static const char kSettingsFile[] = "Clipdinger_settings";
static const char kHistoryFile[] = "Clipdinger_history";
Expand Down

0 comments on commit 25796d2

Please sign in to comment.