Skip to content

Commit

Permalink
Version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi committed Jun 19, 2014
1 parent ea5f00c commit 831e224
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion rpm/harbour-communi.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ License: LGPLv2 and BSD
URL: http://communi.github.io/
Source0: %{name}-%{version}.tar.gz

Version: 0.5
Version: 0.6
Release: 1

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

%changelog
* Thu Jun 19 2014 J-P Nurmi <[email protected]> 0.6
- Fixed newly added channels not begin rejoined after network interruption
- Added a short press effect delay for messages
- Fixed a crash that occurred when opening a query from the context menu
opened from the bottom of the user list
- Added a warning when sending more than two lines
- Added /IGNORE and /UNIGNORE commands
- Removed the custom fast-scroll buttons

* Thu Apr 17 2014 J-P Nurmi <[email protected]> 0.5
- Fixed the user search case sensitivity and the toolbar icon
- Made the visualization for highlights above/below the current
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TARGET = harbour-communi
CONFIG += c++11 sailfishapp
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x000000
QT += dbus
VERSION = 0.5
VERSION = 0.6
DEFINES += APP_VERSION=\\\"$$VERSION\\\"

INCLUDEPATH += ../backend/include/IrcCore
Expand Down

0 comments on commit 831e224

Please sign in to comment.