Alexandre Franke
6c48cde678
Release 5
2023-11-24 19:05:09 +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
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
d015fa9bbe
cargo: Group dependencies from gtk-rs and their dependents
...
Should make it easier to know which dependencies to update when gtk-rs
has new releases.
2023-10-29 11:26:23 +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
a070b295c2
chore: Upgrade strum crate
2023-10-19 09:39:53 +02:00
Kévin Commaille
bbe46860cd
chore: Upgrade html2pango crate
2023-10-03 10:42:51 +02:00
Kévin Commaille
e03b52c119
chore: Use version 1.4 of libadwaita
2023-09-17 12:47:24 +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
f903fff31f
docs: Bump required Rust version to 1.70
...
This is the version required by matrix-sdk
2023-07-15 12:47:16 +02:00
Kévin Commaille
d06d78fe80
chore: Update matrix-sdk and ruma dependencies
2023-07-15 12:47:16 +02:00
Kévin Commaille
56dc2d982d
chore: Enable Ruma compat features
...
Otherwise some events might get rejected.
2023-05-23 12:56:22 +02: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
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
d92d2953ff
build: Use thin LTO for release builds
...
Fat LTO makes the debug symbols unusable due to a bug in rustc:
https://github.com/rust-lang/rust/issues/66118 .
2023-03-31 16:02:41 +02:00
Kévin Commaille
123ac8661b
chore: Update matrix-sdk
2023-03-30 16:46:46 +02:00
Kévin Commaille
4ad6907767
misc: Enable GTK 4.10 APIs
2023-03-26 12:47:23 +00: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
08ef839464
misc: Enable LTO for release builds
2023-03-16 10:55:01 +01: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
960c74c21d
ci: Sort Cargo.toml and add a check for it
2023-03-07 08:01:41 +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
Kévin Commaille
b8d55c3973
misc: Add tracing feature for oo7
2022-11-12 14:14:25 +01:00