Skip to content

Commit

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

- The previous release introduced a performance regression due to some
  internal changes (i.e. the library used to store logs locally to help
  us debug your issues).
  We decreased the number of elements logged to mitigate this situation.
- The previous release introduced a second regression that prevented us
  from receiving the appropriate log file in some cases when you contact
  us via the application for support.
  We fixed this issue and we should now receive the most recent file
  again.
- The Electron framework was upgraded to v31.6.0. This brings a lot of
  security patches as well as other smaller fixes.
  • Loading branch information
taratatach committed Nov 7, 2024
1 parent 83b9f1a commit 9dc3d98
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Cozy Drive for Desktop: Changelog

## 3.41.0-beta.2 - 2024-11-06
## 3.41.0 - 2024-11-07

Improvements for all users:

- The previous release introduced a performance regression due to some internal
changes (i.e. the library used to store logs locally to help us debug your
issues).
We decreased the number of elements logged to mitigate this situation.
- The previous release introduced a second regression that prevented us from
receiving the appropriate log file in some cases when you contact us via the
application for support.
We fixed this issue and we should now receive the most recent file again.
- The Electron framework was upgraded to v31.6.0. This brings a lot of security
patches as well as other smaller fixes.

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

Happy syncing!

## 3.41.0-beta.3 - 2024-11-06

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.3",
"version": "3.41.0",
"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 9dc3d98

Please sign in to comment.