File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ License: LGPLv2 and BSD
1515URL: http://communi.github.io/
1616Source0: %{name }-%{version }.tar.gz
1717
18- Version: 0.6
18+ Version: 0.7
1919Release: 1
2020
2121Requires: 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ TARGET = harbour-communi
33CONFIG += c++11 sailfishapp
44DEFINES += QT_DISABLE_DEPRECATED_BEFORE =0x000000
55QT += dbus
6- VERSION = 0.6
6+ VERSION = 0.7
77DEFINES += APP_VERSION =\ \\"$$VERSION\\\"
88
99INCLUDEPATH += ../backend/include/IrcCore
You can’t perform that action at this time.
0 commit comments