From da774ab74cc8509c30042726ad29b44c0d55425d Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Mon, 17 Feb 2014 11:53:14 +0100 Subject: [PATCH] Version 0.2 --- harbour-communi.pro | 2 +- rpm/harbour-communi.spec | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/harbour-communi.pro b/harbour-communi.pro index 7ede436..fdef213 100644 --- a/harbour-communi.pro +++ b/harbour-communi.pro @@ -3,7 +3,7 @@ TARGET = harbour-communi CONFIG += c++11 sailfishapp DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x000000 -VERSION = 0.1 +VERSION = 0.2 DEFINES += APP_VERSION=\\\"$$VERSION\\\" !exists(src/shared/shared.pri)|!exists(src/backend/src/src.pri): \ diff --git a/rpm/harbour-communi.spec b/rpm/harbour-communi.spec index f2f2c05..060d064 100644 --- a/rpm/harbour-communi.spec +++ b/rpm/harbour-communi.spec @@ -13,7 +13,7 @@ License: LGPLv2 and BSD URL: http://communi.github.io/ Source0: %{name}-%{version}.tar.gz -Version: 0.1 +Version: 0.2 Release: 1 Requires: sailfishsilica-qt5 >= 0.10.9 @@ -40,6 +40,12 @@ make INSTALL_ROOT=$RPM_BUILD_ROOT install %attr(644,root,root) %{_datadir}/icons/hicolor/86x86/apps/%{name}.png %changelog +* Mon Feb 17 2014 J-P Nurmi 0.2 +- Landscape support +- User list context menu +- Performance optimizations +- Application settings (font size, show/hide events, haptic feedback) + * Tue Feb 04 2014 J-P Nurmi 0.1 - The first stable public release