forked from Silverfish/proton-bridge
Release notes
This commit is contained in:
committed by
James Houlahan
parent
dc3f61acee
commit
b7b2297635
61
release-notes/bridge.md
Normal file
61
release-notes/bridge.md
Normal file
@ -0,0 +1,61 @@
|
||||
## v1.4.5
|
||||
- 2020-10-22
|
||||
|
||||
### New
|
||||
|
||||
Improving Performance
|
||||
|
||||
* Bulletproofing against any potential data loss and/or duplication
|
||||
* Performance improvements for handling attachments and non-standard formatting
|
||||
* Better stability of the message parser
|
||||
|
||||
Outgoing messages support
|
||||
|
||||
* Additional foreign encoding support for outgoing messages
|
||||
* Complete refactor of the way messages are parsed to simplify code maintenance
|
||||
* Improved User-Agent detection
|
||||
|
||||
Added MacOS Big Sur compatibility
|
||||
|
||||
Added persistent anonymous API cookies
|
||||
|
||||
### Fixed
|
||||
|
||||
Fixed rare mail loss when moving from Spam folder
|
||||
|
||||
Limited log size
|
||||
|
||||
Fixed Linux font issues (mouse hover)
|
||||
|
||||
## v1.3.3
|
||||
- 2020-08-12
|
||||
|
||||
### New
|
||||
|
||||
Improvements to Alternative Routing
|
||||
|
||||
* Version two of this feature is now more resilient to unstable internet connections, which results in a smoother experience using this feature.
|
||||
* Includes fixes to previous implementation of Alternative Routing when first starting the application or when turning it off.
|
||||
|
||||
Email parsing improvements
|
||||
|
||||
* Improved detection of email encodings embedded in html/xml in addition to message header; add a fallback option if encoding is not specified and decoding as UTF8 fails (ISO-8859-1)
|
||||
* tweaked logic of parsing "References" header.
|
||||
|
||||
User interaction improvements
|
||||
|
||||
* Some smaller improvements in specific cases to make the interaction with Proton Bridge clearer for the user
|
||||
|
||||
Code updates & maintenance
|
||||
|
||||
* Migrated to GopenPGP v2
|
||||
* updates to GoIMAPv1
|
||||
* increased bbolt version to 1.3.5 and various improvements regarding extensibility and maintainability for upcoming work.
|
||||
|
||||
General stability improvements
|
||||
|
||||
* Improvements to the behavior of the application under various unstable internet conditions.
|
||||
|
||||
### Fixed
|
||||
|
||||
Fixed a slew of smaller bugs and some conditions which could cause the application to crash.
|
||||
26
release-notes/import-export.md
Normal file
26
release-notes/import-export.md
Normal file
@ -0,0 +1,26 @@
|
||||
## v1.1.2
|
||||
- 2020-09-23
|
||||
|
||||
### New
|
||||
|
||||
Improving performance
|
||||
|
||||
* Speed up import by implementing parallel processing (parallel fetch, encrypt and upload of messages)
|
||||
* Optimising the initial fetch of messages from external accounts
|
||||
|
||||
Better message parsing
|
||||
|
||||
* Better handling of attachments and non-standard formatting
|
||||
* Improved stability of the message parser
|
||||
|
||||
Improved metrics
|
||||
|
||||
* Added persistent anonymous API cookies
|
||||
|
||||
|
||||
### Fixed
|
||||
|
||||
Fixed issues causing failing of import
|
||||
|
||||
* Import from mbox files with long lines
|
||||
* Improvements to import from Yahoo accounts
|
||||
Reference in New Issue
Block a user