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