]> rtime.felk.cvut.cz Git - hubacji1/coffee-getter.git/blob - CHANGELOG.md
Update queries to new database structure
[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.4.3 - 2020-01-21
13 ### Fixed
14 - Show stats on Slack only if enough (more than 3) people in stats.
15
16 ## 0.4.2 - 2020-01-06
17 ### Fixed
18 - Reset top equal list when computing top drinkers.
19
20 ## 0.4.1 - 2020-01-03
21 ### Fixed
22 - Lungo smile.
23
24 ## 0.4.0 - 2020-01-02
25 ### Added
26 - Top tea drinkers stats.
27 - Top drinks stats.
28
29 ## 0.3.1 - 2019-04-04
30 ### Fixed
31 - Missing 0 in drunk list.
32
33 ## 0.3.0 - 2019-04-04
34 ### Added
35 - Support for multiple drinks in `drunk_sum` runnable.
36 - Sum all the coffees by one command.
37 - Get drunk sums of some *flavors* in specified time period as list.
38
39 ## 0.2.1 - 2019-04-03
40 ### Fixed
41 - Compute equal drinker when no top drinkers.
42
43 ## 0.2.0 - 2019-03-29
44 ### Added
45 - Equal drinkers list that contain equally drunken drinkers.
46 - Get drunk sum of some *flavor* in specified time period.
47
48 ### Changed
49 - Output of *Top 5 Mate drinkers* to bypass inequalities of equally drunken
50   drinkers.
51 - Equal drinkers tests are independent on Top Mate drinkers tests.
52
53 ## 0.1.1 - 2019-03-21
54 ### Fixed
55 - Enable hero comments.
56
57 ## 0.1.0 - 2019-03-21
58 ### Added
59 - Changelog, license, readme.
60 - Config module for retrieving configuration.
61 - Module for accessing database.
62 - Coffeebot Getter module:
63     - Basic interface to config, database.
64     - Send message to Slack.
65 - Top 5 Mate drinkers loader.
66 - Top 5 Mate drinkers runnable.
67 - Documentation about database, getter, runnables, and systemd timers.