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