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