From 6e1c51b26ef35835194361d09f9b15b8ad3522bc Mon Sep 17 00:00:00 2001 From: yocarbo <38982184+yocarbo@users.noreply.github.com> Date: Thu, 7 Mar 2019 09:40:13 +0100 Subject: [PATCH] Release 2.0.0 --- CHANGELOG.md | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b13789..106416e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,72 @@ +## 2.0.0 +* Update Electron to 4.0.4 +* osslsigncode instead signcode +* Change to electron-builder +* Add Linux application desktop +* Fix notification Lin/Mac/Win +* Fix hide/minimize + +## v1.1.7 +* Fix signing windows app +* Sanitized compilation +* Fix rich preview when loading failed + +## v1.1.6 +* Fix Evernote authorization + +## v1.1.5 +* Revert updating application in background +* Fix native modules + +## v1.1.4 +* Use EV Certificate +* Update all dependencies +* Support new Google Drive sharing +* Improve how the application is updated + +## v1.1.3 +* Update Electron to 1.4.15 +* Update all dependencies +* Fix OneDrive media sharing +* Refactor signing for Windows + +## v1.1.2 +* Update Electron to 1.4.2 +* Update all dependencies +* Update node version +* Compile native extension properly +* Add Google sign-in + +## v1.1.1 +* Update Electron to 1.2.1 +* Handle Box file picker (if they provide the window name) +* Fix task print +* Fix startup error + +## v1.1.0 +* Add spell checker in the context menu +* Add copy/paste in the context menu +* Add zoom in/out with shortcuts in the menu and context menu +* Update libraries +* Add a beta build + +## v1.0.5 +* Make new dropbox working + +## v1.0.4 +* Patch OneDrive integration + +## v1.0.3 +* Fix Microsoft login page +* Fix public and print task + +## v1.0.2 +* Fix reload shortcut on windows doesn't restart Azendoo (again) + +## v1.0.1 +* Fix reload shortcut on windows doesn't restart Azendoo +* Fix token was not added when user click on a download button + +## v1.0.0 +* First version of the application over Electron