• v0.2.2 2dc799c33d

    Ru released this 2026-01-25 07:33:43 -05:00 | 0 commits to main since this release

    🚀 What's New

    • The Portfolio search button now properly closes the sub-pages window when clicked.

    Notes:

    1. Update via launcher
    2. Change the environment to UAT

    Optional Step: If the file is damaged

    1. Open terminal.
    2. Type xattr -d com.apple.quarantine "/Applications/oa-app.app" 2>/dev/null || true
    Downloads
     
  • v0.2.1 2dc799c33d

    Ru released this 2026-01-23 00:43:02 -05:00 | 0 commits to main since this release

    🚀 What's New

    • Portfolio button is back & more responsive
      The Portfolio button now shows up consistently and reacts faster when tapped/clicked.

    • Smoother Portfolio loading
      Fixed an issue that could cause the Portfolio app to render incorrectly or not load properly.

    Ticket in the release

    Notes:

    1. Update via launcher
    2. Change the environment to UAT

    Optional Step: If the file is damaged

    1. Open terminal.
    2. Type xattr -d com.apple.quarantine "/Applications/oa-app.app" 2>/dev/null || true
    Downloads
     
  • v0.2.0 2dc799c33d

    Ru released this 2026-01-21 07:54:23 -05:00 | 0 commits to main since this release

    🚀 What's New

    Here’s what’s included in this release:

    • User Tutorial for Environment Rules
      Added an in-app tutorial to guide users through Environment Rules setup and usage.

    • Retention of Portfolio Map View Subpages
      Portfolio Map View now remembers and retains previously opened subpages for a smoother navigation flow.

    • OpenTelemetry in Portfolio
      Implemented OpenTelemetry support in Portfolio to improve observability and troubleshooting.

    • OpenTelemetry in Window Rules
      Added OpenTelemetry instrumentation for Window Rules to better track behavior and performance.

    • Image Handling Using Docker Registry Integration
      Enabled image handling through Docker Registry integration for improved image management and deployment workflows.

    • Optimization: Webview Initial Loading/Rendering
      Improved initial Webview load time and rendering performance.

    • Splashscreen Copy Update
      Updated splashscreen description from “Installed Portfolio” to “Installing Portfolio” for clearer status messaging.

    • [User Guide] Hide Window Rules and Homebar Rules Tab
      Updated the User Guide to hide the Window Rules and Homebar Rules tabs where applicable.

    • Trackpad Scrolling in Income Statement
      Fixed an issue where scrolling left/right also triggered unintended up/down scrolling.

    • Non-linear Zooming
      Resolved inconsistent non-linear zoom behavior.

    • Portfolio Button Navigation Flash
      Fixed an issue where clicking/launching buttons briefly rendered the Portfolio Search page before the intended destination page.

    • Camera Navigation (Mouse) X/Y + Z Axis
      Fixed an issue where navigating the camera on X/Y and Z axes simultaneously did not work when using a mouse.

    Features

    • User Tutorial for Environment Rules
    • Retention of Portfolio Map View Subpages
    • Opentelemetry in Portfolio
    • Opentelemetry in Window Rules
    • Image Handling Using Docker Registry Integration

    Enhancements

    • Optimization - Webview Initial Loading/Rendering
    • Change Description In Splashscreen From "Installed Portfolio" to "Installing Portfolio"
    • [User Guide] - Hide Window Rules and Homebar Rules Tab

    Bug fixes

    • Scrolling Left/Right In Income Statement Also Triggers Scrolling Up/Down (Trackpad)
    • Non-linear-zooming
    • Clicking/Launching Buttons In Portfolio Renders Portfolio Search Page Before Rendering The Intended Page
    • Navigating Camera in X/Y and Z Axis Simultaneously Does Not Work When Using Mouse

    Tickets in the release

    Notes:

    1. Update via launcher
    2. Change the environment to UAT

    Optional Steps If the file is damaged:

    1. Open terminal.
    2. Type xattr -d com.apple.quarantine "/Applications/oa-app.app" 2>/dev/null || true
    Downloads
     
  • v0.1.4 2dc799c33d

    Ru released this 2025-12-04 22:16:21 -05:00 | 0 commits to main since this release

    🚀 What's New

    • We’ve fixed an issue with non-linear zooming where resizing a window didn’t update its collision behavior or respect the maximum zoom level. Window collisions now correctly adjust when resizing, and max zoom-in works as expected.

    Ticket in the release

    Notes:

    1. Update via launcher
    2. Change the environment to UAT

    Optional Step: If the file is damaged

    1. Open terminal.
    2. Type xattr -d com.apple.quarantine "/Applications/oa-app.app" 2>/dev/null || true
    Downloads
     
  • v0.1.2 2dc799c33d

    Ru released this 2025-11-27 08:13:59 -05:00 | 0 commits to main since this release

    🚀 What's New

    • New default theme for the OA Workspace.
    • Improved distance scaling behavior.
    • Fixed window state not saving.

    Ticket in the release

    Notes:

    1. Update via launcher
    2. Change the environment to UAT

    Optional Step: If the file is damaged

    1. Open terminal.
    2. Type xattr -d com.apple.quarantine "/Applications/oa-app.app" 2>/dev/null || true
    Downloads
     
  • v0.1.1 2dc799c33d

    Ru released this 2025-11-25 01:45:29 -05:00 | 0 commits to main since this release

    🚀 What's New

    • We fixed an issue where opened windows were not being saved. Your workspace will now properly remember and restore all windows you had open.

    Ticket in the release

    Notes:

    1. Update via launcher
    2. Change the environment to UAT

    Optional Step: If the file is damaged

    1. Open terminal.
    2. Type xattr -d com.apple.quarantine "/Applications/oa-app.app" 2>/dev/null || true
    Downloads
     
  • v0.1.0 2dc799c33d

    Ru released this 2025-11-22 02:08:53 -05:00 | 0 commits to main since this release

    🚀 What's New

    Features

    • 3D Interface
    • 3D Camera Rules
    • Windows Structure
    • Windows Resizing
    • Window Gestures
    • Header interactions
    • Portfolio
    • Windows API
    • Webview Rendering for Portfolio
    • Launcher
    • Data Saving in this release only covers: saving on window disable, portfolio resizing, URL/title updates, preventing web app instantiation, window deletion, final portfolio data saving, and content resizing when adjusting the 3D window.
    • Window Selection Using Window Body
    • Disabling of unsupported user experiences in Godot build
    • Backend implementation for AppStore (Portfolio)
    • Splashscreen

    Bug Fixes

    • Mouse scrolling and touchpad panning triggering the same Y-axis events in Unity.
    • Window selection not behaving correctly when another window is active.
    • Splash screen getting stuck and failing to transition to the workspace.
    • Single click on header incorrectly enabling window navigation.
    • After scrolling inside Income Statement, clicking outside required additional clicks to disable the window.
    • After selecting a window, functions required extra clicks before responding.
    • Header navigation requiring multiple clicks before activating window movement.
    • Pinching inward on the trackpad not deselecting windows as expected.

    Tickets in the release

    Features

    Enhancements

    Bug Fixes

    • #498
    • #499
    • #500
    • #501
    • #502
    • #507
    • Mouse scrolling and touchpad panning has the same y-axis events when it's been exported in Unity.
    • Window selection when there's an active window.

    Notes:

    1. Get the updates via launcher

    Optional Step: If the file is damaged

    1. Open terminal.
    2. Type xattr -d com.apple.quarantine "/Applications/oa-app.app" 2>/dev/null || true
    Downloads