Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Releasing 0.9 RC #804

Merged
merged 8 commits into from
Sep 22, 2024
Merged

Releasing 0.9 RC #804

merged 8 commits into from
Sep 22, 2024

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    54ece25 View commit details
    Browse the repository at this point in the history
  2. 0.9 RC

    KitsuneRal committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    60d0424 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d68540 View commit details
    Browse the repository at this point in the history
  4. Regenerate API files

    KitsuneRal committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6e29644 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Fix expected content types for content download jobs

    Both thumbnail and full download.
    KitsuneRal committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    7b3d2ba View commit details
    Browse the repository at this point in the history
  2. Fix Sonar warnings

    KitsuneRal committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    4f55444 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8db3d43 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Fix an assertion crash on a device with invalid keys

    It is a profoundly invalid case when a tracked device has either an
    empty id or invalid/inexistent keys. Previously there was a Q_ASSERT
    guarding that; arguably, it's better to just clean away that kind of
    stuff from the database if it's encountered, and continue operating.
    KitsuneRal committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    4b2e394 View commit details
    Browse the repository at this point in the history