mirror of https://github.com/espruino/BangleApps
Chore: New pomodo release
parent
f5317862c8
commit
08383611c1
|
@ -1420,12 +1420,12 @@
|
||||||
{
|
{
|
||||||
"id": "pomodo",
|
"id": "pomodo",
|
||||||
"name": "Pomodoro",
|
"name": "Pomodoro",
|
||||||
"version": "0.01",
|
"version": "0.02",
|
||||||
"description": "A simple pomodoro timer.",
|
"description": "A simple pomodoro timer.",
|
||||||
"icon": "pomodoro.png",
|
"icon": "pomodoro.png",
|
||||||
"type": "app",
|
"type": "app",
|
||||||
"tags": "pomodoro,cooking,tools",
|
"tags": "pomodoro,cooking,tools",
|
||||||
"supports": ["BANGLEJS"],
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
||||||
"allow_emulator": true,
|
"allow_emulator": true,
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"pomodo.app.js","url":"pomodoro.js"},
|
{"name":"pomodo.app.js","url":"pomodoro.js"},
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2021-11-18
|
||||||
|
|
||||||
|
- [Feature] Ported to Banglejs2
|
||||||
|
|
||||||
## 2019-11-27
|
## 2019-11-27
|
||||||
|
|
||||||
- [Feature] App now saves the last interval value
|
- [Feature] App now saves the last interval value
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
|
0.02: Ported to Banglejs2.
|
||||||
0.01: New App!
|
0.01: New App!
|
||||||
|
|
Loading…
Reference in New Issue