Merge branch 'release/elbe' into devel

This commit is contained in:
Jakub
2020-11-30 11:59:41 +01:00
5 changed files with 19 additions and 8 deletions

View File

@ -15,14 +15,19 @@
// 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 Nov 11 01:57:14 PM CET 2020'. DO NOT EDIT.
// Code generated by ./release-notes.sh at 'Fri Nov 27 07:35:38 AM CET 2020'. DO NOT EDIT.
package importexport
const ReleaseNotes = `Further improvements to address and date parsing
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
• Better handling and displaying of skipped messages
Improved error reporting
Various enhancements of the import process related to parsing
• Cosmetic GUI changes
• Better error handling
`
const ReleaseFixedBugs = `
const ReleaseFixedBugs = `• Linux font issues - Fedora specific
• App response to the user pausing and canceling import or export
• Upgrade errors
`