3.0.1 Release Candidate 1
Pre-release
Pre-release
This update includes:
- Backend, bc38f28
- Frontend, CoderBotOrg/frontend@5d03c94
- New Python3 dependencies (included as installed wheels, in site-packages path):
- cachetools (py2-py3-any wheel)
- Mobile net tensorflow CNN Models (https://github.com/CoderBotOrg/system-install/blob/master/download_mobilenet_models.sh)
Can be applied to following CoderBot full images:
- Alpha1 (12/12, gz's sha1:
faba62645154c3bbd4e2887bb02e8c45bb699d4d
), version 3.0.0. You need CoderBotOrg/frontend@cc62021 on this state to apply/upload updates. After 5 minutes the upload is finished and you confirmed, reboot manually (the bug is subsequently fixed). - Alpha2 (21/12, starting point for the "betas", gz's sha1:
55ea390cd94b5a602a92ff0a7c444a55afcab8ea
), version 3.0.0. - Alpha2-b (coderbot betas). Backend pulled at 73b56d3 , frontend build from CoderBotOrg/frontend@e8d2266.
3.0.0, 3.0.1
-> 3.0.0
. Brings the coderbot version to 3.0.0
.
Changelog
Frontend:
- Fix file upload using FileReader, freezing the browser and making firefox unable to upload large files
- Fix CoderBotOrg/frontend#19: Restore Logic commands in standard and advanced toolbox
- Fix carousel width in xs breakpoint
- Remove Blockly component and route, now handled by Activity
- Define the default Blockly view with a standard activity
- Fix CoderBotOrg/frontend#16: allow every other action to be selected in custom buttons
- Trigger
Save Program As
modal with a function - Avoid wrapping in template when not necessary, comments
- Update route, warn about package overwrritng and immiment reboot
- Upload/Update UI improvements
- Expose vue-app git commit build
- File upload form and axios logic. Upload and launch update from local package
- Disable WiFi settings and hide relative tab
- Fix CoderBotOrg/frontend#31: load blockly assets from static bundled resources
- Add blockly assets (audio effects, sprites) as static resources
- Fix CoderBotOrg/frontend#34: Remove AR.js assets
- Fix CoderBotOrg/frontend#30: Disable Events and Interpret blocks, as they are non supported atm
- Fix CoderBotOrg/frontend#22: when trying to load a new program, if there are unsaved edits, ask for saving then proceed (CoderBotOrg/frontend#33)
- Fix CoderBotOrg/frontend#13: correctly use the move forward label
- Fix CoderBotOrg/frontend#14:
Run
(or any button withnotErasable
set) can't be deleted or changed bound action. A small text notifies about this. - Fix CoderBotOrg/frontend#11: default toolbar configuration has Save and Run
- Comments, format code
- Disable text size control
- Fix ripple buttons in v-list triggering the title action
- Fix activity links pointing to absolute paths
- Dynamic event binding based on the loaded template. Async compute CSS variables.
Backend:
- Add routes and methods to implement new features in frontend.
- UpdateFromPackage Route
- cachetools, cache info
- [...]