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