Commit graph

145 commits

Author SHA1 Message Date
Alexandre Franke
6c48cde678
Release 5 2023-11-24 19:05:09 +01:00
Kévin Commaille
b1de0cee42
chore: Upgrade ruma crates
Brings in some bug fixes
2023-11-16 12:10:37 +01:00
Kévin Commaille
918a7179f3
chore: Prepare release of Fractal 5.rc1 2023-11-08 15:29:01 +01:00
Kévin Commaille
33d06a93e8
chore: Upgrade crates 2023-11-07 13:21:09 +01:00
Kévin Commaille
bcee8bfd9f
Revert "room-history: Add spell checker to message entry"
This reverts commit 2295e8a9d1.
2023-11-04 11:23:59 +01:00
Kévin Commaille
63425ad545
chore: Upgrade gtk4 and its dependencies
Includes a fix for a memory leak in gio
2023-11-03 15:17:02 +01:00
Kévin Commaille
59c29c070e
chore: Upgrade matrix-sdk 2023-10-30 18:49:14 +01:00
Kévin Commaille
2295e8a9d1
room-history: Add spell checker to message entry 2023-10-29 17:16:35 +01:00
Kévin Commaille
1bb8be3725
cargo: Remove ashpd's gtk4 feature
It is not actually used.
2023-10-29 11:27:57 +01:00
Kévin Commaille
42aa302670
chore: Upgrade SDK 2023-10-23 18:01:41 +02:00
Kévin Commaille
e4225577fd chore: Update matrix-sdk 2023-10-20 13:29:26 +00:00
Kévin Commaille
2b46670dfb
chore: Update Cargo.lock
Cargo insists to update this line so here we go.
2023-10-20 10:17:11 +02:00
Kévin Commaille
a070b295c2
chore: Upgrade strum crate 2023-10-19 09:39:53 +02:00
Kévin Commaille
20c5242427
chore: Upgrade rustix crate
Due to a security vulnerability
2023-10-19 09:30:10 +02:00
Kévin Commaille
bbe46860cd
chore: Upgrade html2pango crate 2023-10-03 10:42:51 +02:00
Kévin Commaille
ba15c5b12a
chore: Update gtk crate and associated dependencies 2023-09-14 13:25:32 +02:00
Kévin Commaille
d8efac8b6d
chore: Release Fractal 5.beta2 2023-08-17 10:36:49 +02:00
Kévin Commaille
e62042dd82
utils: Add function to extract mentions from HTML
It is more versatile than the precedent one that was simple string
searching, expecting the HTML in a special format, at the cost of
an added dependency.
2023-08-13 18:18:24 +02:00
Kévin Commaille
be5e2784e5
main: Use tracing-subscriber's EnvFilter
It is more powerful than the default filter.
This syntax also allows to add other layers.
2023-08-13 15:03:35 +02:00
Kévin Commaille
97de17ce62
misc: Use tracing for logging 2023-08-13 14:54:20 +02:00
Kévin Commaille
ba09929fe6
chore: Upgrade matrix-sdk and other cargo dependencies 2023-08-12 11:59:25 +02:00
Kévin Commaille
71f04c86e0
chore: Upgrade oo7 crate 2023-08-12 10:04:21 +02:00
Kévin Commaille
d06d78fe80
chore: Update matrix-sdk and ruma dependencies 2023-07-15 12:47:16 +02:00
Kévin Commaille
6375881df7
chore: Update cargo deps
Run cargo update
2023-07-14 13:06:43 +02:00
Kévin Commaille
acb872f0b9
chore: Update cargo dependencies 2023-06-22 10:21:40 +02:00
Nobody
b4f4874ac5 chore: Update dependencies
Fix docs generation error.
2023-05-29 08:07:12 +00:00
Kévin Commaille
b4bb04c448
chore: Release version 5.beta1 2023-05-16 15:42:48 +02:00
Kévin Commaille
094cd9244f login: Use an enum for stack pages names
Avoids errors when using static strings
2023-05-14 13:59:12 +00:00
Kévin Commaille
57bb433bde
chore: Update matrix-sdk dependency 2023-05-11 12:54:40 +02:00
Kévin Commaille
349fd02e4d chore: Update matrix-sdk dependency 2023-05-07 08:14:27 +00:00
Kévin Commaille
5dc35b1bc0
chore: Update matrix-sdk and ruma 2023-05-04 15:37:24 +02:00
Kévin Commaille
e1b5eb56ae secret: Store secret in MessagePack format
Should be more compact and efficient
2023-04-27 08:20:33 +00:00
Kévin Commaille
92f551d6da chore: Update matrix-sdk and switch to SQLite store 2023-04-27 08:20:33 +00:00
Kévin Commaille
991ca3f847
chore: Update cargo dependencies 2023-04-25 09:55:47 +02:00
Kévin Commaille
9019e64772
chore: Update dependencies 2023-04-14 08:42:23 +02:00
Kévin Commaille
640b286cb6
misc: Remove num_enum dependency
Use the glib::Variant derive macro instead if needed
2023-04-05 15:53:02 +02:00
Kévin Commaille
123ac8661b
chore: Update matrix-sdk 2023-03-30 16:46:46 +02:00
Kévin Commaille
bc5829319f
chore: Update all dependencies 2023-03-26 12:52:21 +02:00
Kévin Commaille
49f7c78748 chore: Update matrix-sdk to get new method for rooms 2023-03-23 10:53:04 +00:00
Kévin Commaille
3d6c493680
chore: Update matrix-sdk and ruma 2023-03-14 14:23:46 +01:00
Kévin Commaille
31e960a59e
chore: Update matrix-rust-sdk and Ruma 2023-03-07 09:27:47 +01:00
Kévin Commaille
160b648cfe
chore: Remove uses of gtk-macros 2023-03-07 08:01:41 +01:00
Christopher Davis
5db1d9f902
general: Update to the latest version of the gtk-rs stack 2023-03-07 07:14:51 +01:00
Kévin Commaille
7aa35b393b
chore: Update matrix-rust-sdk and Ruma
The branch we used before was merged and has been deleted.
2023-02-12 13:11:03 +01:00
Kévin Commaille
0484870f25
chore: Update matrix-sdk and ruma
Switch to the new timeline API.
2023-02-10 12:15:08 +01:00
Kévin Commaille
1c199d0b34
chore: Update dependencies
With `cargo update`
2023-02-10 10:11:47 +01:00
Kévin Commaille
03169adf14 chore: Update oo7 dependency 2023-01-07 14:30:41 +00:00
Kévin Commaille
76cf6592ca verification: Fix crash when trying to access the camera 2023-01-07 14:30:41 +00:00
ShootingStarDragons
e5f6aeef3f chore: update dependencies
Log: fix runtime-break error because glib version
2023-01-01 18:36:33 +08:00
Kévin Commaille
593856dcf2
chore: Update matrix-sdk
A RustSec was issued because it can leak secrets in the logs.
2022-11-13 09:47:04 +01:00