Skip to content

Releases: tomasrudh/analogclock

Memory leak

30 Jul 19:08
a5c330e
Compare
Choose a tag to compare

Settings data were leaking between instances of Analog Clock.

Eliminates Moment.js

30 Jul 07:41
78d2798
Compare
Choose a tag to compare

The by far biggest problem with AnalogClock has been moment.js. This release eliminates the need for moment.js.

Eliminates Moment.js

29 Jul 21:09
abe035d
Compare
Choose a tag to compare

The by far biggest problem with AnalogClock has been moment.js. This release eliminates the need for moment.js.

Performance and colors

25 Jul 21:16
f2947f6
Compare
Choose a tag to compare

Performance improvement, thanks to Piotr Skowronek (pskowronek) for this.

Added ways to describe colors:

"green"
"#3273a8"
rgba(44,0,88,0.5)
"--secondary-text-color"
The card now also supports transparent background.

Improved error handling.

Performance and colors

25 Jul 20:24
f0d8d1f
Compare
Choose a tag to compare

Performance improvement, thanks to Piotr Skowronek (pskowronek) for this.

Added ways to describe colors:

"green"
"#3273a8"
rgba(44,0,88,0.5)
"--secondary-text-color"
The card now also supports transparent background.

Improved error handling.

Added error texts

15 May 08:10
Compare
Choose a tag to compare

Should an error occur will a message be shown instead of an empty grey card.

Bugfix

16 Feb 19:26
Compare
Choose a tag to compare

Got the month wrong...

Bugfix

16 Feb 19:20
Compare
Choose a tag to compare

Hopefully the clock now works in Safari on MacOS.

New features

13 Feb 19:39
Compare
Choose a tag to compare

Included all settings in themes, except timezone and diameter
Add possibility to hide minor ticks
Added possibility to format date and time
Added possibility to view a custom text for time zone

Added themes

21 Jan 19:58
Compare
Choose a tag to compare

Added the possibility to set different background colors at different times.