Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Commit f93304a

Browse files
committed
Release v1.2.4
* Bugfix: Create settings file if there were none to make auto-starting work even if the user didn't change any settings. * Improved color management, esp. for dark themes, and live updating. * Updated translations.
1 parent 97f2fa5 commit f93304a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Clipdinger.rdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resource app_flags B_SINGLE_LAUNCH | B_BACKGROUND_APP;
55
resource app_version {
66
major = 1,
77
middle = 2,
8-
minor = 3,
8+
minor = 4,
99

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

0 commit comments

Comments
 (0)