diff --git a/CHANGELOG.md b/CHANGELOG.md index 371ea6c742..a075d2b4a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ Features: - A new bar appears when you view the Trash and Spam folders allowing you to permanently delete messages. +Fixes: + +- On Windows, Mailspring now uses the system font, which looks more crisp on Windows 10. + +- On Windows, swipe to archive now works on touch-screen laptops. + +- On Windows, we now ship the VS C++ Redistributable runtime, fixing issues many users had running the app after a fresh install. + +- The default Chomium "double-tap-to-zoom" behavior has been disabled on all platforms. + +- Preferences > Folders now shows UTF8 folder titles correctly. + +- On OpenSUSE, Mailspring now looks for certificates at the correct path, fixing authentication issues with servers that use SSL. + +- The undo/redo toast no longer appears when switching to Drafts and back. + ### 1.0.4 (10/12/2017) diff --git a/app/package.json b/app/package.json index 8865e9d151..0cc15d1188 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "mailspring", "productName": "Mailspring", - "version": "1.0.4", + "version": "1.0.5", "commitHash": "COMMIT_INSERTED_DURING_PACKAGING", "description": "The best email app for people and teams at work", "license": "GPL-3.0",