Skip to content

Commit 29be3dc

Browse files
committed
Release 4.15.0
1 parent cb01941 commit 29be3dc

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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
@@ -20,7 +27,7 @@
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
@@ -127,7 +134,7 @@
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
@@ -187,7 +194,7 @@
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

@@ -208,7 +215,7 @@
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

docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.9'
22
services:
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:

lib/src/settings.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import 'dart:io';
22

33
import 'package:nyxx/nyxx.dart';
44

5-
String get version => '4.14.2';
5+
String get version => '4.15.0';
66
String get frontendVersion => '1.0.0';
77

88
/// Get a [String] from an environment variable, throwing an exception if it is not set.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: running_on_dart
2-
version: 4.14.2
2+
version: 4.15.0
33
description: Discord Bot for nyxx development
44
homepage: https://github.com/nyxx-discord/running_on_dart
55
repository: https://github.com/nyxx-discord/running_on_dart

0 commit comments

Comments
 (0)