diff --git a/CHANGES.md b/CHANGES.md index da3ce02..9bb90a2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# Version 0.8.0 + * Fix bug #51 - Nemo and Caja only show the first device + * Send SMS is now stable and support autocomplete from Google Contacts + # Version 0.7.1 * Fix bug #51 - Nemo and Caja extensions not working * Add Language: Lithuanian Language diff --git a/CMakeLists.txt b/CMakeLists.txt index e84ab11..6396372 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ set (LOCALEDIR ${CMAKE_INSTALL_PREFIX}/share/locale) set (PKGDATADIR "${DATADIR}/indicator-kdeconnect") set (RELEASE_NAME "beta") set (VERSION_INFO "Indicator for KDE Connect daemon") -set (VERSION "0.7.1") +set (VERSION "0.8.0") # set gettexttranslate set (GettextTranslate_GMO_BINARY TRUE) @@ -36,9 +36,9 @@ ensure_vala_version("0.20" MINIMUM) include(ValaPrecompile) # make sure we use GettextTranslate include(GettextTranslate) -# -include(FindPythonModule) -find_python_module(requests_oauthlib) +# ensure python dependencies are satisfied +#include(FindPythonModule) +#find_python_module(requests_oauthlib) #indicator diff --git a/data/extensions/kdeconnect-send-caja.py b/data/extensions/kdeconnect-send-caja.py index 8cd6ca8..c2968f8 100644 --- a/data/extensions/kdeconnect-send-caja.py +++ b/data/extensions/kdeconnect-send-caja.py @@ -95,7 +95,7 @@ def get_file_items(self, window, files): menu.set_submenu(sub_menu) for device in devices: - item = Caja.MenuItem(name='KDEConnectSendExtension::SendFileTo'+device["id"] + item = Caja.MenuItem(name='KDEConnectSendExtension::SendFileTo'+device["id"], label=device["name"]) item.connect('activate', self.menu_activate_cb, files, device["id"], device["name"]) sub_menu.append_item(item) diff --git a/debian/changelog b/debian/changelog index 60f411d..64889f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-kdeconnect (0.8.0) precise; urgency=low + * Fix bug #51 - Nemo and Caja only show the first device + * Send SMS is now stable and support autocomplete from Google Contacts + + -- Bajoja Sat, 20 Apr 2017 00:00 -0000 + indicator-kdeconnect (0.7.1) precise; urgency=low * Fix bug #51 - Nemo and Caja extensions not working * Add Language: Lithuanian Language diff --git a/rpm/_service b/rpm/_service index 99f525a..0040e90 100644 --- a/rpm/_service +++ b/rpm/_service @@ -10,5 +10,5 @@ *.tar xz - + diff --git a/rpm/indicator-kdeconnect.changes b/rpm/indicator-kdeconnect.changes index af1f3b1..8f25508 100644 --- a/rpm/indicator-kdeconnect.changes +++ b/rpm/indicator-kdeconnect.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +--- -- -- --:--:-- UTC 2017 - pousaduarte@gmail.com + +- Update to version 0.8.0: + * Fix bug #51 - Nemo and Caja only show the first device + * Send SMS is now stable and support autocomplete from Google Contacts + ------------------------------------------------------------------- Wed Apr 19 21:59:11 UTC 2017 - pousaduarte@gmail.com diff --git a/rpm/indicator-kdeconnect.spec b/rpm/indicator-kdeconnect.spec index f71224c..9b051a2 100644 --- a/rpm/indicator-kdeconnect.spec +++ b/rpm/indicator-kdeconnect.spec @@ -20,7 +20,7 @@ # along with this program. If not, see . Name: indicator-kdeconnect -Version: 0.7.1 +Version: 0.8.0 Release: 0%{?dist} Summary: App Indicator for KDE Connect Group: Applications/System @@ -46,11 +46,11 @@ BuildRequires: gtk3-devel BuildRequires: vala BuildRequires: vala-devel BuildRequires: pkgconfig(gtk+-3.0) -Requires: python3-requests-oauthlib %if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version} BuildRequires: libappindicator-gtk3-devel Requires: kde-connect-libs +Requires: python3-requests-oauthlib %endif %if 0%{?suse_version} @@ -121,9 +121,13 @@ cd build %changelog +* Sat Apr 22 2017 00:00 Bajoja 0.8.0 +- Fix bug #51 - Nemo and Caja only show the first device +- Send SMS is now stable and support autocomplete from Google Contacts + * Sat Apr 08 2017 21:30 Bajoja 0.7.1 - Fix bug #51 - Nemo and Caja extensions not working -- Add Language: Lituan +- Add Language: Lithuanian * Thu Mar 23 2017 2300 Bajoja 0.7 - Fix bug #46 - Nautilus freeze on copy/paste - URGENT