[MOD] Add CHANGELOG, start PEPing

This commit is contained in:
LDA 2024-09-18 07:58:21 +02:00
commit f666f39b7c
7 changed files with 62 additions and 22 deletions

View file

@ -18,10 +18,16 @@ of Parsee. May occasionally deadlock.
*NONE*
### v0.1.1[star-of-hope] <X/X/XXXX>
Fixes some media metadata things.
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
*NONE*
- The old `build.c` and `Makefile`s used for building are removed,
and replaced by the `configure.c` C file(/script via TCC).