|
1 |
| -# Proton Mail Bridge and Import-Export app Changelog |
| 1 | +# Proton Mail Bridge Changelog |
2 | 2 |
|
3 | 3 | Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
4 | 4 |
|
5 | 5 | ## [Bridge 3.1.0] Quebec
|
6 | 6 |
|
7 | 7 | ### Changed
|
| 8 | +* GODT-2523: Use software QML rendering backend by default on Windows. |
| 9 | +* GODT-2500: Reorganise async methods. |
| 10 | +* GODT-2500: Add panic handlers everywhere. |
| 11 | +* GODT-2511: Add bridge-gui switches to permanently select the QML rendering backend. |
| 12 | +* GODT-2509: Migrate TLS cert from v1/v2 location during upgrade to v3. |
| 13 | +* GODT-2487: Add windows test job and worker. |
8 | 14 | * Update GPA to include detailed error messages.
|
9 | 15 | * GODT-2479: Ensure messages always have a text body part.
|
10 | 16 | * GODT-2482: More attachment to relevant exceptions.
|
@@ -33,6 +39,18 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
33 | 39 | * GODT-2289: UIDValidity as Timestamp.
|
34 | 40 |
|
35 | 41 | ### Fixed
|
| 42 | +* GODT-2505: Show notification only for cases when user needs to do actions. |
| 43 | +* GODT-2516: Log error when the vault key cannot be created/loaded from the keychain. |
| 44 | +* GODT-2526: Fix high memory usage with fetch/search. |
| 45 | +* GODT-2514: Apply Retry-After to 503. |
| 46 | +* GODT-2524: Preserve old vault values. |
| 47 | +* GODT-2508: Handle Address Updated for none-existing address. |
| 48 | +* GODT-2504: Fix missing attachments in imported message. |
| 49 | +* GODT-2513: Scanner Crash in Gluon. |
| 50 | +* GODT-2512: Catch unhandled API errors. |
| 51 | +* GODT-2507: Memory consumption bug. |
| 52 | +* GODT-2497: Do not report EOF and network errors. |
| 53 | +* GODT-2481: Fix DBUS Secert Service. |
36 | 54 | * GODT-2455: Upper limit for number of merged events.
|
37 | 55 | * GODT-2480: Do not override X-Original-Date with invalid Date.
|
38 | 56 | * GODT-2473: Fix handling of complex mime types.
|
|
0 commit comments