Releases: vladimiry/ElectronMail
Releases · vladimiry/ElectronMail
v1.0.1
v1.0.0
Changes:
- Tutanota email provider is now supported.
- Project got renamed as it's not about ProtonMail only anymore. Color scheme has been changed for the same reason. Settings format is not compatible with
protonmail-desktop-app
program. - Enable email provider entry point domain selection, solves #29.
Security wise note:
If you are removing protonmail-desktop-app
, consider to perform the following actions first:
- If you had the
Keep me signed in
feature enabled, clickLog-out
in the app menu. That will remove locally stored master password (done with node-keytar). You can also remove it havingprotonmail-desktop-app
already uninstalled, but a way depends on the system. - Remove settings folder manually. You can locate settings folder path clicking
Open setting folder
app/tray menu item or readingapp.getPath(name ="userData")
related section here.
v0.5.0
v0.4.4
v0.4.3
- Improve desktop notifications appearance on Windows 10, fixes #28
- Simplify displaying errors on UI.
- Improve runtime variables usage, so issues like #23 won't happen again.
- Major code base refactoring and cleanup. More than 1100 code lines got removed or moved to a new/individual modules.
v0.4.2
v0.4.1
v0.4.0
v0.3.2
- update electron 1.8.2 to v2.0.0-beta.1
Cannot find module '../tray'
error preventing workaround.