Skip to content

Commit a556b05

Browse files
Increment wifi version
1 parent f5bbd68 commit a556b05

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Add changes that have been made to the code but haven't made it into a release h
66
Builtin Apps:
77
- AppStore: fallback to .zip file if no .mpk file found in filelist
88
- AppStore: fetch new long_description from BadgeHub details API
9+
- Settings - Wi-Fi: don't print password on serial port
910

1011
Frameworks:
1112
- Add new GPSManager framework
@@ -17,12 +18,9 @@ Frameworks:
1718
- AppManager: support .mpk/.zip files with compression and a redundant top-level directory
1819
- AppManager: export "mpos" global to apps for convenience
1920
- LightsManager: allow changing number of LEDs after initialization
20-
- SharedPreferences: don't print values on serial/REPL
21+
- SharedPreferences: don't print potentially sensitive values on serial port
2122
- WebServer: add basic "View Screen" functionality to view the device's display remotely
2223

23-
Builtin Apps:
24-
- Settings → Wi-Fi: security fix — password no longer printed to serial/REPL during connection attempts, EditNetwork form returns, or Wi-Fi QR scans. Redacts the three print sites that were leaking the password on every Wi-Fi interaction
25-
2624
OS:
2725
- aioREPL: use >>> prompt (for ViperIDE)
2826
- drawer menu: reload apps when Launch(er) is (re)started

internal_filesystem/builtin/apps/com.micropythonos.settings.wifi/META-INF/MANIFEST.JSON

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"publisher": "MicroPythonOS",
44
"short_description": "WiFi Network Configuration",
55
"long_description": "Scans for wireless networks, shows a list of SSIDs, allows for password entry, and connecting.",
6-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings.wifi/icons/com.micropythonos.settings.wifi_0.1.2_64x64.png",
7-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings.wifi/mpks/com.micropythonos.settings.wifi_0.1.2.mpk",
6+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings.wifi/icons/com.micropythonos.settings.wifi_0.1.3_64x64.png",
7+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings.wifi/mpks/com.micropythonos.settings.wifi_0.1.3.mpk",
88
"fullname": "com.micropythonos.settings.wifi",
9-
"version": "0.1.2",
9+
"version": "0.1.3",
1010
"category": "networking",
1111
"activities": [
1212
{

0 commit comments

Comments
 (0)