mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-06-18 00:02:45 +02:00
Compare commits
6 Commits
v1.10.13-s
...
v1.10.15-s
Author | SHA1 | Date | |
---|---|---|---|
4349e1116e | |||
b7dfafa250 | |||
50e2b95737 | |||
0d28fedcd1 | |||
67d0129df1 | |||
7010bc8eef |
3
Makefile
3
Makefile
@ -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 ''
|
||||
|
@ -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)
|
||||
|
Submodule element-desktop updated: 9a0192067b...1d3a14db9c
Submodule element-web updated: 89ae492812...11fedf60a5
Submodule matrix-js-sdk updated: 4a5ee08063...ee15b18897
Submodule matrix-react-sdk updated: 255e6180a2...f167688519
Reference in New Issue
Block a user