Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Oct 2, 2024
1 parent 01f8186 commit ddb2fec
Show file tree
Hide file tree
Showing 4 changed files with 1,508 additions and 274 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ image: https://media.qdraw.nl/log/de-7-dingen-die-ik-miste-bij-het-beheren-van-m

So it was high time to optimise the time-consuming process of photo management. I really enjoy going out and taking pictures. But when I get home, it’s time to properly organise all those photos. That task is typically something we postpone, but it is nice to share the photos and experiences. I have developed a piece of software for this process and in this blog I will tell you what I have improved in this in 2022. This year it really started for the project. The first blog post about the project is a fact. In addition, a demo can also be viewed at [demo.qdraw.nl](https://demo.qdraw.nl)

/* truncate */

## 12 releases done in 2022

What have I worked on in the past year? For example, I’ve been working on real-time updates from the file system so you’re always up-to-date! Added a new type of sort in the list, write a temporary file first before writing a file, to avoid corrupted files. Upgraded to Microsoft’s .NET 6 framework. Added configuration to exclude directories from keeping index up to date. We now keep notifications in a uniform way, even if you have lost the connection for a while, you can retrieve the recent updates. Upgraded the front-end library: React 17 to 18 and the desktop app library: Electron upgraded to the latest version several times. The dependency on Exiftool to write the metadata has been reduced as it is already added during the build. Server side version added for M1/M2 Macs, the desktop version will follow at a later time, I’m running into Gatekeeper (security of Mac OS) issues there. The Diskwatcher functionality has been completely rewritten so that it takes a maximum of 20 seconds to check for duplicate events and filter them out, resulting in a huge performance gain. Furthermore, comparing the database and the file system has changed so that it is a lot faster than before. All this ensured that this works well and released version 0.5.0. Then worked on better documentation, there is still a lot to be gained here and adding locations manually. On to a good 2023!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ and a relentless commitment to enhancing the user experience.
In this blog post, we'll delve into the notable updates and advancements
encapsulated in the various releases of version 0.5.x of our software.

/* truncate */

## Version 0.5.13 - Front-end Accessibility and Code Refinement

The December release, version 0.5.13, showcased a concentrated effort on enhancing front-end accessibility.
Expand Down
2 changes: 2 additions & 0 deletions documentation/blog/20240315-new-release-version-060.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ image: https://media.qdraw.nl/log/de-7-dingen-die-ik-miste-bij-het-beheren-van-m
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:

/* truncate */

## Backend Enhancements:

- **Upgrade to .NET 8**: Our backend system has been upgraded to .NET 8 - SDK 8.0.202 and Runtime
Expand Down
Loading

0 comments on commit ddb2fec

Please sign in to comment.