-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
88 lines (49 loc) · 1.62 KB
/
CHANGELOG
File metadata and controls
88 lines (49 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Fungiforme
## [3.0.2] - 2023-04-11
### Fixed
- Start/End match messages scheduled without considering timezone
## [3.0.1] - 2023-04-07
### Fixed
- Error on Winner command because of avatar_url message parameter
## [3.0.0] - 2022-09-15
### Changed
- Migration to discord.py 2.0.1 and slash commands
## [2.1.0] - 2022-08-12
### Added
- `debug` command to get information about a message from its ID
## [2.0.0] - 2022-06-23
### Changed
- Code refactoring: split commands, event listeners and tasks into different classes
following discord.py Cog pattern.
## [1.2.1] - 2022-06-13
### Added
- Command `info` to show BOT information in the channel
## [1.2.0] - 2022-06-12
### Changed
- BOT automatically sends messages to start and stop the game based on configuration
- It's possibile to set the days valid for the game
- Command `winner` is automatically invoked from the BOT at the end of the game
## [1.1.1] - 2022-06-08
### Changed
- Command `winner` show only players with valid points
## [1.1.0] - 2022-06-07
### Added
- Command `issue` to generate information to create issue on Github
## [1.0.3] - 2022-06-07
### Fixed
- warning on messages sent when a fungiforme game is finished
- messages with homemade gifs ignored when detecting winner
## [1.0.2] - 2022-06-07
### Fixed
- Reply to a deleted message generate a 404 error in API
## [1.0.1] - 2022-05-15
### Added
- logging
## [1.0.0] - 2022-05-05
### Added
- `winner` command
- `rules` command
- Configurable data for Discord, Fungiforme and data
- Configurable rules
- Check if an user remove a vote
- Add a medal on message based on position and configuration