]> rtime.felk.cvut.cz Git - hubacji1/coffee-getter.git/blob - CHANGELOG.md
Update changelog
[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 - Equal drinkers list that contain equally drunken drinkers.
13 - Get drunk sum of some *flavor* in specified time period.
14
15 ### Changed
16 - Output of *Top 5 Mate drinkers* to bypass inequalities of equally drunken
17   drinkers.
18 - Equal drinkers tests are independent on Top Mate drinkers tests.
19
20 ## 0.1.1 - 2019-03-21
21 ### Fixed
22 - Enable hero comments.
23
24 ## 0.1.0 - 2019-03-21
25 ### Added
26 - Changelog, license, readme.
27 - Config module for retrieving configuration.
28 - Module for accessing database.
29 - Coffeebot Getter module:
30     - Basic interface to config, database.
31     - Send message to Slack.
32 - Top 5 Mate drinkers loader.
33 - Top 5 Mate drinkers runnable.
34 - Documentation about database, getter, runnables, and systemd timers.