/[sudobot]/trunk/CHANGELOG.md
ViewVC logotype

Diff of /trunk/CHANGELOG.md

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 626 by rakinar2, Sat Sep 7 09:38:45 2024 UTC revision 632 by rakinar2, Thu Oct 10 17:53:11 2024 UTC
# Line 1  Line 1 
1  # Changelog  # Changelog
2    
3    ### 05-10-2024 - [[Ar Rakin](mailto:[email protected])]
4    
5      * **feat:** `/setup` command (#241)    
6          
7          
8      * **fix:** state corruption in guild setup service    
9          
10        **Signed-off-by:**  Ar Rakin <[email protected]>  
11          
12      * merge: with branch main
13      * **chore:** update VERSIONS.md    
14          
15        **Signed-off-by:**  Ar Rakin <[email protected]>  
16      * **chore:** update VERSIONS.md    
17          
18        **Signed-off-by:**  Ar Rakin <[email protected]>  
19      * merge: with branch main
20      * **chore:** update VERSIONS.md    
21          
22        **Signed-off-by:**  Ar Rakin <[email protected]>  
23      * **feat:** guild setup service method for ai automod [3/3]    
24          
25        **Signed-off-by:**  Ar Rakin <[email protected]>  
26          
27      * **chore(extensions):** build extensions [skip ci]    
28          
29        **Signed-off-by:**  Ar Rakin <[email protected]>  
30          
31    
32    ### 04-10-2024 - [[Ar Rakin](mailto:[email protected])]
33    
34      * **chore:** remove unneeded files    
35          
36        **Signed-off-by:**  Ar Rakin <[email protected]>  
37          
38      * **chore:** remove unneeded files    
39          
40        **Signed-off-by:**  Ar Rakin <[email protected]>  
41          
42      * **feat:** improved extension API    
43          
44        **Signed-off-by:**  Ar Rakin <[email protected]>  
45          
46      * **chore:** remove unneeded files    
47          
48        **Signed-off-by:**  Ar Rakin <[email protected]>  
49          
50      * **feat:** guild setup service logging component [2/2]    
51          
52        **Signed-off-by:**  Ar Rakin <[email protected]>  
53          
54      * **chore(extensions):** build extensions [skip ci]    
55          
56        **Signed-off-by:**  Ar Rakin <[email protected]>  
57          
58    
59    ### 03-10-2024 - [[Ar Rakin](mailto:[email protected])]
60    
61      * merge: branch 'main' into dev
62      * merge: with branch main
63      * **fix:** echo command argument validation not working in interaction mode    
64          
65        * This issue is mainly due to the way the echo command handled incoming arguments,  
66          and not allowing optional types when using unions, which caused this.  
67          
68        **Signed-off-by:**  Ar Rakin <[email protected]>  
69          
70      * **fix:** type errors after upgrading to discord.js v14.16.3    
71          
72        * It seems like in discord.js v14.16.3 a bug was introduced that doesn't  
73          let correct ApplicationCommandType enum values to be passed to  
74        **  CommandBuilder:** :setType() method. This commit adds a workaround to this  
75          bug, by not using enums and instead using a plain-old JavaScript object  
76          (POJO) with TypeScript's `as const` to mimic an enum.  
77          
78        **Signed-off-by:**  Ar Rakin <[email protected]>  
79          
80      * merge: branch 'main' into dev
81      * extensions: add archiver extension (partial)    
82          
83        **Signed-off-by:**  Ar Rakin <[email protected]>  
84          
85    
86    ### 03-10-2024 - [[Conventional Release Action](mailto:[email protected])]
87    
88      * **release:** v10.17.4 [skip ci]    
89          
90        **Signed-off-by:**  Conventional Release Action <[email protected]>  
91          
92    
93    ### 29-09-2024 - [[Ar Rakin](mailto:[email protected])]
94    
95      * merge: with branch main
96      * **docs:** update    
97          
98        **Signed-off-by:**  Ar Rakin <[email protected]>  
99      * merge: with branch main
100      * **docs:** update    
101          
102        **Signed-off-by:**  Ar Rakin <[email protected]>  
103      * **chore(extensions):** build extensions [skip ci]    
104          
105        **Signed-off-by:**  Ar Rakin <[email protected]>  
106          
107    
108    ### 28-09-2024 - [[Ar Rakin](mailto:[email protected])]
109    
110      * merge: with branch main
111      * **docs:** update licensing page    
112          
113        **Signed-off-by:**  Ar Rakin <[email protected]>  
114      * **chore(extensions:waifu.pics):** update docs    
115          
116        **Signed-off-by:**  Ar Rakin <[email protected]>  
117          
118      * **chore(extensions):** build extensions [skip ci]    
119          
120        **Signed-off-by:**  Ar Rakin <[email protected]>  
121          
122    
123    ### 27-09-2024 - [[Ar Rakin](mailto:[email protected])]
124    
125      * merge: with branch main
126      * **chore:** customize typedoc theme    
127          
128        **Signed-off-by:**  GitHub <[email protected]>  
129          
130      * merge: with branch main
131      * **chore:** add typedoc theme and custom css    
132          
133        **Signed-off-by:**  Ar Rakin <[email protected]>  
134          
135      * merge: with branch main
136      * **chore:** add typedoc    
137          
138        **Signed-off-by:**  Ar Rakin <[email protected]>  
139          
140      * **chore(extensions):** build extensions [skip ci]    
141          
142        **Signed-off-by:**  Ar Rakin <[email protected]>  
143          
144    
145    ### 26-09-2024 - [[Conventional Release Action](mailto:[email protected])]
146    
147      * **release:** v10.17.2 [skip ci]    
148          
149        **Signed-off-by:**  Conventional Release Action <[email protected]>  
150          
151    
152    ### 26-09-2024 - [[Ar Rakin](mailto:[email protected])]
153    
154      * merge: with branch main
155      * **chore(extensions):** build extensions [skip ci]    
156          
157        **Signed-off-by:**  Ar Rakin <[email protected]>  
158          
159    
160    ### 26-09-2024 - [[Ar Rakin](mailto:[email protected])]
161    
162      * **feat:** errors now show full stack trace on debug mode    
163          
164        **Signed-off-by:**  Ar Rakin <[email protected]>  
165          
166      * **deps:** update packages    
167          
168        **Signed-off-by:**  Ar Rakin <[email protected]>  
169          
170      * **chore:** update tsconfig.json    
171          
172        **Signed-off-by:**  Ar Rakin <[email protected]>  
173          
174      * **build:** update run task    
175          
176        **Signed-off-by:**  Ar Rakin <[email protected]>  
177          
178      * **feat(logger):** better error logging    
179          
180        **Signed-off-by:**  Ar Rakin <[email protected]>  
181          
182      * **fix:** type errors in LogStreamingService    
183          
184        **Signed-off-by:**  Ar Rakin <[email protected]>  
185          
186      * **fix:** type errors    
187          
188        **Signed-off-by:**  Ar Rakin <[email protected]>  
189          
190    
191    ### 25-09-2024 - [[Ar Rakin](mailto:[email protected])]
192    
193      * **chore(extensions):** build extensions [skip ci]    
194          
195        **Signed-off-by:**  Ar Rakin <[email protected]>  
196          
197    
198    ### 24-09-2024 - [[Ar Rakin](mailto:[email protected])]
199    
200      * merge: with branch main
201      * **deps:** bump date-fns from 3.6.0 to 4.1.0 (#232)    
202          
203          
204      * **deps:** bump date-fns from 3.6.0 to 4.1.0 in /blazebuild (#233)    
205          
206          
207      * **deps(dev):** bump esbuild from 0.23.1 to 0.24.0 in /blazebuild (#234)    
208          
209          
210      * merge: with branch main
211      * **deps:** bump date-fns from 3.6.0 to 4.1.0 in /docs (#235)    
212          
213          
214      * **chore(extensions):** build extensions [skip ci]    
215          
216        **Signed-off-by:**  Ar Rakin <[email protected]>  
217          
218    
219    ### 24-09-2024 - [[dependabot[bot]](mailto:49699333+dependabot[bot]@users.noreply.github.com)]
220    
221      * **deps:** bump date-fns from 3.6.0 to 4.1.0    
222          
223        **Bumps [date-fns](https:** //github.com/date-fns/date-fns) from 3.6.0 to 4.1.0.  
224        **- [Release notes](https:** //github.com/date-fns/date-fns/releases)  
225        **- [Changelog](https:** //github.com/date-fns/date-fns/blob/main/CHANGELOG.md)  
226        **- [Commits](https:** //github.com/date-fns/date-fns/compare/v3.6.0...v4.1.0)  
227          
228        ---  
229        **updated-dependencies:**  
230        **- dependency-name:**  date-fns  
231        **  dependency-type:**  direct:production  
232        **  update-type:**  version-update:semver-major  
233        ...  
234          
235        **Signed-off-by:**  dependabot[bot] <[email protected]>  
236    
237    ### 23-09-2024 - [[Conventional Release Action](mailto:[email protected])]
238    
239      * **release:** v10.15.5 [skip ci]    
240          
241        **Signed-off-by:**  Conventional Release Action <[email protected]>  
242          
243    
244    ### 23-09-2024 - [[Ar Rakin](mailto:[email protected])]
245    
246      * merge: with branch main
247      * **fix(schemas):** ban action schema always requires a duration    
248          
249        **Signed-off-by:**  Ar Rakin <[email protected]>  
250          
251      * **chore(extensions):** build extensions [skip ci]    
252          
253        **Signed-off-by:**  Ar Rakin <[email protected]>  
254          
255    
256    ### 23-09-2024 - [[dependabot[bot]](mailto:49699333+dependabot[bot]@users.noreply.github.com)]
257    
258      * **deps:** bump date-fns from 3.6.0 to 4.1.0 in /docs    
259          
260        **Bumps [date-fns](https:** //github.com/date-fns/date-fns) from 3.6.0 to 4.1.0.  
261        **- [Release notes](https:** //github.com/date-fns/date-fns/releases)  
262        **- [Changelog](https:** //github.com/date-fns/date-fns/blob/main/CHANGELOG.md)  
263        **- [Commits](https:** //github.com/date-fns/date-fns/compare/v3.6.0...v4.1.0)  
264          
265        ---  
266        **updated-dependencies:**  
267        **- dependency-name:**  date-fns  
268        **  dependency-type:**  direct:production  
269        **  update-type:**  version-update:semver-major  
270        ...  
271          
272        **Signed-off-by:**  dependabot[bot] <[email protected]>  
273      * **deps(dev):** bump esbuild from 0.23.1 to 0.24.0 in /blazebuild    
274          
275        **Bumps [esbuild](https:** //github.com/evanw/esbuild) from 0.23.1 to 0.24.0.  
276        **- [Release notes](https:** //github.com/evanw/esbuild/releases)  
277        **- [Changelog](https:** //github.com/evanw/esbuild/blob/main/CHANGELOG.md)  
278        **- [Commits](https:** //github.com/evanw/esbuild/compare/v0.23.1...v0.24.0)  
279          
280        ---  
281        **updated-dependencies:**  
282        **- dependency-name:**  esbuild  
283        **  dependency-type:**  direct:development  
284        **  update-type:**  version-update:semver-minor  
285        ...  
286          
287        **Signed-off-by:**  dependabot[bot] <[email protected]>  
288      * **deps:** bump date-fns from 3.6.0 to 4.1.0 in /blazebuild    
289          
290        **Bumps [date-fns](https:** //github.com/date-fns/date-fns) from 3.6.0 to 4.1.0.  
291        **- [Release notes](https:** //github.com/date-fns/date-fns/releases)  
292        **- [Changelog](https:** //github.com/date-fns/date-fns/blob/main/CHANGELOG.md)  
293        **- [Commits](https:** //github.com/date-fns/date-fns/compare/v3.6.0...v4.1.0)  
294          
295        ---  
296        **updated-dependencies:**  
297        **- dependency-name:**  date-fns  
298        **  dependency-type:**  direct:production  
299        **  update-type:**  version-update:semver-major  
300        ...  
301          
302        **Signed-off-by:**  dependabot[bot] <[email protected]>  
303    
304    ### 22-09-2024 - [[Ar Rakin](mailto:[email protected])]
305    
306      * **chore(extensions):** build extensions [skip ci]    
307          
308        **Signed-off-by:**  Ar Rakin <[email protected]>  
309          
310    
311    ### 21-09-2024 - [[Ar Rakin](mailto:[email protected])]
312    
313      * **fix(guildsetup):** back button not working as expected    
314          
315        **Signed-off-by:**  Ar Rakin <[email protected]>  
316          
317      * **feat(guildsetup):** logging setup implemented [1/2]    
318          
319        **Signed-off-by:**  Ar Rakin <[email protected]>  
320          
321      * **feat(commands):** add `setup` command    
322          
323        **Signed-off-by:**  Ar Rakin <[email protected]>  
324          
325      * merge: with branch main
326      * **ci:** update update-dev.yml    
327          
328        **Signed-off-by:**  Ar Rakin <[email protected]>  
329      * **fix:** type errors    
330          
331        **Signed-off-by:**  Ar Rakin <[email protected]>  
332      * **fix:** eslint errors    
333          
334        **Signed-off-by:**  Ar Rakin <[email protected]>  
335      * **chore(extensions):** build extensions [skip ci]    
336          
337        **Signed-off-by:**  Ar Rakin <[email protected]>  
338          
339    
340    ### 21-09-2024 - [[Conventional Release Action](mailto:[email protected])]
341    
342      * **release:** v10.15.4 [skip ci]    
343          
344        **Signed-off-by:**  Conventional Release Action <[email protected]>  
345          
346    
347    ### 20-09-2024 - [[Ar Rakin](mailto:[email protected])]
348    
349      * merge: branch 'main' into dev    
350          
351        **Signed-off-by:**  Ar Rakin <[email protected]>  
352          
353      * **feat:** automatically message the user who added the application on join    
354          
355        **Signed-off-by:**  Ar Rakin <[email protected]>  
356          
357      * merge: branch 'dev' of github.com:onesoft-sudo/sudobot into dev    
358          
359        **Signed-off-by:**  Ar Rakin <[email protected]>  
360          
361      * **feat:** automatic setup service    
362          
363        **Signed-off-by:**  Ar Rakin <[email protected]>  
364          
365      * **refactor:** rename `@framework/pagination` to `@framework/widgets`    
366          
367        **Signed-off-by:**  Ar Rakin <[email protected]>  
368          
369      * merge: branch 'dev'
370      * **fix:** auth token generation    
371          
372        **Signed-off-by:**  Ar Rakin <[email protected]>  
373          
374      * **fix(api):** token regeneration    
375          
376        **Signed-off-by:**  Ar Rakin <[email protected]>  
377          
378      * **fix:** eslint issues    
379          
380        **Signed-off-by:**  Ar Rakin <[email protected]>  
381      * **fix:** type errors    
382          
383        **Signed-off-by:**  Ar Rakin <[email protected]>  
384      * **feat:** auto configure guilds on guildCreate    
385          
386        **Signed-off-by:**  Ar Rakin <[email protected]>  
387      * **chore(extensions):** build extensions [skip ci]    
388          
389        **Signed-off-by:**  Ar Rakin <[email protected]>  
390          
391    
392    ### 20-09-2024 - [[Conventional Release Action](mailto:[email protected])]
393    
394      * **release:** v10.15.2 [skip ci]    
395          
396        **Signed-off-by:**  Conventional Release Action <[email protected]>  
397          
398      * **release:** v10.15.0 [skip ci]    
399          
400        **Signed-off-by:**  Conventional Release Action <[email protected]>  
401          
402    
403    ### 19-09-2024 - [[Ar Rakin](mailto:[email protected])]
404    
405      * **chore(extensions):** build extensions [skip ci]    
406          
407        **Signed-off-by:**  Ar Rakin <[email protected]>  
408          
409    
410    ### 18-09-2024 - [[Ar Rakin](mailto:[email protected])]
411    
412      * **test:** update tests    
413          
414        **Signed-off-by:**  Ar Rakin <[email protected]>  
415          
416      * **fix:** type errors    
417          
418        **Signed-off-by:**  Ar Rakin <[email protected]>  
419          
420      * **chore:** update eslint config    
421          
422        **Signed-off-by:**  Ar Rakin <[email protected]>  
423          
424      * **refactor:** fix eslint issues    
425          
426        **Signed-off-by:**  Ar Rakin <[email protected]>  
427          
428    
429    ### 18-09-2024 - [[Conventional Release Action](mailto:[email protected])]
430    
431      * **release:** v10.14.5 [skip ci]    
432          
433        **Signed-off-by:**  Conventional Release Action <[email protected]>  
434          
435    
436    ### 17-09-2024 - [[Ar Rakin](mailto:[email protected])]
437    
438      * **chore:** update eslint.config.mjs    
439          
440        **Signed-off-by:**  Ar Rakin <[email protected]>  
441          
442      * **chore:** update .editorconfig    
443          
444        **Signed-off-by:**  Ar Rakin <[email protected]>  
445          
446      * **chore:** add .license-notice file    
447          
448        **Signed-off-by:**  Ar Rakin <[email protected]>  
449          
450      * **chore:** add `addlicense` script from OSN commons    
451          
452        **Signed-off-by:**  Ar Rakin <[email protected]>  
453          
454      * **style:** update license comments    
455          
456        **Signed-off-by:**  Ar Rakin <[email protected]>  
457          
458      * **style:** add license comments    
459          
460        **Signed-off-by:**  Ar Rakin <[email protected]>  
461          
462      * **chore(extensions):** build extensions [skip ci]    
463          
464        **Signed-off-by:**  Ar Rakin <[email protected]>  
465          
466    
467    ### 16-09-2024 - [[Ar Rakin](mailto:[email protected])]
468    
469      * **docs:** fix table of contents spacing on desktop    
470          
471        **Signed-off-by:**  Ar Rakin <[email protected]>  
472      * **chore:** update VERSIONS.md    
473          
474        **Signed-off-by:**  Ar Rakin <[email protected]>  
475      * **chore(extensions):** build extensions [skip ci]    
476          
477        **Signed-off-by:**  Ar Rakin <[email protected]>  
478          
479    
480    ### 15-09-2024 - [[Ar Rakin](mailto:[email protected])]
481    
482      * **chore:** update FUNDING.yml    
483          
484        **Signed-off-by:**  Ar Rakin <[email protected]>  
485      * **chore:** update VERSIONS.md    
486          
487        **Signed-off-by:**  Ar Rakin <[email protected]>  
488      * **chore(extensions):** build extensions [skip ci]    
489          
490        **Signed-off-by:**  Ar Rakin <[email protected]>  
491          
492    
493    ### 14-09-2024 - [[Ar Rakin](mailto:[email protected])]
494    
495      * **docs:** add max width to the navbar search icon
496    
497    ### 14-09-2024 - [[nin](mailto:[email protected])]
498    
499      * make it sound correct    
500          
501        **Signed-off-by:**  nin <[email protected]>  
502    
503    ### 14-09-2024 - [[Ar Rakin](mailto:[email protected])]
504    
505      * **chore(extensions):** build extensions [skip ci]    
506          
507        **Signed-off-by:**  Ar Rakin <[email protected]>  
508          
509    
510    ### 13-09-2024 - [[Ar Rakin](mailto:[email protected])]
511    
512      * **chore:** update VERSIONS.md
513      * **fix(services:auditlog):** do not list `@everyone` as a role on `guildMemberRemove`    
514          
515        **Signed-off-by:**  Ar Rakin <[email protected]>  
516      * **chore:** update VERSIONS.md    
517          
518        **Signed-off-by:**  Ar Rakin <[email protected]>  
519      * **chore:** update VERSIONS.md    
520          
521        **Signed-off-by:**  Ar Rakin <[email protected]>  
522      * **deps:** bump discord.js to 14.16.2    
523          
524        **Signed-off-by:**  Ar Rakin <[email protected]>  
525      * **chore(extensions):** build extensions [skip ci]    
526          
527        **Signed-off-by:**  Ar Rakin <[email protected]>  
528          
529    
530    ### 13-09-2024 - [[Conventional Release Action](mailto:[email protected])]
531    
532      * **release:** v10.14.4 [skip ci]    
533          
534        **Signed-off-by:**  Conventional Release Action <[email protected]>  
535          
536    
537    ### 12-09-2024 - [[Ar Rakin](mailto:[email protected])]
538    
539      * **chore:** update VERSIONS.md    
540          
541        **Signed-off-by:**  Ar Rakin <[email protected]>  
542          
543      * **chore:** create VERSIONS.md    
544          
545        **Signed-off-by:**  Ar Rakin <[email protected]>  
546      * **chore:** update readme    
547          
548        **Signed-off-by:**  Ar Rakin <[email protected]>  
549      * **docs:** update vcs guide    
550          
551        **Signed-off-by:**  Ar Rakin <[email protected]>  
552      * **docs:** fix broken links    
553          
554        **Signed-off-by:**  Ar Rakin <[email protected]>  
555      * **docs:** fix typo    
556          
557        **Signed-off-by:**  Ar Rakin <[email protected]>  
558      * **docs:** update vcs guide    
559          
560        **Signed-off-by:**  Ar Rakin <[email protected]>  
561      * **fix:** set default config for AI automod    
562          
563        **Signed-off-by:**  Ar Rakin <[email protected]>  
564          
565      * **chore(extensions):** build extensions [skip ci]    
566          
567        **Signed-off-by:**  Ar Rakin <[email protected]>  
568          
569    
570    ### 12-09-2024 - [[Conventional Release Action](mailto:[email protected])]
571    
572      * **release:** v10.14.3 [skip ci]    
573          
574        **Signed-off-by:**  Conventional Release Action <[email protected]>  
575          
576    
577    ### 11-09-2024 - [[Ar Rakin](mailto:[email protected])]
578    
579      * **docs:** fix pageinfo action    
580          
581        **Signed-off-by:**  Ar Rakin <[email protected]>  
582          
583      * **docs:** add SEO description to new pages    
584          
585        **Signed-off-by:**  Ar Rakin <[email protected]>  
586          
587      * **docs:** add examples for the permission command    
588          
589        **Signed-off-by:**  Ar Rakin <[email protected]>  
590          
591      * **docs:** fix typo    
592          
593        **Signed-off-by:**  Ar Rakin <[email protected]>  
594          
595      * merge: branch 'main' into dev
596      * **docs:** add new page for permission command    
597          
598        **Signed-off-by:**  Ar Rakin <[email protected]>  
599          
600      * **chore(extensions):** build extensions [skip ci]    
601          
602        **Signed-off-by:**  Ar Rakin <[email protected]>  
603          
604    
605    ### 10-09-2024 - [[Ar Rakin](mailto:[email protected])]
606    
607      * **chore(extensions):** build extensions [skip ci]    
608          
609        **Signed-off-by:**  Ar Rakin <[email protected]>  
610          
611    
612    ### 09-09-2024 - [[Ar Rakin](mailto:[email protected])]
613    
614      * **ci:** update update-dev.yml    
615          
616        **Signed-off-by:**  Ar Rakin <[email protected]>  
617      * **ci:** update update-dev.yml    
618          
619        **Signed-off-by:**  Ar Rakin <[email protected]>  
620      * **ci:** create update-dev.yml    
621          
622        **Signed-off-by:**  Ar Rakin <[email protected]>  
623      * **chore:** update commitlint.config.ts    
624          
625        **Signed-off-by:**  Ar Rakin <[email protected]>  
626      * **fix(commands:permission):** since attribute is missing    
627          
628        **Signed-off-by:**  Ar Rakin <[email protected]>  
629      * **fix:** update command not showing latest stable versions    
630          
631        **Signed-off-by:**  Ar Rakin <[email protected]>  
632          
633      * Merge branch 'dev'
634      * **fix:** muting with duration < 30s does not work    
635          
636        **Signed-off-by:**  Ar Rakin <[email protected]>  
637          
638      * **fix:** remove unneeded override modifiers    
639          
640        **Signed-off-by:**  Ar Rakin <[email protected]>  
641      * **fix:** do not depend on existing cache to invalidate overwrite    
642          
643        **Signed-off-by:**  Ar Rakin <[email protected]>  
644          
645      * **feat:** command permission management command    
646          
647        **Signed-off-by:**  Ar Rakin <[email protected]>  
648          
649      * **feat:** instructions on how to link modified source code    
650          
651        **Signed-off-by:**  Ar Rakin <[email protected]>  
652          
653      * **feat:** notice of changes in about command    
654          
655        **Signed-off-by:**  Ar Rakin <[email protected]>  
656          
657      * **feat:** add donation link to about command    
658          
659        **Signed-off-by:**  Ar Rakin <[email protected]>  
660          
661      * **fix:** remove unneeded console.log() calls    
662          
663        **Signed-off-by:**  Ar Rakin <[email protected]>  
664          
665      * **fix:** role command    
666          
667        **Signed-off-by:**  Ar Rakin <[email protected]>  
668          
669      * **chore:** update config schemas    
670          
671        **Signed-off-by:**  Ar Rakin <[email protected]>  
672          
673      * **fix:** send command server sharing checks    
674          
675        **Signed-off-by:**  Ar Rakin <[email protected]>  
676          
677      * **chore(extensions):** build extensions [skip ci]    
678          
679        **Signed-off-by:**  Ar Rakin <[email protected]>  
680          
681    
682    ### 09-09-2024 - [[Conventional Release Action](mailto:[email protected])]
683    
684      * **release:** v10.14.2 [skip ci]    
685          
686        **Signed-off-by:**  Conventional Release Action <[email protected]>  
687          
688      * **release:** v10.14.1 [skip ci]    
689          
690        **Signed-off-by:**  Conventional Release Action <[email protected]>  
691          
692      * **release:** v10.14.0 [skip ci]    
693          
694        **Signed-off-by:**  Conventional Release Action <[email protected]>  
695          
696      * **release:** v10.9.2 [skip ci]    
697          
698        **Signed-off-by:**  Conventional Release Action <[email protected]>  
699          
700      * **release:** v10.9.1 [skip ci]    
701          
702        **Signed-off-by:**  Conventional Release Action <[email protected]>  
703          
704    
705    ### 08-09-2024 - [[Ar Rakin](mailto:[email protected])]
706    
707      * **fix(commands:infraction):** `infraction clear` command does not work    
708          
709        **Signed-off-by:**  Ar Rakin <[email protected]>  
710          
711      * **fix:** crash if original message gets removed in clear    
712          
713        **Signed-off-by:**  Ar Rakin <[email protected]>  
714          
715      * **fix:** pagination errors due to passing invaliid emoji    
716          
717        **Signed-off-by:**  Ar Rakin <[email protected]>  
718          
719      * **chore:** update .vscode    
720          
721        **Signed-off-by:**  Ar Rakin <[email protected]>  
722          
723      * **test:** update test suites    
724          
725        **Signed-off-by:**  Ar Rakin <[email protected]>  
726          
727      * **feat:** support resolving emojis from application emojis    
728          
729        This should also make the bot independent from emojis.  
730          
731        **Signed-off-by:**  Ar Rakin <[email protected]>  
732          
733      * **chore:** update config schemas    
734          
735        **Signed-off-by:**  Ar Rakin <[email protected]>  
736          
737      * **chore(extensions):** build extensions [skip ci]    
738          
739        **Signed-off-by:**  Ar Rakin <[email protected]>  
740          
741    
742    ### 07-09-2024 - [[Ar Rakin](mailto:[email protected])]
743    
744      * **docs:** update v10 release blog page    
745          
746        **Signed-off-by:**  Ar Rakin <[email protected]>  
747          
748      * **chore:** merge branch 'dev'    
749          
750        **Signed-off-by:**  Ar Rakin <[email protected]>  
751          
752      * **build(blazew):** bun install fails on windows    
753          
754        **Signed-off-by:**  Ar Rakin <[email protected]>  
755          
756      * **fix(events):** fetching audit logs when a guild is not available    
757          
758        **Signed-off-by:**  Ar Rakin <[email protected]>  
759          
760      * **build(blazew):** bun install fails on windows    
761          
762        **Signed-off-by:**  Ar Rakin <[email protected]>  
763          
764      * **build(blazew):** bun install fails on windows    
765          
766        **Signed-off-by:**  Ar Rakin <[email protected]>  
767          
768      * **chore(extensions):** build extensions [skip ci]    
769          
770        **Signed-off-by:**  Ar Rakin <[email protected]>  
771          
772    
773    ### 07-09-2024 - [[Conventional Release Action](mailto:[email protected])]
774    
775      * **release:** v10.9.0 [skip ci]    
776          
777        **Signed-off-by:**  Conventional Release Action <[email protected]>  
778          
779      * **release:** v10.7.3 [skip ci]    
780          
781        **Signed-off-by:**  Conventional Release Action <[email protected]>  
782          
783    
784    ### 07-09-2024 - [[Ar Rakin](mailto:[email protected])]
785    
786      * **build(blazew):** windows build failure (powershell)    
787          
788        **Signed-off-by:**  Ar Rakin <[email protected]>  
789          
790      * **build:** update blazew.ps1    
791          
792        **Signed-off-by:**  Ar Rakin <[email protected]>  
793          
794    
795    ### 06-09-2024 - [[Conventional Release Action](mailto:[email protected])]
796    
797      * **release:** v10.7.2 [skip ci]    
798          
799        **Signed-off-by:**  Conventional Release Action <[email protected]>  
800          
801      * **release:** v10.7.2-0+20240806121454.sha.f0f069a2 [skip ci]    
802          
803        **Signed-off-by:**  Conventional Release Action <[email protected]>  
804          
805    
806    ### 06-09-2024 - [[Ryanmello07](mailto:[email protected])]
807    
808      * **fix(readme):** updated discord link    
809          
810        **Signed-off-by:**  Ryanmello07 <[email protected]>  
811    
812  ### 06-09-2024 - [[Ar Rakin](mailto:[email protected])]  ### 06-09-2024 - [[Ar Rakin](mailto:[email protected])]
813    
814      * **ci:** update staging.yml    
815          
816        **Signed-off-by:**  Ar Rakin <[email protected]>  
817      * **ci:** spdate staging.yml    
818          
819        **Signed-off-by:**  Ar Rakin <[email protected]>  
820      * **ci:** update staging.yml    
821          
822        **Signed-off-by:**  Ar Rakin <[email protected]>  
823      * **ci:** update staging workflow    
824          
825        **Signed-off-by:**  Ar Rakin <[email protected]>  
826      * **ci:** update release workflow    
827          
828        **Signed-off-by:**  Ar Rakin <[email protected]>  
829      * **ci:** update release workflow    
830          
831        **Signed-off-by:**  Ar Rakin <[email protected]>  
832      * **ci:** update staging workflow    
833          
834        **Signed-off-by:**  Ar Rakin <[email protected]>  
835      * **ci:** fix release workflow    
836          
837        **Signed-off-by:**  Ar Rakin <[email protected]>  
838      * **ci:** update staging deployment workflow    
839          
840        **Signed-off-by:**  Ar Rakin <[email protected]>  
841      * **ci:** update release workflow    
842          
843        **Signed-off-by:**  Ar Rakin <[email protected]>  
844      * **ci:** fix staging workflow    
845          
846        **Signed-off-by:**  Ar Rakin <[email protected]>  
847      * **ci:** fix staging workflow    
848          
849        **Signed-off-by:**  Ar Rakin <[email protected]>  
850    * **chore:** force new release [prerelease]        * **chore:** force new release [prerelease]    
851                
852      **Build-metadata:**  {numdate}.sha.{id}        **Build-metadata:**  {numdate}.sha.{id}  
# Line 14  Line 859 
859    * **ci:** add staging deployment workflow        * **ci:** add staging deployment workflow    
860                
861      **Signed-off-by:**  Ar Rakin <[email protected]>        **Signed-off-by:**  Ar Rakin <[email protected]>  
862      * **ci:** update labeler.yml    
863          
864        **Signed-off-by:**  Ar Rakin <[email protected]>  
865    * **chore(extensions):** build extensions [skip ci]        * **chore(extensions):** build extensions [skip ci]    
866                
867      **Signed-off-by:**  Ar Rakin <[email protected]>        **Signed-off-by:**  Ar Rakin <[email protected]>  
# Line 81  Line 929 
929                
930      **Signed-off-by:**  GitHub <[email protected]>        **Signed-off-by:**  GitHub <[email protected]>  
931                
932      * **ci:** update labeler workflow    
933          
934        **Signed-off-by:**  GitHub <[email protected]>  
935          
936      * **feat(automod):** add AI based auto moderation    
937          
938        **Signed-off-by:**  Ar Rakin <[email protected]>  
939          
940    * **fix:** clear command filter parsing        * **fix:** clear command filter parsing    
941                
942      **Signed-off-by:**  GitHub <[email protected]>        **Signed-off-by:**  GitHub <[email protected]>  

Legend:
Removed from v.626  
changed lines
  Added in v.632

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26