Compare commits

...

6 Commits

Author SHA1 Message Date
4349e1116e New test release v1.10.15-sc.0.test.1 2022-06-16 18:43:13 +02:00
b7dfafa250 sqlciper whyever ... 2022-06-09 19:16:41 +02:00
50e2b95737 New test release v1.10.14-sc.0.test.1 2022-06-07 16:49:40 +02:00
0d28fedcd1 New test release v1.10.13-sc.0.test.3 2022-06-04 19:14:31 +02:00
67d0129df1 Update feature list 2022-06-03 10:22:16 +02:00
7010bc8eef New test release v1.10.13-sc.0.test.2 2022-05-30 17:41:41 +02:00
6 changed files with 8 additions and 8 deletions

View File

@ -67,9 +67,8 @@ web: setup
echo "$(VERSION)" > element-web/webapp/version
desktop-common: web
export SQLCIPHER_STATIC=1
$(YARN) --cwd element-desktop run fetch --cfgdir ''
$(YARN) --cwd element-desktop run build:native
SQLCIPHER_STATIC=1 $(YARN) --cwd element-desktop run build:native
macos-common: web icns
$(YARN) --cwd element-desktop run fetch --cfgdir ''

View File

@ -3,9 +3,10 @@
SchildiChat Web/Desktop is a fork of Element [Web](https://github.com/vector-im/element-web)/[Desktop](https://github.com/vector-im/element-desktop).
The most important changes of SchildiChat Web/Desktop compared to Element Web/Desktop are:
- A unified chat list for both direct and group chats
- Customizable room list style (compact single line, intermediate and roomy with two line preview)
- Option to show direct and group chats in a combined list
- Improved theming options
- Message bubbles
- Bigger items in the room list
- … and more!
Desktop downloads with installation instructions are listed on our website: [https://schildi.chat/desktop](https://schildi.chat/desktop)