@@ -5,6 +5,38 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.0.0] ( https://crates.io/crates/rtw/2.0.0 ) Jul 30, 2020
9+
10+ * Stabilize multiple ongoing activities
11+ * Stabilize long descriptions
12+
13+ ## 2.0.0-rc1 (not released on crates.io) Jul 20, 2020
14+
15+ * Timeline now displays ongoing activities.
16+
17+ ## [ 2.0.0-beta] ( https://crates.io/crates/rtw/2.0.0-beta ) Jul 16, 2020
18+
19+ This version is mostly backward compatible with previous ` rtw ` data,
20+ please discard ongoing activities (remove ` ~/.rtw.json ` ) before using this version.
21+ However previous versions of ` rtw ` will not work on data generated by this version.
22+
23+ * Support multiple ongoing activities.
24+ * Timeline now supports overlapping activities (experimental).
25+ * ` stop ` and ` cancel ` now have a ` --id ` optional parameter in order to disambiguate multiple ongoing activities.
26+ * Add ` deny_overlapping ` option to ` rtw ` config.
27+ * the json containing finished activities now also contains the ` rtw ` version.
28+ * add ` -d ` ` --description ` option for ` start ` , ` track ` and ` summary ` cf [ #40 ] ( https://github.com/PicoJr/rtw/issues/40 ) .
29+ * when provided, descriptions are used when exporting to calendar
30+
31+ ## [ 2.0.0-alpha.1] ( https://crates.io/crates/rtw/2.0.0-alpha.1 ) Jul 12, 2020
32+
33+ * bump ` htp ` to 0.2.1 (fix ` next <weekday> ` )
34+
35+ ## [ 2.0.0-alpha] ( https://crates.io/crates/rtw/2.0.0-alpha ) Jul 5, 2020
36+
37+ * Replace ` chrono-english ` with ` htp ` .
38+ * Fix [ #37 ] ( https://github.com/PicoJr/rtw/issues/37 )
39+
840## [ 1.5.0] ( https://crates.io/crates/rtw/1.5.0 ) Jun 21, 2020
941
1042* add ` completion <shell> ` command.
0 commit comments