Import-Export app Elbe 1.2.3

• Allow an import of already encrypted messages (as cypher text)
    • Cosmetic GUI changes
    • Better error handling
    • Installation issues on linux
This commit is contained in:
Jakub
2020-12-09 17:26:26 +01:00
parent 914d1b27b5
commit 9b82c03959
5 changed files with 7 additions and 17 deletions

View File

@ -2,7 +2,7 @@
Changelog [format](http://keepachangelog.com/en/1.0.0/) Changelog [format](http://keepachangelog.com/en/1.0.0/)
## [Bridge 1.5.3] Golden Gate ## [Bridge 1.5.3] Golden Gate [Import-Export 1.2.3] Elbe
### Added ### Added
* GODT-906 Handle RFC2047-encoded content transfer encoding values. * GODT-906 Handle RFC2047-encoded content transfer encoding values.

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.3-git BRIDGE_APP_VERSION?=1.5.3-git
IE_APP_VERSION?=1.2.2-git IE_APP_VERSION?=1.2.3-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,19 +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 'Fri Nov 27 07:35:38 AM CET 2020'. DO NOT EDIT. // Code generated by ./release-notes.sh at 'Wed Dec 9 05:57:01 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 = `Allow an import of already encrypted messages (as cypher text)
• 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
• Cosmetic GUI changes • Cosmetic GUI changes
• Better error handling • Better error handling
` `
const ReleaseFixedBugs = `Linux font issues - Fedora specific const ReleaseFixedBugs = `Installation issues on linux
• App response to the user pausing and canceling import or export
• Upgrade errors
` `

View File

@ -1,3 +1 @@
Linux font issues - Fedora specific Installation issues on linux
• App response to the user pausing and canceling import or export
• Upgrade errors

View File

@ -1,6 +1,3 @@
Improvements to the import from large mbox files with multiple labels Allow an import of already encrypted messages (as cypher text)
• 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
• Cosmetic GUI changes • Cosmetic GUI changes
• Better error handling • Better error handling