-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathannouncements.toml
41 lines (38 loc) · 915 Bytes
/
announcements.toml
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
[[announcements]]
index = 1
order = 1
title = "[LOCAL TEST SERVER]"
body = "Bingus is pleased to welcome you to his country.\n"
published_at = 1645681378
[[announcements]]
index = 2
order = 2
title = "[Changelog 0.1.2]"
body = """
- Reworked config system
- Implemented fia and warrior jar pools
- Group passwords now work for messages, bloodstains and ghosts.
"""
published_at = 1645681378
[[announcements]]
index = 2
order = 2
title = "[Changelog 0.1.1]"
body = """
- Reworked the p2p to improve latency.
- Implemented client mod versioning.
- Added sign puddles.
- Fixed some stability issues with quickmatches.
"""
published_at = 1645681378
[[announcements]]
index = 3
order = 3
title = "[Changelog 0.1.0]"
body = """
- Added changelog.
- Moved away persistence from diesel to sqlx.
- Made sign/invasion pooling work off of in-memory pools.
- Made passwords work for signs.
"""
published_at = 1645681378