From e4b9efe2ec240a7ca9ac2679c2311081cc02cfd3 Mon Sep 17 00:00:00 2001 From: Eero Vilpponen Date: Wed, 10 Mar 2021 21:49:10 +0200 Subject: [PATCH] Version bump --- CHANGELOG.md | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 574f778..dc79d9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +1.5.0 + +- Creating new events is improved: + - They "snap" to each other on create + - Project is automatically set + - Issue is automatically set if commit begins with "issue slug" + - The new entry automatically spans all time entries + +- Switched to a week view with buttons to switch weeks + + 1.4.0 - Make the page responsive for mobile diff --git a/setup.py b/setup.py index 0ee2d09..2da3bc0 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='tracklater', - version='1.4.0', + version='1.5.0', description=('TrackLater helps you track time after-the-fact by combining clues and showing' 'your day on a simple timeline view.'), long_description=long_description,