Skip to content

v0.0.7

Choose a tag to compare

@het0814 het0814 released this 01 May 03:50
· 856 commits to main since this release
954bcf8

Release Notes for v0.0.7

This release fixes a regression in the Web UI dashboard where data would fail to load due to a masked API key being used for backend authentication.

Improvements

  • UI Dashboard
    • Authentication Fix: Restored the transmission of the full API key in the configuration response. This ensures the dashboard can properly authenticate its requests to the Memanto server while still maintaining a masked display in the settings tab.
    • Security Polish: The api_key_preview field remains masked (........XXXXXX) to fulfill the requirement of hiding sensitive credentials from the UI display without breaking backend functionality.

Tests

  • Full test suite passes locally: 54 passed.
  • Verified UI connectivity

Behavioral changes

  • The UI dashboard now correctly initializes its session state upon login, resolving the "no data" issue reported in the previous version.

Full Changelog

Full Changelog: v0.0.6...v0.0.7