diff --git a/Changelog.md b/Changelog.md index 652a210d..a5a93faf 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,70 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) +## Trift Bridge 3.4.0 + +### Added + +### Changed +* Remove gRPC auto-generated C++ source files. +* GODT-2709: Remove the config status file when user is removed. +* GODT-2749: Manual test-windows again. +* GODT-2712: Feed config_status with user action while pending. +* GODT-2715: Add Unitary test for configStatus event. +* GODT-2715: Add Functional test for configStatus telemetry event. +* GODT-2714: Apply PR comments. +* GODT-2714: Set Configuration Status to Failure and send Recovery event when issue is solved. +* GODT-2713: Send config_progress event once a day if the configuration is stucked in pending for more than a day. +* GODT-2711: Send config_abort event on User removal. +* GODT-2710: Send config success on IMAP/SMTP connection.. +* GODT-2716: Make Configuration Statistics persistent. +* GODT-2709: Init Configuration status. +* GODT-2750: Disable raise on main window when a notification is clicked on Linux. +* GODT-2748: Log calls that cause main window to show, with reason. +* Test: Force all unit test to use minimum sync spec. +* Revert "feat(GODT-2749): manual windows-test.". +* Test: Force sync limits to minimum with env variable. +* GODT-2749: Manual windows-test. +* GODT-2691: Close logrus output file on exit. +* GODT-2522: New Gluon database layout. +* GODT-2728: Remove the sentry report for gRPC event stream interruptions in bridge-gui. +* GODT-2678: When internet is off, do not display status dot icon for the user in the context menu. +* GODT-2686: Change the orientation of the expand/collapse arrow for Advanced settings. +* Test(GODT-2636): Add step for sending from EML. +* GODT-2707: Set bridge-gui default log level to 'debug'. +* Log failed message ids during sync. +* GODT-2705: Added log entries for focus service on client and server sides. +* GODT-2510: Remove Ent. +* Test(GODT-2600): Changing state (read/unread, starred/unstarred) of a message in integration tests. +* GODT-2703: Got rid of account details dialog with Apple Mail autoconf. +* GODT-2685: Update to bug report log attachment logic. +* GODT-2690: Update sentry reporting in GUI for new log file naming. +* GODT-2668: Implemented new log retention policy. +* Test(GODT-2683): Save Draft without "Date" & "From" in headers. +* Merge branch release/stone to devel. +* GODT-2666: Feat(GODT-2667): introduce sessionID in bridge. +* Fix linter errors. +* GODT-2653: Log API error details on Message import and send. +* GODT-2674: Add more logs to failed update. +* GODT-2660: Calculate bridge coverage and refactor CI yaml file. +* GODT-2674: Add more logs during update failed. +* Fix dependency_license script to handle dot formated version. +* Add error logs when messages fail to build during sync. +* GODT-2673: Use NoClient as UserAgent without any client connected and... +* GODT-2655: Display internal build time tag in log and GUI. + +### Fixed +* GODT-2753: Vault test now check that value auto-assigned is first available port. +* GODT-2522: Handle migration with unreferenced db values. +* GODT-2693: Allow missing whitespace after header field colon. +* GODT-2726: Fix Parsing of Details field in GPA error message. +* GODT-2653: Only log when err is not nil. +* GODT-2680: Fix for C++ debugger not working on ARM64 because of OpenSSL 3.1. +* GODT-2675: Update GPA to applye togin-gonic/gin patch + update COPYING_NOTES. +* GODT-2672: Fix context cancelled when IMAP/SMTP parameters change is in progress. +* GODT-2669: Display sentry ID in bridge init log. + + ## Stone Bridge 3.3.0 ### Changed diff --git a/Makefile b/Makefile index 4d395c60..c4156f84 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) .PHONY: build build-gui build-nogui build-launcher versioner hasher # Keep version hardcoded so app build works also without Git repository. -BRIDGE_APP_VERSION?=3.3.0+git +BRIDGE_APP_VERSION?=3.4.0+git APP_VERSION:=${BRIDGE_APP_VERSION} APP_FULL_NAME:=Proton Mail Bridge APP_VENDOR:=Proton AG