Skip to content

Commit ba5d1db

Browse files
committed
Version 0.7
1 parent dee7952 commit ba5d1db

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

rpm/harbour-communi.spec

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

18-
Version: 0.6
18+
Version: 0.7
1919
Release: 1
2020

2121
Requires: sailfishsilica-qt5 >= 0.10.9
@@ -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+
* Sun Jun 22 2014 J-P Nurmi <jpnurmi@gmail.com> 0.7
49+
- Added a day separator
50+
- Added support for performing commands on connect
51+
- Added a user count limit setting for showing joins/parts/quits
52+
- Added a press effect for the welcome dialog connection items
53+
4854
* Thu Jun 19 2014 J-P Nurmi <jpnurmi@gmail.com> 0.6
4955
- Fixed newly added channels not being rejoined after network interruption
5056
- Added a short press effect delay for messages

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.6
6+
VERSION = 0.7
77
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
88

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

0 commit comments

Comments
 (0)