From 09df416367dac9bdb0107d2b46d046483988cbff Mon Sep 17 00:00:00 2001 From: Robert Spiegel <1135218+robert7@users.noreply.github.com> Date: Sat, 3 Nov 2018 21:18:55 +0100 Subject: [PATCH 1/2] Add debug message in sync/uploadNote --- src/communication/communicationmanager.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/communication/communicationmanager.cpp b/src/communication/communicationmanager.cpp index 41c9834a..971a1ba7 100644 --- a/src/communication/communicationmanager.cpp +++ b/src/communication/communicationmanager.cpp @@ -451,6 +451,8 @@ qint32 CommunicationManager::expungeNotebook(Guid guid) { // Upload a note to Evernote qint32 CommunicationManager::uploadNote(Note ¬e, QString token) { + QLOG_DEBUG() << "uploadNote " << note.guid << ", " << note.title; + if (token == "") { token = authToken; } From f069bb5bbf6d46dadce54895207a574523ecd783 Mon Sep 17 00:00:00 2001 From: Robert Spiegel <1135218+robert7@users.noreply.github.com> Date: Tue, 6 Nov 2018 17:18:48 +0100 Subject: [PATCH 2/2] Finally stable release 2.1.0 --- debian/changelog | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 36fb7fb3..46cc96e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,9 @@ -NixNote (2.1.0-beta5b) unstable; urgency=low +NixNote (2.1.0) stable; urgency=low * Minor logging improvement in case app is run from wrong directory. * Added sort by "tags" option * Added "Date" mime mail header field (applied patch by https://github.com/the02, Issue #52) * Fixed problem with "Could not parse stylesheet of object XY" warning (invalid default css for searchInputCss) - -- Robert Spiegel Tue, 30 Oct 2018 12:00:00 -0400 - + -- Robert Spiegel Tue, 6 Nov 2018 12:00:00 -0400 NixNote (2.1.0-beta4) unstable; urgency=low * Make the sync and email shortcut key global to all app windows, and add sync and email toolbar buttons to