Skip to content

Commit 87b4ed8

Browse files
committed
Version 0.8
1 parent 75b2845 commit 87b4ed8

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

rpm/harbour-communi.spec

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ License: LGPLv2 and BSD
1515
URL: http://communi.github.io/
1616
Source0: %{name}-%{version}.tar.gz
1717

18-
Version: 0.7
19-
Release: 2
18+
Version: 0.8
19+
Release: 1
2020

2121
Requires: sailfishsilica-qt5 >= 0.10.9
2222
BuildRequires: pkgconfig(Qt5Core), pkgconfig(Qt5Qml), pkgconfig(Qt5Quick), pkgconfig(Qt5DBus), pkgconfig(sailfishapp) >= 0.0.10
@@ -45,6 +45,12 @@ make INSTALL_ROOT=$RPM_BUILD_ROOT install
4545
%attr(644,root,root) %{_datadir}/icons/hicolor/86x86/apps/%{name}.png
4646

4747
%changelog
48+
* Tue Jul 15 2014 J-P Nurmi <jpnurmi@gmail.com> 0.8
49+
- Added context menu items for opening links in messages
50+
- Tweaked wording in notifications & removed IRC formatting
51+
- Exposed D-Bus signals for missed & highlighted messages
52+
- Fixed copying of plain message content without formatting
53+
4854
* Sun Jun 22 2014 J-P Nurmi <jpnurmi@gmail.com> 0.7
4955
- Added a day separator
5056
- Added support for performing commands on connect

src/app/app.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ TARGET = harbour-communi
33
CONFIG += c++11 sailfishapp
44
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x000000
55
QT += dbus
6-
VERSION = 0.7
6+
VERSION = 0.8
77
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
88

99
INCLUDEPATH += ../backend/include/IrcCore

0 commit comments

Comments
 (0)