Skip to content

Commit ad3b6db

Browse files
committed
Version 0.5
1 parent 23069ac commit ad3b6db

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

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

99
!exists(src/shared/shared.pri)|!exists(src/backend/src/src.pri): \

rpm/harbour-communi.spec

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

16-
Version: 0.4
16+
Version: 0.5
1717
Release: 1
1818

1919
Requires: sailfishsilica-qt5 >= 0.10.9
@@ -40,6 +40,15 @@ make INSTALL_ROOT=$RPM_BUILD_ROOT install
4040
%attr(644,root,root) %{_datadir}/icons/hicolor/86x86/apps/%{name}.png
4141

4242
%changelog
43+
* Thu Apr 17 2014 J-P Nurmi <jpnurmi@gmail.com> 0.5
44+
- Fixed the user search case sensitivity and the toolbar icon
45+
- Made the visualization for highlights above/below the current
46+
view list scrolling position more accurate
47+
- Added /CTCP <target> <command...>
48+
- Made "unhandled" notices to be delivered to the current view instead
49+
of the server view
50+
- Added contact details to the about dialog
51+
4352
* Mon Apr 07 2014 J-P Nurmi <jpnurmi@gmail.com> 0.4
4453
- Added a search toolbar for channel users
4554
- Added a subtle visualization for highlights above/below the current

0 commit comments

Comments
 (0)