• v0.7.4 78b23fc87b

    OA-App Stable

    renj released this 2025-03-21 11:21:03 -04:00 | 0 commits to main since this release

    Tickets in the release

    Features, Fixes, and Improvements:

    Features

    • Implement Homebar - Home View Continuation
    • OpenMP Enabling
    • Containerized Chromium (Firefox)

    Enhancement

    • N/A

    Bug Fixes

    • Windows Resizing Breaks Webview
    • Opened Window Fails To Load And Blank After Relaunching The App
    • Camera Navigation Breaks Portal Perspective
    • Homebar Auto Updater Not Working

    Notes:

    • Updater can be utilized in this release.
    • Resolution is clamped between 960 (minimum) and 8K (maximum) to prevent crashes in the webview and mesh UI. Exceeding these limits results in a white or black screen, indicating a UI rendering failure.
    • Currently, all instantiated Firefox windows share a single instance of Dockerized Firefox, behaving as one Firefox window on a normal desktop.
      Example: In Portal 1, opening Firefox and creating two tabs (Google, YouTube) means that when Portal 2 opens Firefox, it will share the same instance, including the opened tabs.
      • If we need separate Firefox instances (one per window in the oa-app), we must create a new container instance for each Firefox window.
      • ⚠️ Creating a new container instance for each window will increase resource consumption in Docker, and this impact will compound as more windows are opened.
    Downloads