File tree Expand file tree Collapse file tree 4 files changed +14
-7
lines changed
Expand file tree Collapse file tree 4 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1+ ## 4.15.0
2+ - Ban relay module
3+ - Improve tags handling
4+ - Add example .env
5+ - Readme fixups
6+ - Code formatting and small internal logic fixes
7+
18## 4.14.2
29- Improved poop nickname logic
310- Fix dynamic metrics
2027- Upgrade deps
2128
2229## 4.11.6
23- - Fix latency metrics
30+ - Fix latency metrics
2431
2532## 4.11.5
2633- Add latency metrics
127134- ## 4.3.0
128135- Rework catching JellyfinConfigNotFoundException
129136- Handle 401 from jellyfin
130- - Rework util methods.
137+ - Rework util methods.
131138- Extract login logic from command body
132139
133140## 4.2.3
187194
188195## 3.3.0
189196
190- - Implement new ` /admin perform-nickname-pooping ` and ` /system clear-cache ` command
197+ - Implement new ` /admin perform-nickname-pooping ` and ` /system clear-cache ` command
191198
192199## 3.2.3
193200
208215## 3.1.0
209216
210217- Fixup tag deleting (invalid column in db)
211- - Add bot version to /info command
218+ - Add bot version to /info command
212219
213220## 3.0.2
214221
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.14.2
4+ image : ghcr.io/nyxx-discord/running_on_dart:4.15.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.14.2 ' ;
5+ String get version => '4.15.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.14.2
2+ version : 4.15.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