Skip to content

Commit

Permalink
[rel] 0.6.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Bour committed May 14, 2019
1 parent 631df81 commit e308b54
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
6 changes: 3 additions & 3 deletions NextInpact.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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\\\"
Expand Down
10 changes: 10 additions & 0 deletions rpm/NextInpact.changes
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
# * date Author's Name <author's email> version-release
# - Summary of changes

* Tue May 14 2019 Guillaume Bour <guillaume@bour.cc> 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 <guillaume@bour.cc> 0.6-2
Fix:
- store articles and comments in local database
Expand Down
2 changes: 1 addition & 1 deletion rpm/NextInpact.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rpm/NextInpact.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e308b54

Please sign in to comment.