Import-Export Elbe 1.2.1

• Further improvements to address and date parsing
• Better handling and displaying of skipped messages
• Improved error reporting
This commit is contained in:
Jakub
2020-11-11 14:03:00 +01:00
parent 1055e60d27
commit 70645c1732
7 changed files with 15 additions and 24 deletions

View File

@ -20,9 +20,6 @@ issues:
- gochecknoglobals - gochecknoglobals
- gochecknoinits - gochecknoinits
- gosec - gosec
- path: pkg/message/rfc5322
linters:
- dupl
linters-settings: linters-settings:
godox: godox:

View File

@ -1,9 +1,7 @@
# ProtonMail Bridge Changelog # ProtonMail Bridge and Import-Export app Changelog
Changelog [format](http://keepachangelog.com/en/1.0.0/) Changelog [format](http://keepachangelog.com/en/1.0.0/)
## Unreleased
## [IE 1.2.1] Elbe ## [IE 1.2.1] Elbe
### Added ### Added

View File

@ -11,7 +11,7 @@ TARGET_OS?=${GOOS}
# Keep version hardcoded so app build works also without Git repository. # Keep version hardcoded so app build works also without Git repository.
BRIDGE_APP_VERSION?=1.5.0-git BRIDGE_APP_VERSION?=1.5.0-git
IE_APP_VERSION?=1.2.0-git IE_APP_VERSION?=1.2.1-git
APP_VERSION:=${BRIDGE_APP_VERSION} APP_VERSION:=${BRIDGE_APP_VERSION}
SRC_ICO:=logo.ico SRC_ICO:=logo.ico
SRC_ICNS:=Bridge.icns SRC_ICNS:=Bridge.icns

View File

@ -15,18 +15,14 @@
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with ProtonMail Bridge. If not, see <https://www.gnu.org/licenses/>. // along with ProtonMail Bridge. If not, see <https://www.gnu.org/licenses/>.
// Code generated by ./release-notes.sh at 'Wed Nov 4 12:24:35 PM CET 2020'. DO NOT EDIT. // Code generated by ./release-notes.sh at 'Wed Nov 11 01:57:14 PM CET 2020'. DO NOT EDIT.
package importexport package importexport
const ReleaseNotes = `Improvements to the import from large mbox files with multiple labels const ReleaseNotes = `Further improvements to address and date parsing
Not allow to run multiple instances of the app or transfers at the same time Better handling and displaying of skipped messages
Various enhancements of the import process related to parsing Improved error reporting
• Cosmetic GUI changes
• Better error handling
` `
const ReleaseFixedBugs = `• Linux font issues - Fedora specific const ReleaseFixedBugs = `
• App response to the user pausing and canceling import or export
• Handling errors during update
` `

View File

@ -1,3 +0,0 @@
• Linux font issues - Fedora specific
• App response to the user pausing and canceling import or export
• Handling errors during update

View File

@ -1,5 +1,3 @@
Improvements to the import from large mbox files with multiple labels Further improvements to address and date parsing
Not allow to run multiple instances of the app or transfers at the same time Better handling and displaying of skipped messages
Various enhancements of the import process related to parsing Improved error reporting
• Cosmetic GUI changes
• Better error handling

5
unreleased.md Normal file
View File

@ -0,0 +1,5 @@
# ProtonMail Bridge and Import-Export app Changelog
Changelog [format](http://keepachangelog.com/en/1.0.0/)
## Unreleased