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