Skip to content

Commit

Permalink
Version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi committed Apr 6, 2014
1 parent 57c2e6a commit 38ef2d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion harbour-communi.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.3
VERSION = 0.4
DEFINES += APP_VERSION=\\\"$$VERSION\\\"

!exists(src/shared/shared.pri)|!exists(src/backend/src/src.pri): \
Expand Down
8 changes: 7 additions & 1 deletion rpm/harbour-communi.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ License: LGPLv2 and BSD
URL: http://communi.github.io/
Source0: %{name}-%{version}.tar.gz

Version: 0.3
Version: 0.4
Release: 1

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

%changelog
* Mon Apr 07 2014 J-P Nurmi <[email protected]> 0.4
- Added a search toolbar for channel users
- Added a subtle visualization for highlights above/below the current
view list scrolling position
- Fixed an issue with disappearing channels/queries

* Tue Apr 01 2014 J-P Nurmi <[email protected]> 0.3
- Added a search/filter toolbar for views
- Added a context menu entry for replying to channel messages
Expand Down

0 comments on commit 38ef2d9

Please sign in to comment.