This repository has been archived by the owner on Apr 23, 2021. It is now read-only.
forked from vikoadi/indicator-kdeconnect
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bajoja
committed
May 15, 2017
1 parent
57625ec
commit 0ce08e9
Showing
9 changed files
with
48 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
indicator-kdeconnect (0.9.0) precise; urgency=low | ||
* Add support to send files to multiple devices | ||
* Add settings panel | ||
* Users can open settings panel from battery menu item | ||
* Now users can hidde untrusted devices to save space on menu bar | ||
* Users can delete Google Contacts from settings panel | ||
* Fix Elementary OS not show monochrome icons | ||
* Fix bugs on SMS contacts sync | ||
* Add Language: Serbian | ||
|
||
-- Bajoja <[email protected]> Mon, 16 May 2017 00:00 -0000 | ||
|
||
indicator-kdeconnect (0.8.2) precise; urgency=low | ||
* Fix bug #64 - SMS only getting 100 contacts | ||
* Added support for sending same SMS to multiple numbers | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
<servicedata> | ||
<service name="tar_scm"> | ||
<param name="url">https://github.com/Bajoja/indicator-kdeconnect.git</param> | ||
<param name="changesrevision">c694300619d2346d3c0950c966ddba4f7fe3562d</param></service></servicedata> | ||
<service name="tar_scm"> | ||
<param name="url">https://github.com/Bajoja/indicator-kdeconnect.git</param> | ||
<param name="changesrevision">c694300619d2346d3c0950c966ddba4f7fe3562d</param> | ||
</service> | ||
</servicedata> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
------------------------------------------------------------------- | ||
Mon May 16 00:00:00 UTC 2017 - <[email protected]> | ||
- Update to version 0.9.0: | ||
* Add support to send files to multiple devices | ||
* Add settings panel | ||
* Users can open settings panel from battery menu item | ||
* Now users can hidde untrusted devices to save space on menu bar | ||
* Users can delete Google Contacts from settings panel | ||
* Fix Elementary OS not show monochrome icons | ||
* Fix bugs on SMS contacts sync | ||
* Add Language: Serbian | ||
|
||
------------------------------------------------------------------- | ||
Thu May 04 00:00:00 UTC 2017 - <[email protected]> | ||
- Update to version 0.8.2: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
# along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
Name: indicator-kdeconnect | ||
Version: 0.8.2 | ||
Version: 0.9.0 | ||
Release: 0%{?dist} | ||
Summary: App Indicator for KDE Connect | ||
Group: Applications/System | ||
|
@@ -46,18 +46,17 @@ 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} | ||
BuildRequires: update-desktop-files | ||
BuildRequires: libappindicator3-devel | ||
Requires: kdeconnect-kde | ||
Requires: python3-requests-oauthlib | ||
%endif | ||
|
||
%description | ||
|
@@ -122,6 +121,16 @@ cd build | |
|
||
|
||
%changelog | ||
* Mon May 16 2017 00:00 Bajoja <[email protected]> 0.9.0 | ||
- Add support to send files to multiple devices | ||
- Add settings panel | ||
- Users can open settings panel from battery menu item | ||
- Now users can hidde untrusted devices to save space on menu bar | ||
- Users can delete Google Contacts from settings panel | ||
- Fix Elementary OS not show monochrome icons | ||
- Fix bugs on SMS contacts sync | ||
- Add Language: Serbian | ||
|
||
* Thu May 04 2017 00:00 Bajoja <[email protected]> 0.8.2 | ||
- Fix bug #64 - SMS only getting 100 contacts | ||
- Added support for sending same SMS to multiple numbers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters