IE release notes and GODT-738

This commit is contained in:
Jakub
2020-09-23 13:50:08 +02:00
parent e01747e3b9
commit fe926cbd57
8 changed files with 28 additions and 27 deletions

View File

@ -15,19 +15,17 @@
// You should have received a copy of the GNU General Public License
// along with ProtonMail Bridge. If not, see <https://www.gnu.org/licenses/>.
// Code generated by ./release-notes.sh at 'Fri Sep 11 09:30:51 AM CEST 2020'. DO NOT EDIT.
// Code generated by ./release-notes.sh at 'Wed Sep 23 01:31:53 PM CEST 2020'. DO NOT EDIT.
package importexport
const ReleaseNotes = `***Note: If you were using the Import-Export app before, you need to uninstall the older version and log in again to the new version***
Complete code refactor in preparation of stable and open source release of the Import-Export app
• Increased number of supported mail providers by changing the way the folder structures are handled (NIL hierarchy delimiter)
Improved handling for unstable internet and pause and resume behavior
const ReleaseNotes = `• Speed up import by implementing parallel processing (parallel fetch, encrypt and upload of messages)
• Optimising the initial fetch of messages from external accounts
Better handling of attachments and non-standard formatting
• Improved stability of the message parser
Added persistent anonymous API cookies
`
const ReleaseFixedBugs = `Fixed rare cases where the application freezes when starting/stopping imports
Allowed current date to be included in the selected date range for both import and export
• Improved manual update process
• Limit space usage by on device application logs
const ReleaseFixedBugs = `Import from mbox files with long lines
Improvements to import from Yahoo accounts
`