mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 18:25:10 +00:00
33 lines
1.1 KiB
Markdown
33 lines
1.1 KiB
Markdown
# Parsee changelogs
|
|
|
|
This document holds changes logged between versions, ever
|
|
since `tomboyish-bridges-adventure`'s release.
|
|
Dates are to be written as DD/MM/YYYY. Please update the
|
|
changelog as you go, no one wants to keep track of every
|
|
commit done between releases.
|
|
|
|
## Alpha
|
|
### v0.1.0[tomboyish-bridges-adventure] <9/9/2024>
|
|
Nothing much to say, but this is the first alpha release
|
|
of Parsee. May occasionally deadlock.
|
|
#### New things
|
|
*NONE*
|
|
#### Bugfixes
|
|
*NONE*
|
|
#### Deprecated features
|
|
*NONE*
|
|
|
|
### v0.1.1[star-of-hope] <X/X/XXXX>
|
|
Fixes some media metadata things, and replaces the build
|
|
system of Parsee.
|
|
#### New things
|
|
*NONE*
|
|
#### Bugfixes
|
|
- Adds more information to media events so that clients can behave.
|
|
- Fixes issues where SIGPIPE can actually just kill Parsee.
|
|
- Allows MbedTLS through a specific Cytoplasm patch.
|
|
- "Lone" XMPP messages no longer render weirdly on Element Android's
|
|
weird rendering.
|
|
#### Deprecated features
|
|
- The old `build.c` and `Makefile`s used for building are removed,
|
|
and replaced by the `configure.c` C file(/script via TCC).
|