You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* First go at emoji duplication
* Add some unit tests
* Add more unit tests to unrelated things, because why not?
* xkcd nit
* Move reaction changes into a constants file
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## 0.4.0 - 2022-10-11
8
+
## 0.5.0 - 2022-10-13
9
9
### Added
10
-
- A message context menu command to fix Twitter links using vxtwitter
10
+
- We now join in on the server community by sharing reactions (mostly randomly). The default :star: emoji is ignored, in the interest of future features. :same: and :no_u: emoji are reciprocated 1 in 5 times, and every other emote is reciprocated 1 in 100 times.
11
+
12
+
## 0.4.0 - 2022-10-13
13
+
### Added
14
+
- A message context menu command to fix Twitter links using vxtwitter.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "csbot",
3
-
"version": "0.4.0",
3
+
"version": "0.5.0",
4
4
"description": "The One beneath the Supreme Overlord's rule. A bot to help manage the BYU CS Discord, successor to Ze Kaiser (https://github.com/arkenstorm/ze-kaiser)",
0 commit comments