txtreader: document things and mark this as v0.02

master
Pavel Machek 2025-02-15 13:18:04 +01:00
parent 71b34a5b87
commit 15ecedcea0
3 changed files with 5 additions and 3 deletions

View File

@ -1 +1,2 @@
0.01: New App! 0.01: New App!
0.02: Make font size selectable

View File

@ -11,8 +11,9 @@ Very basic text reader with an integrated file selector.
## Controls ## Controls
Bangle.js 2 Bangle.js 2
- tap the right side of the screen to flip to the next page - tap the bottom right corner of the screen to flip to the next page
- tap the left side of the screen to flip to the previous page - tap the bottom left corner of the screen to flip to the previous page
- tap the top left corner of the screen to toggle font size and go back to page 1
- exit by pressing the physical button - exit by pressing the physical button
## Creator ## Creator

View File

@ -2,7 +2,7 @@
"id": "txtreader", "id": "txtreader",
"name": "txtreader", "name": "txtreader",
"shortName": "txtreader", "shortName": "txtreader",
"version": "0.01", "version": "0.02",
"description": "Basic text reader with pages and a file selector.", "description": "Basic text reader with pages and a file selector.",
"icon": "txtreader.png", "icon": "txtreader.png",
"screenshots": [{"url":"screenshot_txtreader.png"}], "screenshots": [{"url":"screenshot_txtreader.png"}],