From e308b547ac71c5cecd8134e81d8f09e4e5c12756 Mon Sep 17 00:00:00 2001 From: Guillaume Bour Date: Tue, 14 May 2019 23:25:13 +0200 Subject: [PATCH] [rel] 0.6.3 release --- NextInpact.pro | 6 +++--- rpm/NextInpact.changes | 10 ++++++++++ rpm/NextInpact.spec | 2 +- rpm/NextInpact.yaml | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/NextInpact.pro b/NextInpact.pro index 7509649..bb9c7e0 100644 --- a/NextInpact.pro +++ b/NextInpact.pro @@ -12,13 +12,13 @@ # The name of your application TARGET = NextInpact -VERSION = 0.6.3-pre1 +VERSION = 0.6.3 DEFINES += APP_VERSION=\\\"$$VERSION\\\" DEFINES += BUILD_DATE='"$(shell date '+%s')"' DBVERSION = 3 -#DBNAME = 'nextinpact.db' -DBNAME = 'nextinpact-pre.db' +DBNAME = 'nextinpact.db' +#DBNAME = 'nextinpact-pre.db' #DBNAME = 'nextinpact-dev.db' DEFINES += DB_VERSION=$$DBVERSION DEFINES += DB_NAME=\\\"$$DBNAME\\\" diff --git a/rpm/NextInpact.changes b/rpm/NextInpact.changes index adca612..b8d6cb8 100644 --- a/rpm/NextInpact.changes +++ b/rpm/NextInpact.changes @@ -8,6 +8,16 @@ # * date Author's Name version-release # - Summary of changes +* Tue May 14 2019 Guillaume Bour 0.6-3 +Features: +- scrap and store LeBrief articles as already done for regular articles +- improve app reactivity by scraping articles asynchronously +- add multi-sized application icons +- improve db migration process + +Fixes: +- fix some comments loading issues + * Sun Apr 14 2019 Guillaume Bour 0.6-2 Fix: - store articles and comments in local database diff --git a/rpm/NextInpact.spec b/rpm/NextInpact.spec index 5a6afba..d4283b6 100644 --- a/rpm/NextInpact.spec +++ b/rpm/NextInpact.spec @@ -14,7 +14,7 @@ Name: NextInpact %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: NextINpact Version: 0.6 -Release: 3.pre1 +Release: 3 Group: Applications/Internet License: GPLv3 URL: https://github.com/gbour/jolla-nextinpact diff --git a/rpm/NextInpact.yaml b/rpm/NextInpact.yaml index f57f47a..484207e 100644 --- a/rpm/NextInpact.yaml +++ b/rpm/NextInpact.yaml @@ -1,7 +1,7 @@ Name: NextInpact Summary: NextINpact Version: 0.6 -Release: 3.pre1 +Release: 3 # The contents of the Group field should be one of the groups listed here: # http://gitorious.org/meego-developer-tools/spectacle/blobs/master/data/GROUPS Group: Applications/Internet