-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.html
312 lines (294 loc) · 14.1 KB
/
changelog.html
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AIUB Discobot | Changelog</title>
<link rel="stylesheet" href="res/css/custom/changelog.min.css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous" />
<!-- Add SEO Meta tags -->
<meta name="title" content="AIUB Discobot Changelog" />
<meta name="description"
content="Get the latest announcements and the bot development changelogs from the AIUB Discobot developer. This is the official changelog maintaining site for AIUB Discobot" />
<meta name="keywords"
content="AIUB Notice, AIUB DISCOBOT, aiub bot, aiub discobot changelog, discobot changelog, aiub bot changelog, discobot announcements" />
<meta name="language" content="English" />
<meta name="author" content="Mushfiqur Rahman Abir" />
<!-- Tab Logo/ Favicon -->
<link rel="shortcut icon" href="./res/images/aiub-logo.png" type="image/x-icon" />
</head>
<body>
<div class="navbar">
<div class="navbar-left">
<a href="/index.html" class="back-to-main">Back to Main</a>
</div>
<div class="navbar-brand">AIUB Discobot</div>
</div>
<div class="container">
<!-- Heading -->
<div class="row p-2">
<h1 class="text-center">AIUB Discobot Changelog</h1>
</div>
<!-- Description -->
<div class="row p-2">
<p>
This page contains the latest announcements and the bot development changelogs from the AIUB Discobot developer <strong>Mushfiqur Rahman Abir</strong>. This is the official changelog maintaining site for AIUB Discobot. The page will only contain updates and announcements about the discobot not about the website or any other things. The updates will be posted here as soon as they are released. The page will be updated regularly with the latest updates and announcements. So, keep an eye on this page to get the latest updates and announcements about the AIUB Discobot.
</p>
</div>
<div class="row text-center p-2">
<div class="col-md-6 mb-3">
<div class="card shadow p-3 mb-5 bg-white rounded">
<h2 class="fw-bold">Changelog</h2>
</div>
</div>
<div class="col-md-6 mb-3 d-none d-sm-block">
<div class="card shadow p-3 mb-5 bg-white rounded">
<h2 class="fw-bold">Announces</h2>
</div>
</div>
</div>
<!-- Release Notes -->
<div class="row p-2">
<!-- Chnagelog -->
<div class="col-md-6 col-sm-12 col-xl-6">
<div class="log">
<div class="card rounded hover-shadow shadow">
<div class="card-body">
<span class="badge bg-primary">v3.1.1</span>
<br>
<br>
<h6 class="card-subtitle mb-2 text-muted">Published on: 19 May, 2024</h6>
<h4 class="card-title">Patch Release - Version 3.1.1</h4>
<p class="card-text">
This is a bug fix release of the AIUB Discobot. The update includes bug fixes and minor improvements.
</p>
<h5 class="card-subtitle mb-2 text-muted">Changelog:</h5>
<ul>
<li><strong>Auto Notice Bugfix:</strong>Due to version 3 structure change, a bug was introduced to the auto notice sending function for which automatic notice sending was not working. This is fixed in this update now.</li>
<li><strong>Minor Improvements</strong>Some minor improvements to the bot logic has been added</li>
</ul>
</div>
</div>
</div>
<br>
<div class="log">
<div class="card rounded hover-shadow shadow">
<div class="card-body">
<span class="badge bg-primary">v3.0.0</span>
<br>
<br>
<h6 class="card-subtitle mb-2 text-muted">Published on: 22 March, 2024</h6>
<h4 class="card-title">Major Release - Version 3.0</h4>
<p class="card-text">
Major release cycle - V3.0.0 is now live. The update includes API changes, new features, and bug fixes. Also note that
this update is mostly for developers as it changes backend technologies a lot.
</p>
<h5 class="card-subtitle mb-2 text-muted">Changelog:</h5>
<ul>
<li><strong>Welcome Message:</strong> A welcome message is now added when the bot is added to the server.</li>
<li><strong>Documentation Enrichment:</strong> The documentation of the bot has been improved</li>
<li><strong>Error Notifications:</strong> Email notifications are now sent for errors that occur while running the bot. So devs can now take quick actions.</li>
<li><strong>Logging System:</strong> Database logging systems have been implemented.</li>
<li><strong>Terminal Output Colors:</strong> Colors have been added to the terminal output.</li>
<li><strong>Slash Command Update:</strong> The slash command system has been updated.</li>
<li><strong>CLA Introduction:</strong> Few new CLA - Command Line Argument has been introduced.</li>
<li><strong>Remaining Time Display:</strong> For developers, the remaining time is now shown in the terminal.</li>
<li><strong>Notice Fetching:</strong> Notice fetching is now done using the AIUB-API. The fetching method has drastically been changed in this
version so hope to get more prominent and fast notice fetches as the fetching is now done using external API.</li>
<li><strong>Configuration System:</strong> A configuration system has been added </li>
<li><strong>Dynamic Presence:</strong> The bot's discord presence is now dynamic so it will show updates in realtime if a server joins or leaves or not</li>
<li><strong>Automatic Channel Creation:</strong> The bot is now able to create the <b>aiub-notice</b> channel automatically if not present in the server. </li>
<li><strong>COGS Architecture:</strong> The AIUB-DISCOBOT source code now follows the COGS system</li>
<li><strong>Strong Exception Handling: </strong> Exception handling has been improved in this version. </li>
<li><strong>Overall Output Messages Updates:</strong> The overall messages/responses output format has been updated quite a bit in some comman ds</li>
</ul>
<h5 class="card-subtitle mb-2 text-muted">Special Notes:</h5>
<ul>
<li>The discobot notice fetching now fully depends on an external project which is AIUB-API. So in order to
keep the bot working the AIUB-API projects needs to be running successfully </li>
</ul>
</div>
</div>
</div>
<br>
<div class="log">
<div class="card rounded hover-shadow shadow">
<div class="card-body">
<span class="badge bg-primary">v2.0.0</span>
<h4 class="card-title">Major Release - Version 2.0</h4>
<p class="card-text">
This is a major release of AIUB Discobot. The update
includes major architecture changes along with new
features & bug fixes.
</p>
<h5 class="card-subtitle mb-2 text-muted">Changelog:</h5>
<ul>
<li>The long-awaited slash commands are now available.
You can just issue / in messagebox and AIUB
Discobot will show available commands which you
can issue now.</li>
<li>Discobot framework changed to a more newer version.
</li>
<li>Depreciation of the old prefix-based commands. So
!COMMANDS will not work anymore from v2.</li>
<li>Addition of new AIUB SDD link to /website command.
</li>
<li>Architectural changes according to the new
discord.py V2 changes.</li>
<li>Reformatted some outputs of the commands.</li>
<li>Bugfix for the /help command and the help
subcommands.</li>
</ul>
<h5 class="card-subtitle mb-2 text-muted">Known Issues:</h5>
<ul>
<li>The server count does not update dynamically.</li>
<li>The auto notice fetching is posting late for some
unknown reason. And sometimes also misses a
notice. I will try to fix this ASAP in the next
release.</li>
</ul>
<p>
Also, a dedicated landing page for the bot is available
now: <a href="https://aiub-discobot.vercel.app/"
target="_blank">AIUB Discobot Website</a>.
</p>
</div>
</div>
</div>
<br>
<div class="log">
<div class="card rounded hover-shadow shadow">
<div class="card-body">
<span class="badge bg-primary">v1.3.0</span>
<h4 class="card-title">Optimization Release - Version 1.3</h4>
<p class="card-text">
This is an optimization release. There have been a lot
of changes behind the scenes to the bot in this release.
I have tried to fix the <strong>same notice auto
posting</strong>. The release is mainly for
developers.
</p>
<h5 class="card-subtitle mb-2 text-muted">Short Notes for Users:
</h5>
<ul>
<li>New <code>!botversion</code> command available (This
is mainly for developers)</li>
<li>Fixes for <strong>Auto Notice Send</strong>
functionality</li>
<li>More persistent bot hosting. The uptime is now
almost <em>99%</em></li>
<li>Migration of the notice system</li>
<li>Updated Help menu</li>
<li>Google Search discovery has been improved</li>
</ul>
<p>
<em>A new dedicated landing page for the bot will be
published soon.</em>
</p>
</div>
</div>
</div>
<br>
<div class="log">
<div class="card rounded hover-shadow shadow">
<div class="card-body">
<span class="badge bg-primary">v1.2.2</span>
<h4 class="card-title">Version 1.2.2 Updates</h4>
<p class="card-text">
<ul>
<li>AIUB CS website has been added to the website
command.</li>
<li>Fixed bot hosting problem. Previously, the bot was
continuously going down, causing delays in
auto-updates.</li>
</ul>
</p>
</div>
</div>
<br>
<div class="log">
<div class="card rounded hover-shadow shadow">
<div class="card-body">
<span class="badge bg-primary">v1.1.0</span>
<h4 class="card-title">AIUB-DISCOBOT Version 1.1.0
Update</h4>
<p class="card-text">
An update to AIUB-DISCOBOT has been given & is
live now. The bot is now on version 1.1.0 with
some new changes. Please do invite more AIUBans
to this server so that these update notices get
reached to them too. I am always working on
making the bot stable and more useful for you
all. Thank you for your support.
</p>
<h5 class="card-subtitle mb-2 text-muted">Notes:</h5>
<ul>
<li>The help for subcommands is available now
i.e !help notice, !help logo.</li>
<li>New !aboutbot command added.</li>
<li>Unknown command response message is now sent
as embed messages.</li>
<li>!botservers command has been updated with a
new style.</li>
<li>Added new bot versioning system.</li>
<li>The Auto Notice function and the full bot
codebase have been optimized.</li>
<li>The uptime of the bot will now be increased
after this update.</li>
</ul>
</div>
</div>
</div>
</div>
<br>
</div>
<!-- Announcements -->
<div class="col-md-6 col-sm-12 col-xl-6">
<div class="log">
<div class="card rounded hover-shadow shadow">
<div class="card-body">
<h4 class="card-title">Discobot Now Available On Discord App Directory</h4>
<h6 class="card-subtitle mb-2 text-muted">Discobot is now officially listed on discord app directory</h6>
<p class="card-text">
AIUB Discobot is now officially listed on the Discord app
directory. The bot is now available in the Discord bot
list. You can search for the bot right from the discord app and start using it.
<a href="https://discord.com/application-directory/970102591155499038">Here</a> is the link to the bot in the discord app directory.
</p>
</div>
</div>
</div>
<br>
<div class="log">
<div class="card rounded hover-shadow shadow">
<div class="card-body">
<h4 class="card-title">AIUB Discobot Officially Verified!</h4>
<h6 class="card-subtitle mb-2 text-muted">AIUB Discobot Is Now
Officially Verified By Discord</h6>
<p class="card-text">
AIUB Discobot is now officially verified by Discord. The
bot is now available in the Discord bot list. The bot
can now be used in more than <b>100 servers</b>.
</p>
<p class="card-text"><small class="text-body-secondary">The
Official Mail Snap</small></p>
<img src="res/images/discobot_verified_abir_tx.jpg"
alt="AIUB Discobot Verification Email Snap"
class="card-img-bottom">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Section -->
<footer class="text-center p-3 bg-dark text-white">
<p>© 2023 AIUB Discobot. All rights reserved.</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
</body>
</html>