Skip to content

Commit

Permalink
Release v3.41.0-beta.2
Browse files Browse the repository at this point in the history
Improvements for all users:

- The Electron framework was upgraded to v31.6.0. This brings a lot of
  security patches as well as other smaller fixes.
- The previous beta release did not bring the expected performance boost
  we expected because the logger would still process a lot of logging
  calls even after we decreased the number of elements written to disk.
  We changed the logger setup to make sure only the relevant logging
  calls are processed and now have the performance boost.
  • Loading branch information
taratatach committed Oct 31, 2024
1 parent c5dc5bc commit eadffc3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Cozy Drive for Desktop: Changelog

## 3.41.0-beta.2 - 2024-10-31

Improvements for all users:

- The Electron framework was upgraded to v31.6.0. This brings a lot of security
patches as well as other smaller fixes.
- The previous beta release did not bring the expected performance boost we
expected because the logger would still process a lot of logging calls even
after we decreased the number of elements written to disk.
We changed the logger setup to make sure only the relevant logging calls are
processed and now have the performance boost.

See also [known issues](https://github.com/cozy-labs/cozy-desktop/blob/master/KNOWN_ISSUES.md).

Happy syncing!

## 3.41.0-beta.1 - 2024-10-30

Improvements for all users:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "CozyDrive",
"productName": "Cozy Drive",
"private": true,
"version": "3.41.0-beta.1",
"version": "3.41.0-beta.2",
"description": "Cozy Drive is a synchronization tool for your files and folders with Cozy Cloud.",
"homepage": "https://github.com/cozy-labs/cozy-desktop",
"author": "Cozy Cloud <[email protected]> (https://cozycloud.cc/)",
Expand Down

0 comments on commit eadffc3

Please sign in to comment.