Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Pre-release 1.1.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@Thomas101 Thomas101 released this 20 Jan 21:11
· 537 commits to master since this release

This is a pre-release version. Thanks to everyone who's been testing, finding bugs, collaborating and sending code fixes!

Features

  • Drag and drop file uploads are now supported
  • Added Cmd+w shortcut
  • Window size and position persists between sessions
  • Zoom in & out for mailbox windows

Fixes

  • Updated Cmd+H to work more like other OS X apps
  • Changed default download location to be users downloads directory
  • More logging and capturing for auth errors
  • Memory leak fixes

Code

  • Rewritten client in ReactDOM and altjs so I can scale the app up
  • Updated css to use less
  • Using webpack to compile client code bringing newer es6 features
  • Code quality and linting with thanks to @parro-it
  • Linux support with thanks to @parro-it with a build coming soon
  • Slight file size reduction
  • Updated to the latest electron for improvements and security patches