File tree Expand file tree Collapse file tree
discord-frontend/hartex-discord-commands/src/utilities/info Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # [ Next Version, Phosphorus I] ( https://github.com/TeamHarTex/HarTex/compare/0.14 .0...nightly )
1+ # [ Next Version, Sulphur I] ( https://github.com/TeamHarTex/HarTex/compare/0.15 .0...nightly )
22
33> ** x** contributor made contributions to this release
44
55> ** y** commits since 2025-05-14
66
77## API Backend
88
9+ ## Buildsystem
10+
11+ ## Database Infrastructure
12+
13+ ## Discord Frontend
14+
15+ ## Localization Infrastructure
16+
17+ ## Rust Utilities
18+
19+ ## Web Frontend
20+
21+ # [ Version 0.15.0, Phosphorus I (2025-06-28)] ( https://github.com/TeamHarTex/HarTex/compare/0.14.0..0.15.0 )
22+
23+ > ** 1** contributor made contributions to this release
24+
25+ > ** 144** commits since 2025-05-14
26+
27+ ## API Backend
28+
929- ** Changed:** updated ` rust-version ` to 1.90
1030- ** Changed:** migrated to ` formati ` for format strings
1131- ** Changed:** migrated to ` tracing ` for logging
4060- ** Changed:** migrated to ` formati ` for format strings
4161- ** Changed:** migrated to ` tracing ` for logging
4262
43- ## Web Frontend
44-
4563# [ Version 0.14.0, Silicon I (2025-05-14)] ( https://github.com/TeamHarTex/HarTex/compare/0.13.0..0.14.0 )
4664
4765> ** 1** contributor made contributions to this release
Original file line number Diff line number Diff line change @@ -245,9 +245,7 @@ pub async fn execute(
245245 . field ( EmbedFieldBuilder :: new (
246246 format ! ( "<:role:1139004530277765211> {serverinfo_embed_roleinfo_field_name}" ) ,
247247 format ! (
248- "{} {}" ,
249- serverinfo_embed_roleinfo_rolecount_subfield_name,
250- roles,
248+ "{serverinfo_embed_roleinfo_rolecount_subfield_name} {roles}" ,
251249 ) ,
252250 ) )
253251 . field ( EmbedFieldBuilder :: new (
You can’t perform that action at this time.
0 commit comments