DATA LOGGER

Architectural image of a building made with complex metallic architecture

8 May 2026

Patch Notes

v1.3.0 alpha.5

Key Changes

  • - Project Save Fixes
  • - Reporter Metadata Fixes
  • - Telemetry Reliability
  • - Bitmap Optimisation

Introduction

Small update. BIG clean-up. No new features this time around. This release focuses on fixing a few reliability issues and trimming unnecessary work behind the scenes. Less clutter, fewer edge cases, and a leaner rendering pipeline.

Storage & Database

Project Saving

Saving a project with an empty name could create multiple duplicate default projects in the database due to a logic error. The save routine has been corrected, preventing duplicate entries from being created.

Reporter Editor

A persistence issue prevented some Type selections, metadata categories and custom tags from being written back to the database after submission. Those values now save correctly.

Feedback Pipeline

Some telemetry submissions could occasionally fail before reaching secure storage. The feedback pipeline has been tightened up to improve reliability and reduce dropped submissions.

Performance

Bitmap Rendering

Bitmap rendering has been refactored to reduce unnecessary memory usage and hardware overhead when processing larger image assets. This results in a leaner rendering pipeline, particularly during longer sessions.

Breaking Changes

None. Existing projects, workflows and integrations continue to work as before.

TL;DR:

  • Fixed duplicate default projects being created when saving with an empty project name.
  • Fixed Reporter Editor metadata failing to persist after submission.
  • Fixed feedback telemetry occasionally failing to reach the database.
  • Optimised bitmap rendering to reduce memory usage and rendering overhead.