mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-07-02 21:50:04 +02:00
Compare commits
10 commits
v1.10.12-s
...
v1.10.15-s
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4349e1116e | ||
![]() |
b7dfafa250 | ||
![]() |
50e2b95737 | ||
![]() |
0d28fedcd1 | ||
![]() |
67d0129df1 | ||
![]() |
7010bc8eef | ||
![]() |
a8d635c26f | ||
![]() |
dffc2ad920 | ||
![]() |
3d5935fc27 | ||
![]() |
74127c8d7b |
6 changed files with 9 additions and 8 deletions
2
Makefile
2
Makefile
|
@ -68,7 +68,7 @@ web: setup
|
|||
|
||||
desktop-common: web
|
||||
$(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)
|
||||
|
@ -51,7 +52,7 @@ some dependencies might not be recent enough to build SchildiChat.
|
|||
The following are the dependencies required to build SchildiChat Web/Desktop on Debian 11 (bullseye):
|
||||
|
||||
```
|
||||
# apt install vim curl git make gcc g++ python jq libsqlcipher-dev pkg-config libsecret-1-dev libarchive-tools
|
||||
# apt install vim curl git make gcc g++ python jq libsqlcipher-dev pkg-config libsecret-1-dev libarchive-tools openssl libssl-dev tcl
|
||||
|
||||
# curl -sL https://deb.nodesource.com/setup_14.x | bash -
|
||||
# apt update
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6ca4d9024f8b761f850415f92fb3b5f2302c3c50
|
||||
Subproject commit 1d3a14db9c017d935085611c3259f386e19a366b
|
|
@ -1 +1 @@
|
|||
Subproject commit 10daba321703efac427421ee1331cea42aed2b70
|
||||
Subproject commit 11fedf60a5067b7139a90b70b0e672acd4e8f82a
|
|
@ -1 +1 @@
|
|||
Subproject commit a7e612697579ac57a3a80ab9809d891919f652b8
|
||||
Subproject commit ee15b188973d85c3e23a169e0b79f4bda58aa35f
|
|
@ -1 +1 @@
|
|||
Subproject commit 93096bdad64c9136bacfd6dae5b93939cb05afc4
|
||||
Subproject commit f1676885198c4544e73a103571c0d14dcfcadeef
|
Loading…
Add table
Add a link
Reference in a new issue