From 5990947706df5c47ac25f7ca6a2bb9d482237145 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Sun, 24 Nov 2019 07:48:58 -0800 Subject: [PATCH] changes for v9.0.1 --- HISTORY.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 6f00abb..af5ed28 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,20 @@ History ------- +9.0.1 (2019-11-24) +++++++++++++++++++ + +- Upgrade wakatime-cli to v13.0.2. +- Filter dependencies longer than 200 characters. +- Close sqlite connection even when error raised. + `wakatime#196 `_ +- Detect ColdFusion as root language instead of HTML. +- New arguments for reading and writing ini config file. +- Today argument shows categories when available. +- Prevent unnecessarily debug log when syncing offline heartbeats. +- Support for Python 3.7. + + 9.0.0 (2019-06-23) ++++++++++++++++++