[MOD/META] Clarify LICENSE more, fix chatstates

This commit is contained in:
LDA 2024-09-22 18:36:53 +02:00
commit 2324f9afc0
4 changed files with 48 additions and 16 deletions

View file

@ -6,6 +6,12 @@ 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.
## Release
*There is currently no full releases of Parsee*
## Beta
*There is currently no beta releases of Parsee*
## Alpha
### v0.1.0[tomboyish-bridges-adventure] <9/9/2024>
Nothing much to say, but this is the first alpha release
@ -18,18 +24,19 @@ of Parsee. May occasionally deadlock.
*NONE*
### v0.1.1[star-of-hope] <X/X/XXXX>
Fixes some media metadata things, and replaces the build
system of Parsee.
Fixes some media metadata things, replaces the build system,
and speeds up Parsee a tad bit.
#### New things
- Start dealing with some basic PEP-based avatars.
#### 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.
- Start fixing bug where Parsee takes several seconds to send a
message coming from XMPP
#### Bugfixes
- Adds more information to media events so that clients can
behave.
- Fixes issues where SIGPIPE can actually just kill Parsee.
- "Lone" XMPP messages no longer render weirdly on Element
Android's weird rendering.
- Start fixing bug where Parsee takes several seconds to send
a message coming from XMPP
#### 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).