diff --git a/AUTHORS b/AUTHORS index 7663342..52fe48c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1,2 @@ Viko Adi Rahmawan +Steeven Lopes diff --git a/CHANGES.md b/CHANGES.md index a6f167b..8a2da32 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# Version 0.9.2 + * Add Languages: Persian, Polish, Norwegian,Slovenian + * Fix English errors on main translation file + # Version 0.9.1 * Add Languages: Chinese * Fix Elementary OS App Center app compilation diff --git a/CMakeLists.txt b/CMakeLists.txt index 40377c3..1376099 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.9.1") +set (VERSION "0.9.2") # set gettexttranslate set (GettextTranslate_GMO_BINARY TRUE) diff --git a/data/extensions/kdeconnect-send-thunar.desktop b/data/extensions/kdeconnect-send-thunar.desktop index b902365..32f9674 100644 --- a/data/extensions/kdeconnect-send-thunar.desktop +++ b/data/extensions/kdeconnect-send-thunar.desktop @@ -2,7 +2,7 @@ # the "Send To" menu. [Desktop Entry] Type=Application -Version=0.8 +Version=0.9.2 Encoding=UTF-8 TryExec=kdeconnect-send Exec=kdeconnect-send %F diff --git a/data/extensions/tags.7d3O0N b/data/extensions/tags.7d3O0N deleted file mode 100644 index 895d08d..0000000 --- a/data/extensions/tags.7d3O0N +++ /dev/null @@ -1,53 +0,0 @@ -gi kdeconnect-send-caja.py /^import gi$/;" i -Caja kdeconnect-send-caja.py /^from gi.repository import Caja, GObject, Notify$/;" i -GObject kdeconnect-send-caja.py /^from gi.repository import Caja, GObject, Notify$/;" i -Notify kdeconnect-send-caja.py /^from gi.repository import Caja, GObject, Notify$/;" i -Popen kdeconnect-send-caja.py /^from subprocess import Popen$/;" i -isfile kdeconnect-send-caja.py /^from os.path import isfile$/;" i -urllib kdeconnect-send-caja.py /^import urllib, re, gettext, locale$/;" i -re kdeconnect-send-caja.py /^import urllib, re, gettext, locale$/;" i -gettext kdeconnect-send-caja.py /^import urllib, re, gettext, locale$/;" i -locale kdeconnect-send-caja.py /^import urllib, re, gettext, locale$/;" i -_ kdeconnect-send-caja.py /^_ = gettext.gettext$/;" v -KDEConnectSendExtension kdeconnect-send-caja.py /^class KDEConnectSendExtension(GObject.GObject, Caja.MenuProvider):$/;" c -__init__ kdeconnect-send-caja.py /^ def __init__(self):$/;" m class:KDEConnectSendExtension -setup_gettext kdeconnect-send-caja.py /^ def setup_gettext(self):$/;" m class:KDEConnectSendExtension -get_reachable_devices kdeconnect-send-caja.py /^ def get_reachable_devices(self):$/;" m class:KDEConnectSendExtension -send_files kdeconnect-send-caja.py /^ def send_files(self, menu, files, device_id, device_name):$/;" m class:KDEConnectSendExtension -get_file_items kdeconnect-send-caja.py /^ def get_file_items(self, window, files):$/;" m class:KDEConnectSendExtension -gi kdeconnect-send-nautilus.py /^import gi$/;" i -Nautilus kdeconnect-send-nautilus.py /^from gi.repository import Nautilus, GObject, Notify$/;" i -GObject kdeconnect-send-nautilus.py /^from gi.repository import Nautilus, GObject, Notify$/;" i -Notify kdeconnect-send-nautilus.py /^from gi.repository import Nautilus, GObject, Notify$/;" i -Popen kdeconnect-send-nautilus.py /^from subprocess import Popen$/;" i -isfile kdeconnect-send-nautilus.py /^from os.path import isfile$/;" i -urllib kdeconnect-send-nautilus.py /^import urllib, re, gettext, locale$/;" i -re kdeconnect-send-nautilus.py /^import urllib, re, gettext, locale$/;" i -gettext kdeconnect-send-nautilus.py /^import urllib, re, gettext, locale$/;" i -locale kdeconnect-send-nautilus.py /^import urllib, re, gettext, locale$/;" i -_ kdeconnect-send-nautilus.py /^_ = gettext.gettext$/;" v -KDEConnectSendExtension kdeconnect-send-nautilus.py /^class KDEConnectSendExtension(GObject.GObject, Nautilus.MenuProvider):$/;" c -__init__ kdeconnect-send-nautilus.py /^ def __init__(self):$/;" m class:KDEConnectSendExtension -setup_gettext kdeconnect-send-nautilus.py /^ def setup_gettext(self):$/;" m class:KDEConnectSendExtension -get_reachable_devices kdeconnect-send-nautilus.py /^ def get_reachable_devices(self):$/;" m class:KDEConnectSendExtension -send_files kdeconnect-send-nautilus.py /^ def send_files(self, menu, files, device_id, device_name):$/;" m class:KDEConnectSendExtension -send_to_multiple_devices kdeconnect-send-nautilus.py /^ def send_to_multiple_devices(self, menu, files):$/;" m class:KDEConnectSendExtension -menu_activate_cb kdeconnect-send-nautilus.py /^ def menu_activate_cb(self, menu, files, device_id, device_name):$/;" m class:KDEConnectSendExtension -get_file_items kdeconnect-send-nautilus.py /^ def get_file_items(self, window, files):$/;" m class:KDEConnectSendExtension -gi kdeconnect-send-nemo.py /^import gi$/;" i -Nemo kdeconnect-send-nemo.py /^from gi.repository import Nemo, GObject, Notify$/;" i -GObject kdeconnect-send-nemo.py /^from gi.repository import Nemo, GObject, Notify$/;" i -Notify kdeconnect-send-nemo.py /^from gi.repository import Nemo, GObject, Notify$/;" i -Popen kdeconnect-send-nemo.py /^from subprocess import Popen$/;" i -isfile kdeconnect-send-nemo.py /^from os.path import isfile$/;" i -urllib kdeconnect-send-nemo.py /^import urllib, re, gettext, locale$/;" i -re kdeconnect-send-nemo.py /^import urllib, re, gettext, locale$/;" i -gettext kdeconnect-send-nemo.py /^import urllib, re, gettext, locale$/;" i -locale kdeconnect-send-nemo.py /^import urllib, re, gettext, locale$/;" i -_ kdeconnect-send-nemo.py /^_ = gettext.gettext$/;" v -KDEConnectSendExtension kdeconnect-send-nemo.py /^class KDEConnectSendExtension(GObject.GObject, Nemo.MenuProvider):$/;" c -__init__ kdeconnect-send-nemo.py /^ def __init__(self):$/;" m class:KDEConnectSendExtension -setup_gettext kdeconnect-send-nemo.py /^ def setup_gettext(self):$/;" m class:KDEConnectSendExtension -get_reachable_devices kdeconnect-send-nemo.py /^ def get_reachable_devices(self):$/;" m class:KDEConnectSendExtension -send_files kdeconnect-send-nemo.py /^ def send_files(self, menu, files, device_id, device_name):$/;" m class:KDEConnectSendExtension -get_file_items kdeconnect-send-nemo.py /^ def get_file_items(self, window, files):$/;" m class:KDEConnectSendExtension diff --git a/data/settings/com.bajoja.indicator-kdeconnect.appdata.xml b/data/settings/com.bajoja.indicator-kdeconnect.appdata.xml index 1acaf88..36c8c95 100644 --- a/data/settings/com.bajoja.indicator-kdeconnect.appdata.xml +++ b/data/settings/com.bajoja.indicator-kdeconnect.appdata.xml @@ -70,6 +70,9 @@ steevenlopes@outlook.com + + + diff --git a/debian/changelog b/debian/changelog index 3061f65..dc4714a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,7 @@ +indicator-kdeconnect (0.9.2) precise; urgency=low + * Add Languages: Persian, Polish, Norwegian,Slovenian + * Fix English errors on main translation file + indicator-kdeconnect (0.9.1) precise; urgency=low * Add Languages: Chinese * Fix Elementary OS App Center app compilation diff --git a/rpm/indicator-kdeconnect.changes b/rpm/indicator-kdeconnect.changes index 3d3876e..297018b 100644 --- a/rpm/indicator-kdeconnect.changes +++ b/rpm/indicator-kdeconnect.changes @@ -1,3 +1,10 @@ +Sun Set 24 00:00:00 UTC 2017 - +- Update to version 0.9.2: + * Add Languages: Persian, Polish, Norwegian,Slovenian + * Fix English errors on main translation file + +------------------------------------------------------------------- + Thu Jul 18 00:00:00 UTC 2017 - - Update to version 0.9.1: * Add Languages: Chinese diff --git a/rpm/indicator-kdeconnect.spec b/rpm/indicator-kdeconnect.spec index 744b994..dfa1250 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.9.1 +Version: 0.9.2 Release: 0%{?dist} Summary: App Indicator for KDE Connect Group: Applications/System @@ -121,7 +121,12 @@ cd build %changelog -* Thu Jul 18 00:00 Bajoja 0.9.1 + +* Sun Sep 24 2017 00:00 Bajoja 0.9.2 + - Add Languages: Persian, Polish, Norwegian,Slovenian + - Fix English errors on main translation file + +* Thu Jul 18 2017 00:00 Bajoja 0.9.1 - Add Languages: Chinese - Fix Elementary OS App Center app compilation - Fix Nautilus and Caja send files don't work