diff --git a/CHANGES.md b/CHANGES.md index ce69658..ea7b8ba 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,14 @@ +# Version 0.4.0 + * New native extension for Nautilus, Caja and Nemo + * Now Indicator-kdeconnect provide translations + * Add Portuguese Portugal and Russian Language + * Provide CMake uninstall process + # Version 0.3.0 - * Bugs Fixes. + * Bugs Fixes * New default icons - * New Icons for ubuntu based desktops. - * New Images for First time you wizard. + * New Icons for ubuntu based desktops + * New Images for First time you wizard # Version 0.2.0 * Bugs Fixes diff --git a/CMakeLists.txt b/CMakeLists.txt index 80524ae..377458b 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.3") +set (VERSION "0.4") # set gettexttranslate set (GettextTranslate_GMO_BINARY TRUE) diff --git a/debian/changelog b/debian/changelog index f42a4d3..8f415a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +indicator-kdeconnect (0.4) precise; urgency=low + * New native extension for Nautilus, Caja and Nemo + + * Now Indicator-kdeconnect provide translations + + * Add Portuguese Portugal and Russian Language + + * Provide CMake uninstall process + + -- Bajoja Thu, 24 Nov 2016 17:00 -0000 + indicator-kdeconnect (0.3) precise; urgency=low * Bug Fixes. diff --git a/rpm/indicator-kdeconnect.spec b/rpm/indicator-kdeconnect.spec index 85ec640..583e142 100644 --- a/rpm/indicator-kdeconnect.spec +++ b/rpm/indicator-kdeconnect.spec @@ -17,7 +17,7 @@ # along with this program. If not, see . Name: indicator-kdeconnect -Version: 0.3 +Version: 0.4 Release: 0%{?dist} Summary: App Indicator for KDE Connect Group: Applications/System @@ -78,5 +78,33 @@ popd %{_datadir}/contractor/kdeconnect.contract %{_datadir}/icons/hicolor/*/*/* %{_datadir}/%{name}/* +%{_datadir}/nautilus-python/extensions/ +%{_datadir}/nemo-python/extensions/ +%{_datadir}/caja-python/extensions/ %changelog + +* Thu Nov 24 2016 1700 Bajoja 0.4 +- New native extension for Nautilus, Caja and Nemo. +- Now Indicator-kdeconnect provide translations. +- Add Portuguese Portugal and Russian Language. +- Provide CMake uninstall process. + +* Mon Nov 15 2016 1644 Bajoja 0.3 +- Bug Fixes. +- New default icons. +- New Icons for ubuntu based desktops. +- New Images for First time wizard. + +* Sun Nov 06 2016 2100 Bajoja 0.2 +- Bug Fixes. +- Features: + - Multiple files send from the indicator. + - Menu to ring and find your phone. + - Icons can low and higth color case device is paired or unpaired. + - From the device name menu you can get encryption information. + - From the device status menu item you can open kdeconnect settings. + +* Thu Aug 20 2012 0323 Bajoja 0.1 +- Initial Release. +