From d3c09d323fddf507b63d8223af4d72efff39920c Mon Sep 17 00:00:00 2001 From: Olavi Haapala Date: Sat, 3 Feb 2018 15:54:23 +0200 Subject: [PATCH] Release 1.3.6-1 --- qml/CHANGELOG.md | 5 +++++ rpm/harbour-workinghourstracker.changes | 4 ++++ rpm/harbour-workinghourstracker.spec | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/qml/CHANGELOG.md b/qml/CHANGELOG.md index 07cb87b..59c5f3c 100644 --- a/qml/CHANGELOG.md +++ b/qml/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.3.6-1] - 2018-02-03 +### Fixed +- Do not select all when focusing on description text field #63 +- Update the view after editing a row #64 + ## [1.3.5-1] - 2018-02-03 ### Fixed - Fix the fix for broken rows in the database diff --git a/rpm/harbour-workinghourstracker.changes b/rpm/harbour-workinghourstracker.changes index 1324d09..2f72c92 100644 --- a/rpm/harbour-workinghourstracker.changes +++ b/rpm/harbour-workinghourstracker.changes @@ -1,3 +1,7 @@ +* Sun Feb 03 2018 Olavi Haapala 1.3.6-1 +- Do not select all when focusing on description text field #63 +- Update the view after editing a row #64 + * Sun Feb 03 2018 Olavi Haapala 1.3.5-1 - Fix the fix for broken rows in the database - Remove dateless rows diff --git a/rpm/harbour-workinghourstracker.spec b/rpm/harbour-workinghourstracker.spec index 60a0d0d..a6a46f3 100644 --- a/rpm/harbour-workinghourstracker.spec +++ b/rpm/harbour-workinghourstracker.spec @@ -13,7 +13,7 @@ Name: harbour-workinghourstracker %{!?qtc_make:%define qtc_make make} %{?qtc_builddir:%define _builddir %qtc_builddir} Summary: Working Hours Tracker -Version: 1.3.5 +Version: 1.3.6 Release: 1 Group: Qt/Qt License: BSD 3-clause