parent
0ccea50efe
commit
c083e1aec8
|
|
@ -3,3 +3,4 @@
|
||||||
0.3: (2024-03-01) advanced settings, rearanged ui elements, fixed rendering problems
|
0.3: (2024-03-01) advanced settings, rearanged ui elements, fixed rendering problems
|
||||||
0.31: (2024-03-06) fixed typos in readme, removed some unnecessary code
|
0.31: (2024-03-06) fixed typos in readme, removed some unnecessary code
|
||||||
0.32: replaced icons with "Graphics.createImage"
|
0.32: replaced icons with "Graphics.createImage"
|
||||||
|
0.33: removed no longer required import of "heatshrink"
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
*/
|
*/
|
||||||
const Layout = require("Layout");
|
const Layout = require("Layout");
|
||||||
const locale = require("locale").name == "system" ? "en" : require("locale").name.substring(0, 2);
|
const locale = require("locale").name == "system" ? "en" : require("locale").name.substring(0, 2);
|
||||||
const hs = require("heatshrink");
|
|
||||||
|
|
||||||
// "Anton" bold font
|
// "Anton" bold font
|
||||||
Graphics.prototype.setFontAnton = function(scale) {
|
Graphics.prototype.setFontAnton = function(scale) {
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "regattatimer",
|
"id": "regattatimer",
|
||||||
"name": "Regatta Timer",
|
"name": "Regatta Timer",
|
||||||
"shortName": "RegattaTimer",
|
"shortName": "RegattaTimer",
|
||||||
"version": "0.32",
|
"version": "0.33",
|
||||||
"description": "Regatta Timer with 5-4-1 Countdown",
|
"description": "Regatta Timer with 5-4-1 Countdown",
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"tags": "tool,outdoors,sailing,race,regatta,boat,timer",
|
"tags": "tool,outdoors,sailing,race,regatta,boat,timer",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue