]> rtime.felk.cvut.cz Git - hubacji1/coffee-getter.git/blob - CHANGELOG.md
Update changelog
[hubacji1/coffee-getter.git] / CHANGELOG.md
1 # Changelog
2 All notable changes to this project will be documented in this file.
3
4 The format is based on [Keep a Changelog][] and this project adheres to
5 [Semantic Versioning][].
6
7 [Keep a Changelog]: http://keepachangelog.com/
8 [Semantic Versioning]: http://semver.org/
9
10 ## Unreleased
11
12 ## 0.4.1 - 2020-01-03
13 ### Fixed
14 - Lungo smile.
15
16 ## 0.4.0 - 2020-01-02
17 ### Added
18 - Top tea drinkers stats.
19 - Top drinks stats.
20
21 ## 0.3.1 - 2019-04-04
22 ### Fixed
23 - Missing 0 in drunk list.
24
25 ## 0.3.0 - 2019-04-04
26 ### Added
27 - Support for multiple drinks in `drunk_sum` runnable.
28 - Sum all the coffees by one command.
29 - Get drunk sums of some *flavors* in specified time period as list.
30
31 ## 0.2.1 - 2019-04-03
32 ### Fixed
33 - Compute equal drinker when no top drinkers.
34
35 ## 0.2.0 - 2019-03-29
36 ### Added
37 - Equal drinkers list that contain equally drunken drinkers.
38 - Get drunk sum of some *flavor* in specified time period.
39
40 ### Changed
41 - Output of *Top 5 Mate drinkers* to bypass inequalities of equally drunken
42   drinkers.
43 - Equal drinkers tests are independent on Top Mate drinkers tests.
44
45 ## 0.1.1 - 2019-03-21
46 ### Fixed
47 - Enable hero comments.
48
49 ## 0.1.0 - 2019-03-21
50 ### Added
51 - Changelog, license, readme.
52 - Config module for retrieving configuration.
53 - Module for accessing database.
54 - Coffeebot Getter module:
55     - Basic interface to config, database.
56     - Send message to Slack.
57 - Top 5 Mate drinkers loader.
58 - Top 5 Mate drinkers runnable.
59 - Documentation about database, getter, runnables, and systemd timers.