Releases: SchildiChat/schildichat-desktop
v1.11.81-sc.0.test.0
This release drops a lot of our previous features in order to be maintainable on a recent Element codebase again.
Beware that the message bubble layout is rather bad compared to what we had previously, since it's basically the Element Web implementation.
On the positive side, this release is the first one to feature a native build for Windows, which should address encrypted room search (#117) and new installs breaking on reboot (#170).
Check FEATURES.md for a list of what has been added back on top of Element so far.
v1.11.36-sc.3
- Fix compact room list avatars
- Fix crash with collapsed buttons
v1.11.36-sc.2
Finally a new release! 🐢
The codebase is now updated to Element v1.11.36.
There are no functional changes or new features, only security fixes (including the backported electron security fixes).
This release gives us hopefully enough time to get a new codebase up and running, because stuff broke with almost every new Element release, so it became basically unmaintainable the current way for me alone.
Every feature increases the likelihood of merge conflicts. The current state is that others provided feature PRs or I implemented requested features, but I couldn't just maintain them in the long run.
Thus, my long term plan is to extract single features into feature branches and apply them on top of a slim schildi base with every new Element release.
My hope is that others will chime in for maintaining additional features and occasional other fixes and improvements to the base.
With this new architecture, hopefully, I'm relieved of some of the pain, because it's easier for others to contribute (also for adapting features to new Element releases).
PS: The appearance settings are visually broken, but they are functionally intact. I won't fix that anymore for the current codebase.
v1.11.30-sc.2
- Update codebase to Element v1.11.30 (containing security fixes)
- Do not display spoilers in message previews (thanks to @cloudrac3r)
- Add support for rendering captions in media messages
- Allow reactions to take more space
- Bubble layout: Make stickers/media as reply not entirely broken
v1.11.26-sc.1
- Update codebase to Element v1.11.26 (containing security fixes)
- Fix notification panel crashes and user name color mode
v1.11.22-sc.1
Finally a new release! 🐢
Starting with this release, I'll publish rpms as well since it's now easier for me to build different targets in a containerized way thanks to @PaarthShah's great contribution.
If you want to have builds for a certain platform, make the build process a PR with a Containerfile and I might start building for it as well if it's fairly widespread.
Changelog:
- Update codebase to Element v1.11.22
- Naive implementation for global room emotes
- Also show unread dot for muted chats if unread
- Keep reply tile color ungrey
- Bubble layout: Put images back into the bubble
v1.11.13-sc.1
- Bubble layout: I don't understand you react, just move the e2e padlock icon somewhere due to being broken otherwise
- Bubble layout: Make link to old room clickable
- Bubble layout: Slightly better UI for hidden events
- Bubble layout: Centered new room intro buttons
- Update codebase to Element v1.11.13
- More small fixes and improvements
v1.11.8-sc.1
This release contains the following security fixes (update ASAP!!, more information):
- Fix for CVE-2022-39249
- Fix for CVE-2022-39250
- Fix for CVE-2022-39251
- Fix for CVE-2022-39236
Other changes:
- Fix rooms with malformed or empty custom emoji pony event 🐎
- Bubble layout: Show e2e padlock again
- Bubble layout: Put videos back into the bubble due to being an inline player
- More changes and improvements
- Update codebase to Element v1.11.8
There is still no macOS version, but we might at least add some zip instead of dmg soon™.
Zip added.
v1.11.4-sc.1
Changelog:
- Add option to toggle corner roundness (including bubbles)
- New feature: Sound packs (contributed by @cloudrac3r)
- Improvements to custom emojis (thanks to @AndrewRyanChama)
- Exclude spaces from breadcrumbs
- Bubble layout: Fix reaction row spacing
- Bubble layout: Fix poll timestamp
- Bubble layout: Move thread start right on right side bubbles
- Better pill and alert colors
- More fixes and improvements
- Upstream changes (containing security fixes --> upgrade ASAP!!)
The macOS build is sadly broken in this version, we are trying to bring it back for the next release.
v1.10.12-sc.1
Finally a new release!
Digesting the upstream changes was rough this time, so no new features, except those contributed.
It's great to see these contributions and thus SchildiChat gaining some momentum! 🐢
Changelog:
- Fix broken rtl bubbles
- Add preference to toggle collapsing composer buttons (contributed by @AndrewRyanChama)
- Don't collapse composer buttons by default
- Add support for schildichat:// protocol (in addition to element://) (contributed by @AndrewRyanChama)
- Re-enable the ability to toggle the 'home' metaspace (contributed by @20kdc)
- Support custom emoji in editor and completions (contributed by @AndrewRyanChama)
- Style data-mx-emoticon more like normal emojis
- Don't overflow inline images
- Adjust new read receipts for bubble layout
- Many other fixes and improvements
- Upstream changes