Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog for 2.3.0 #60

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/content/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ import Timeline from '../../components/custom/timeline.astro';
import TimelineEntry from '../../components/custom/timeline-entry.astro';

<Timeline>
<TimelineEntry
title="V2.2.1 Changes"
date="January 4, 2025">
**Fixed:**
- Fixed `Message.url` for messages outside a guild or in MenuCommands.
- Fixed Node18 compatibility.
**Additions:**
- Added `AnyContext.followup` shorter for `Interaction.followup` and a trick for MessageCommands.

</TimelineEntry>
<TimelineEntry
title="V2.2.0 Changes"
date="December 28, 2024"
Expand Down
16 changes: 13 additions & 3 deletions src/content/docs/es/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,19 @@ import Timeline from '../../../components/custom/timeline.astro';
import TimelineEntry from '../../../components/custom/timeline-entry.astro';

<Timeline>
<TimelineEntry
title="V2.2.1 Cambios"
date="4 de Enero del 2025">
**Correciones:**
- Se corrigio el manejo de `Message.url` en mensajes privados y provenientes de un CommandMenu.
- Se soliciono los problemas de compatibilidad con node18.
**Adiciones:**
- Se añadio `AnyContext.followup` un acortador para `Interaction.followup` y su respectiva solucio para comandos de mensaje.

</TimelineEntry>
<TimelineEntry
title="V2.2.0 Cambios"
date="Sabado 28 de Diciembre de 2024"
date="28 de Diciembre del 2024"
>
**Cambios importantes:**
- Los threads ya no forman parte de la caché principal; ahora se fusionan con los canales.
Expand Down Expand Up @@ -57,7 +67,7 @@ import TimelineEntry from '../../../components/custom/timeline-entry.astro';
</TimelineEntry>
<TimelineEntry
title="Cambios V2.1.0"
date="7 de Septiembre de 2024"
date="7 de Septiembre del 2024"
>
**Correcciones:**
- Se maneja correctamente el estado http 429 (límite de velocidad)
Expand Down Expand Up @@ -93,7 +103,7 @@ import TimelineEntry from '../../../components/custom/timeline-entry.astro';
</TimelineEntry>
<TimelineEntry
title="Cambios V2.0.0"
date="23 de Agosto de 2024"
date="23 de Agosto del 2024"
>

Con esta versión, nos enorgullece anunciar que seyfert ahora no tiene dependencias, incluyendo un cliente websocket construido desde cero.
Expand Down