]> 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.2 - 2020-01-06
13 ### Fixed
14 - Reset top equal list when computing top drinkers.
15
16 ## 0.4.1 - 2020-01-03
17 ### Fixed
18 - Lungo smile.
19
20 ## 0.4.0 - 2020-01-02
21 ### Added
22 - Top tea drinkers stats.
23 - Top drinks stats.
24
25 ## 0.3.1 - 2019-04-04
26 ### Fixed
27 - Missing 0 in drunk list.
28
29 ## 0.3.0 - 2019-04-04
30 ### Added
31 - Support for multiple drinks in `drunk_sum` runnable.
32 - Sum all the coffees by one command.
33 - Get drunk sums of some *flavors* in specified time period as list.
34
35 ## 0.2.1 - 2019-04-03
36 ### Fixed
37 - Compute equal drinker when no top drinkers.
38
39 ## 0.2.0 - 2019-03-29
40 ### Added
41 - Equal drinkers list that contain equally drunken drinkers.
42 - Get drunk sum of some *flavor* in specified time period.
43
44 ### Changed
45 - Output of *Top 5 Mate drinkers* to bypass inequalities of equally drunken
46   drinkers.
47 - Equal drinkers tests are independent on Top Mate drinkers tests.
48
49 ## 0.1.1 - 2019-03-21
50 ### Fixed
51 - Enable hero comments.
52
53 ## 0.1.0 - 2019-03-21
54 ### Added
55 - Changelog, license, readme.
56 - Config module for retrieving configuration.
57 - Module for accessing database.
58 - Coffeebot Getter module:
59     - Basic interface to config, database.
60     - Send message to Slack.
61 - Top 5 Mate drinkers loader.
62 - Top 5 Mate drinkers runnable.
63 - Documentation about database, getter, runnables, and systemd timers.