mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
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:
@ -20,9 +20,6 @@ issues:
|
|||||||
- gochecknoglobals
|
- gochecknoglobals
|
||||||
- gochecknoinits
|
- gochecknoinits
|
||||||
- gosec
|
- gosec
|
||||||
- path: pkg/message/rfc5322
|
|
||||||
linters:
|
|
||||||
- dupl
|
|
||||||
|
|
||||||
linters-settings:
|
linters-settings:
|
||||||
godox:
|
godox:
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -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
|
||||||
|
|||||||
@ -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
|
|
||||||
`
|
`
|
||||||
|
|||||||
@ -1,3 +0,0 @@
|
|||||||
• Linux font issues - Fedora specific
|
|
||||||
• App response to the user pausing and canceling import or export
|
|
||||||
• Handling errors during update
|
|
||||||
|
|||||||
@ -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
5
unreleased.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# ProtonMail Bridge and Import-Export app Changelog
|
||||||
|
|
||||||
|
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
Reference in New Issue
Block a user