3.39.0

QwenLM/Qwen3-ASR3.39.0Aug 1, 2026by dtslvr

AI Summary

Harmonized export data format and removed deprecated attributes to clean up the codebase.

Key Highlights

  • Harmonized the data format of the export functionality
  • Removed deprecated `isExcluded` attribute in favor of tags
  • Removed deprecated `firstOrderDate` attribute from performance endpoint

Breaking Changes

  • Removed deprecated `isExcluded` attribute from accounts
  • Removed deprecated `firstOrderDate` attribute

New Features

  • Data format standardization
  • Cleanup of deprecated attributes
  • Improved German localization

Full Release Notes

### Changed

- Harmonized the data format of the export functionality
- Removed the deprecated `firstOrderDate` attribute from the `GET api/v2/portfolio/performance` endpoint response
- Removed the deprecated `isExcluded` attribute of the account in favor of the _Exclude from Analysis_ tag including a data migration
- Improved the language localization for German (`de`)
- Upgraded `prisma` from version `7.8.0` to `7.9.1`

### Fixed

- Fixed the scroll behavior of the page content behind an open dialog
- Fixed the export functionality to only include the accounts of the exported activities if a filter is applied