Where RPCortex is headed. Updated as versions ship and plans solidify.
First release candidate for v0.8.1. All core systems are stable. This pass closes the remaining open bugs from the beta cycle and ships the last few quality-of-life features before the final release.
OC_On_Boot persists across reboots correctlySettings.Startup like normal logins do• instead of plaintextcd — tries case-insensitive match if exact name isn't foundrm on a single file no longer shows the irrelevant (a) option~ and ~/path expand to the user home in all command arguments, not just cdProgram_Execution setting is functional — disabling it via settings or reg set blocks exec and script fall-throughecho "text" > file and echo "text" >> file.py module isn't found, POST checks for a compiled .mpy version.pkg button now styled correctly on the Packages page
Final stable release of the v0.8.x line. Ships unlimited WiFi profiles,
manual recovery mode, extraction progress, --help flags,
pkg commands, device ID, and other quality-of-life improvements
from the RC iteration backlog.
--help / -h — usage flags on all built-in commands; per-command hint lookup in helpwifi connect saves credentials automaticallypkg commands — lists shell commands registered by installed packagesrecovery command — enter recovery shell without a boot errorupdate from-file shows [n/total] counter during archive extractionfetch — System.Device_ID shown in system info displaypkgbench, replace with a richer packagefetch display.mpy by default — source .rpc kept as separate developer artifact
Major release. Introduces the scripting language, shell pipes, scheduled
and startup tasks, the first pass at multitasking via uasyncio,
and deep memory and performance optimisations.
cmd1 | cmd2 | cmd3~ expansionuasyncio integration — cooperative multitasking for background tasks alongside the shellgc.collect()meminfo).uf2 firmware build (feasibility study)edit)settings, edit, and other panelsuasyncio so the shell can run as a background task alongside the listener; not full OpenSSH — just enough to open a session and get a shell prompt[####----] 47% during wget, curl, and pkg install; uses Content-Length response header; degrades gracefully when header is missinggit (clone / fetch), others TBDcurl flags — -X POST, -d <data>, -H <header>, -o <file>, -s (silent), -I (HEAD), custom timeoutspeedtest package — measure upload / download throughput; displays result in Mbps / KBps; ships as a package so it can be updated independently.mpy — build script + thin main.py wrapperThe v0.9.x series builds toward v1.0. The big milestone is proper multi-threading. Everything here is tentative.