Nautilus


How it works

Nautilus is really simple how it works. It uses Google Blockly as the foundation for the blocks, and we have built on that. It communicates with Valour with the API, which lets us chose where messages can go, based off what the user says.


Nautilus v0.7 "Foundation Update" Full change log:

  1. Block Editor
    • Fixed a bug that would prevent you from saving if you used a few blocks
    • Fixed a bug where time would reverse when using timers
    • Fixed a bug where the "Debugging" category did not have a color
    • Able to connect to Valour and log in
    • Removed a few useless blocks
    • Updated UI + Dark mode
    • Added "Get Token" and "Get info" blocks
    • Moved some blocks to "Networking" category
  2. Home screen
    • Homescreen was rebuilt
    • New login and data review sections
    • Will redirect to settings menu if there is no login info
  3. Window
    • Window is larger
    • Entire program UI now scales with window size
    • Min window sizes
    • Menu is now hidden. May get reverted in future update.
  4. Misc
    • Fixed a bug where exiting the node editor would bring you to the 0.6.1 home screen (???)
    • Fixed a bug where using MacOS would sometimes crash the program
    • Emoji support. Don't use as log in info.
    • Program now stores user information like password and token
    • REALLY fixed the bug where app icon wouldn't show
    • App start up time 2x faster
    • Block editor up to 3x faster
    • 20+ smaller bug fixes