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