forked from ygoe/T-Clock
-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c1e0cbc
commit 6fc9b70
Showing
2 changed files
with
37 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,43 +4,43 @@ | |
/**** Version ****/ | ||
# define VER_MAJOR 2 | ||
# define VER_MINOR 4 | ||
# define VER_BUILD 1 | ||
# define VER_BUILD 2 | ||
/** status values: 0=Alpha, 1=Beta, 2=RC, 3=Release, 4=Maintenance */ | ||
# define VER_STATUS 1 | ||
# define VER_STATUS_FULL "Beta" | ||
# define VER_STATUS_SHORT "b" | ||
# define VER_STATUS_GREEK "β" | ||
# define VER_REVISION 421 | ||
# define VER_FULL "2.4.1 Beta" | ||
# define VER_SHORT "2.4b1" | ||
# define VER_SHORT_DOTS "2.4.1" | ||
# define VER_SHORT_GREEK "2.4β1" | ||
# define VER_RC_REVISION 2, 4, 1, 421 | ||
# define VER_RC_STATUS 2, 4, 1, 1 | ||
# define VER_REVISION 445 | ||
# define VER_FULL "2.4.2 Beta" | ||
# define VER_SHORT "2.4b2" | ||
# define VER_SHORT_DOTS "2.4.2" | ||
# define VER_SHORT_GREEK "2.4β2" | ||
# define VER_RC_REVISION 2, 4, 2, 445 | ||
# define VER_RC_STATUS 2, 4, 2, 1 | ||
/**** Subversion Information ****/ | ||
# define VER_REVISION_URL "[email protected]:White-Tiger/T-Clock.git" | ||
# define VER_REVISION_DATE "2016-08-11 18:13:20 +0000 (Thu, Aug 11 2016)" | ||
# define VER_REVISION_HASH "68fc90c" | ||
# define VER_REVISION_TAG "v2.4.1#421-beta" | ||
# define VER_REVISION_DATE "2016-08-26 17:53:22 +0000 (Fri, Aug 26 2016)" | ||
# define VER_REVISION_HASH "c1e0cbc" | ||
# define VER_REVISION_TAG "v2.4.2#445-beta" | ||
/**** Date/Time ****/ | ||
# define VER_TIMESTAMP 1470958320 | ||
# define VER_TIME_SEC 0 | ||
# define VER_TIME_MIN 32 | ||
# define VER_TIME_HOUR 23 | ||
# define VER_TIME_DAY 11 | ||
# define VER_TIMESTAMP 1472234009 | ||
# define VER_TIME_SEC 29 | ||
# define VER_TIME_MIN 53 | ||
# define VER_TIME_HOUR 17 | ||
# define VER_TIME_DAY 26 | ||
# define VER_TIME_MONTH 8 | ||
# define VER_TIME_YEAR 2016 | ||
# define VER_TIME_WDAY 4 | ||
# define VER_TIME_YDAY 223 | ||
# define VER_TIME_WDAY_SHORT "Thu" | ||
# define VER_TIME_WDAY_FULL "Thursday" | ||
# define VER_TIME_WDAY 5 | ||
# define VER_TIME_YDAY 238 | ||
# define VER_TIME_WDAY_SHORT "Fri" | ||
# define VER_TIME_WDAY_FULL "Friday" | ||
# define VER_TIME_MONTH_SHORT "Aug" | ||
# define VER_TIME_MONTH_FULL "August" | ||
# define VER_TIME "23:32:00" | ||
# define VER_DATE "2016-08-11" | ||
# define VER_DATE_LONG "Thu, Aug 11, 2016 23:32:00 UTC" | ||
# define VER_DATE_SHORT "2016-08-11 23:32:00 UTC" | ||
# define VER_DATE_ISO "2016-08-11T23:32:00Z" | ||
# define VER_TIME "17:53:29" | ||
# define VER_DATE "2016-08-26" | ||
# define VER_DATE_LONG "Fri, Aug 26, 2016 17:53:29 UTC" | ||
# define VER_DATE_SHORT "2016-08-26 17:53:29 UTC" | ||
# define VER_DATE_ISO "2016-08-26T17:53:29Z" | ||
/**** Helper 'functions' ****/ | ||
# define VER_IsReleaseOrHigher() ( VER_STATUS >= 3 ) | ||
# define VER_IsAlpha() ( VER_STATUS == 0 ) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
57|419 | ||
2.1.0|2.4.1 | ||
57|445 | ||
2.1.0|2.4.2 | ||
|(first release) | ||
|Windows 10 Anniversary support (Beta2) | ||
!!! if you're using portable mode / T-Clock.ini, please create a backup before updating !!! | ||
! clock working once again on Windows 10 with anniversary update applied | ||
+ now fully supporting Unicode! Use all those fancy smileys for your clock text, or tryout other languages like Japanese ;) | ||
+ added update checker checkboxes to about page | ||
+ added link to forums to about page | ||
+ week number format now supports padding, just keep adding those "W" :P | ||
* we now call our options, "Options" and no longer "properties" (as they would only apply to single items / files) | ||
* "removed" Stoic Joker from about page by replacing his logo with mine.. :/ | ||
* context menu slightly reordered | ||
! fixed .pcb file support. will now play smoothly on Windows 7+ | ||
|Windows 10 Anniversary fixes, improved Timer Watch | ||
+ Timer Watch got lots of new stuff (#55) | ||
* tooltips support corrected to work on Win2k/XP and Windows 10 (default tooltip) | ||
* tooltips are now positioned more unified across multiple monitors | ||
* taskbar transparency setting now supports previewing (and is less intrusive) | ||
* improved performance when setting-up multi-monitor clocks (regression from Win10 anniversary update) | ||
! improved API unloading procedure to be more reliable and properly restores the clock | ||
! fixed #54 (initial clock size on auto-hide taskbars) | ||
! fixed crash on Win2k/XP when using the uptime format | ||
! fixed XP calendar size calculations |
6fc9b70
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 runs perfectly on win10 + cool new features