Skip to content

Releases: vladimiry/ElectronMail

v1.0.1

10 Jul 21:07
Compare
Choose a tag to compare
  • Test for online status before calling Tutanota Rest API - gets rid of annoying error message modal being shown by Titanota's global exception handler.
  • Don't pause keepass requesting loop after 5 iterations.

v1.0.0

06 Jul 20:47
Compare
Choose a tag to compare

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, click Log-out in the app menu. That will remove locally stored master password (done with node-keytar). You can also remove it having protonmail-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 reading app.getPath(name ="userData") related section here.

log out

v0.5.0

30 Jun 14:26
Compare
Choose a tag to compare
  • Enable KeePass record referencing for the Two Factor Secret Key field (was enabled for Password and Mail Password fields from the day one).

v0.4.4

29 Jun 16:36
Compare
Choose a tag to compare
  • Fix general setting saving (checkboxes).

v0.4.3

27 Jun 13:51
Compare
Choose a tag to compare
  • 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

21 May 16:14
Compare
Choose a tag to compare
  • improve 2FA token submitting stability
  • fix app exit on macOS

v0.4.1

17 May 16:00
Compare
Choose a tag to compare
  • fix macOS specific issues #24

v0.4.0

04 May 05:39
Compare
Choose a tag to compare
  • new option to disable update check #20

2b3e6e355bfd

  • save general settings on option change (no submit/save button needed)
  • upgrade to electron v2.0.0

v0.3.2

25 Feb 12:34
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

v0.3.1

09 Feb 13:23
Compare
Choose a tag to compare
  • Enable basic context menu for the main app window #11