diff --git a/CHANGELOG.md b/CHANGELOG.md index b5d7a6d1..5b024323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.3.0 +===== +- Overhaul build system: much simplier (single clone and script run), add MacOS support, build with GitHub Workflow, etc. +- Remove "long press pin 0" for bootloader mode; either use the Settings app or keep it pressed while pressing and releasing the "RESET" button + 0.2.1 ===== - Settings app: fix stray /cat in Europe/Brussels timezone diff --git a/internal_filesystem/lib/mpos/info.py b/internal_filesystem/lib/mpos/info.py index e8716546..e24724ea 100644 --- a/internal_filesystem/lib/mpos/info.py +++ b/internal_filesystem/lib/mpos/info.py @@ -1,4 +1,4 @@ -CURRENT_OS_VERSION = "0.2.1" +CURRENT_OS_VERSION = "0.3.0" # Unique string that defines the hardware, used by OSUpdate and the About app _hardware_id = "missing-hardware-info"