Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Propose version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Bajoja committed Nov 24, 2016
1 parent ef850b8 commit 128f3d5
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Thu, 24 Nov 2016 17:00 -0000

indicator-kdeconnect (0.3) precise; urgency=low

* Bug Fixes.
Expand Down
30 changes: 29 additions & 1 deletion rpm/indicator-kdeconnect.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

Name: indicator-kdeconnect
Version: 0.3
Version: 0.4
Release: 0%{?dist}
Summary: App Indicator for KDE Connect
Group: Applications/System
Expand Down Expand Up @@ -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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 0.1
- Initial Release.

0 comments on commit 128f3d5

Please sign in to comment.