Skip to content

Commit

Permalink
add blogpost for 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Mar 15, 2024
1 parent 495af28 commit d107eaf
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 1 deletion.
43 changes: 43 additions & 0 deletions documentation/blog/20240315-new-release-version-060.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
slug: new-release-version-060
title: "New Release: Version 0.6.0 - March 15, 2024 🚀"
authors: dion
tags: [photo mangement, software update]
date: 2024-05-15
image: https://media.qdraw.nl/log/de-7-dingen-die-ik-miste-bij-het-beheren-van-mijn-foto-collectie/embeded/01_video_search_cloud_starsky_v050.gif
---

# New Release: Version 0.6.0 - March 15, 2024 🚀

We're excited to unveil our latest release, Version 0.6.0, packed with exciting updates and
enhancements to elevate your user experience! Let's dive into the key highlights of this release:

## Backend Enhancements:

- **Upgrade to .NET 8**: Our backend system has been upgraded to .NET 8 - SDK 8.0.202 and Runtime
8.0.3, bringing improved performance and stability. (PR #1464)

## Bug Fixes:

- **Improved Version Check**: Addressed an issue where the version check wasn't functioning
correctly post the 0.5.10+ upgrade, ensuring smooth operation. (PR #1477)
- **Enhanced Error Handling**: Various fixes have been implemented to enhance system stability,
including fixes for regex timeouts and log errors. (PR #1457, #1444, #1445)

## Exciting Features:

- **Apple Silicon Mac OS Support**: We're thrilled to introduce support for Apple Silicon Mac OS in
our desktop app, ensuring compatibility with the latest hardware. (PR #1454)
- **SonarScanner for Desktop App**: Our desktop app now includes SonarScanner, allowing for more
effective monitoring of code quality. (PR #1454)
- **Native File Opening**: Experience seamless file opening on both Windows and Mac OS with native
file open support. (PR #1381)

This release represents a significant leap forward for our platform, made possible by the dedication
of the development team.

For a detailed breakdown of all changes in this release, please refer to
our [changelog](https://docs.qdraw.nl/docs/advanced-options/history/#v0.6.0). Thank
you for your continued support - we can't wait to see how these enhancements enrich your experience!

#SoftwareUpdate #Version0.6.0 #ReleaseNotes 🌟
6 changes: 6 additions & 0 deletions documentation/public_links.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Links who are public available:

https://docs.qdraw.nl/docs/advanced-options/history
https://docs.qdraw.nl/docs/getting-started/first-steps
https://docs.qdraw.nl/docs/developer-guide/logging/opentelemetry
https://docs.qdraw.nl/docs/developer-guide/github-actions
2 changes: 1 addition & 1 deletion starsky/starsky/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ machinename with your computer name in lowercase)_
35. `AccountRolesByEmailRegisterOverwrite` Overwrite the default role for a user by email address,
_default empty list_
36. `OpenTelemetry` See logging in an external service, _default no enabled_
see [OpenTelemetry](https://docs.qdraw.nl/docs/developer-guide/logging/opentelemetry.md)
see [OpenTelemetry](https://docs.qdraw.nl/docs/developer-guide/logging/opentelemetry/)
37. `UseLocalDesktop` Enable local desktop features (hide trash in Ui / Open in Application)
_default false_ _in app true_
38. `DefaultDesktopEditor` List of Properties that contain the default editor by imageFormat
Expand Down

0 comments on commit d107eaf

Please sign in to comment.