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