Skip to content

Commit eee1ed7

Browse files
Update CHANGELOG and lvgltest MANIFEST.JSON
1 parent d686694 commit eee1ed7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
0.0.3
22
=====
3-
- wificonf: scan and connect to wifi in background thread so app stays responsive
43
- appstore: add 'update' button if a new version of an app is available
54
- appstore: add 'restore' button to restore updated built-in apps to their original built-in version
5+
- launcher: don't show launcher apps and sort alphabetically
66
- osupdate: show info about update and 'Start OS Update' before updating
7-
- Introduce MANIFEST.JSON format for apps
7+
- wificonf: scan and connect to wifi in background thread so app stays responsive
8+
- introduce MANIFEST.JSON format for apps
9+
- improve notification bar behavior
810

911
0.0.2
1012
=====

internal_filesystem/apps/com.example.lvgltest/META-INF/MANIFEST.JSON

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "Animation Tester",
2+
"name": "SpinnerTest",
33
"publisher": "ACME Inc",
4-
"short_description": "Testing on-display animations",
4+
"short_description": "Testing on-display spinner animations",
55
"long_description": "Stress testing multiple concurrent animations on the display by adding more and more spinners",
66
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.lvgltest_0.0.1.mpk_icon_64x64.png",
77
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.lvgltest_0.0.1.mpk",

0 commit comments

Comments
 (0)