1
0

Release Danube: notes, version bump, change log

This commit is contained in:
Jakub
2020-10-29 12:57:59 +01:00
parent 1286e57b63
commit 881cb64beb
5 changed files with 21 additions and 18 deletions

View File

@ -15,17 +15,18 @@
// 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 'Wed Sep 23 01:31:53 PM CEST 2020'. DO NOT EDIT.
// Code generated by ./release-notes.sh at 'Thu Oct 29 12:57:32 PM CET 2020'. DO NOT EDIT.
package importexport
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 ReleaseNotes = `• Improvements to the import from large mbox files with multiple labels
• Not allow to run multiple instances of the app or transfers at the same time
• Various enhancements of the import process related to parsing
• Cosmetic GUI changes
• Better error handling
`
const ReleaseFixedBugs = `• Import from mbox files with long lines
• Improvements to import from Yahoo accounts
const ReleaseFixedBugs = `• Linux font issues - Fedora specific
• App response to the user pausing and canceling import or export
• Handling errors during update
`