clkinfostopw 0.10: Timer ClockInfo now uses +- icons, and changes timer from 'T-5 min' to just '5 min' to aid readability

pull/3532/head
Gordon Williams 2024-08-02 15:47:42 +01:00
parent 13f74e1542
commit 0918ece048
4 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,4 @@
0.01: New clkinfo!
0.02: Added format option, reduced battery usage
0.03: Hardcode colon-format, show milliseconds for the first minute
0.04: Change clockinfo name from timer->Timer, now uses same menu with smpltmr

View File

@ -40,7 +40,7 @@
};
var img = function () { return atob("GBiBAAAAAAB+AAB+AAAAAAB+AAH/sAOB8AcA4A4YcAwYMBgYGBgYGBg8GBg8GBgYGBgAGAwAMA4AcAcA4AOBwAH/gAB+AAAAAAAAAA=="); };
return {
name: "timer",
name: "Timer",
img: img(),
items: [
{

View File

@ -48,7 +48,7 @@
const img = () => atob("GBiBAAAAAAB+AAB+AAAAAAB+AAH/sAOB8AcA4A4YcAwYMBgYGBgYGBg8GBg8GBgYGBgAGAwAMA4AcAcA4AOBwAH/gAB+AAAAAAAAAA==");
return {
name: "timer",
name: "Timer",
img: img(),
items: [
{

View File

@ -1,7 +1,7 @@
{
"id": "clkinfostopw",
"name": "Stop Watch Clockinfo",
"version":"0.03",
"version":"0.04",
"description": "A simple stopwatch, shown via clockinfo",
"icon": "app.png",
"type": "clkinfo",