Skip to content

Releases: SchildiChat/schildichat-desktop

v1.11.36-sc.3

26 Feb 18:57
v1.11.36-sc.3
a1458b1
Compare
Choose a tag to compare
  • Fix compact room list avatars
  • Fix crash with collapsed buttons

v1.11.36-sc.2

25 Feb 20:34
v1.11.36-sc.2
48fb860
Compare
Choose a tag to compare

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

25 Apr 22:32
v1.11.30-sc.2
be44d4a
Compare
Choose a tag to compare
  • 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

28 Mar 19:56
v1.11.26-sc.1
7888162
Compare
Choose a tag to compare

v1.11.22-sc.1

01 Feb 21:10
v1.11.22-sc.1
87e7893
Compare
Choose a tag to compare

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

05 Nov 21:07
v1.11.13-sc.1
3c405ae
Compare
Choose a tag to compare
  • 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

28 Sep 18:34
v1.11.8-sc.1
77fbeb6
Compare
Choose a tag to compare

This release contains the following security fixes (update ASAP!!, more information):

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

04 Sep 00:04
v1.11.4-sc.1
05ff60b
Compare
Choose a tag to compare

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

13 May 22:52
v1.10.12-sc.1
74127c8
Compare
Choose a tag to compare

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

v1.10.4-sc.1

27 Feb 23:05
c655803
Compare
Choose a tag to compare
  • Added Youtube embed player (thanks to @ayes-web)
  • Show room topic in room info card of the right panel
  • Own variable for codeblock bg color with custom themes
  • Don't set height for link preview images that can't load
  • Fix user and room pills background visibility
  • Don't make current room sticky in room list
  • Order sub-spaces by name if not explicitely sorted
  • Multiple other small fixes and improvements
  • Upstream changes