File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 4.17.0
2+ - New ` poop user ` command
3+ - Improved SQL query for searching active tags
4+ - Extended list of bad characters for "poop" feature
5+ - Various test improvements
6+
17## 4.16.1
28- Improve pooping command
39
Original file line number Diff line number Diff line change 11version : ' 3.9'
22services :
33 running_on_dart :
4- image : ghcr.io/nyxx-discord/running_on_dart:4.16.1
4+ image : ghcr.io/nyxx-discord/running_on_dart:4.17.0
55 container_name : running_on_dart
66 restart : unless-stopped
77 ports :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import 'dart:io';
22
33import 'package:nyxx/nyxx.dart' ;
44
5- String get version => '4.16.1 ' ;
5+ String get version => '4.17.0 ' ;
66String get frontendVersion => '1.0.0' ;
77
88/// Get a [String] from an environment variable, throwing an exception if it is not set.
Original file line number Diff line number Diff line change 11name : running_on_dart
2- version : 4.16.1
2+ version : 4.17.0
33description : Discord Bot for nyxx development
44homepage : https://github.com/nyxx-discord/running_on_dart
55repository : https://github.com/nyxx-discord/running_on_dart
You can’t perform that action at this time.
0 commit comments