496cdde18d
Bump version to 0.9.1
2025-03-01 14:38:41 +01:00
6157ca5088
Update dependencies
2025-03-01 14:26:18 +01:00
30c344031a
Fix rendering glitches with unicode-based width estimation
2025-02-28 14:32:30 +01:00
4cf6a15577
Bump version to 0.9.0
2025-02-24 00:00:15 +01:00
b207e91c25
Update dependencies
2025-02-24 00:00:15 +01:00
b64f56fce5
Fix nick color in rare edge cases
2025-02-23 22:41:25 +01:00
24c8c92070
Update emoji
2025-02-23 21:42:13 +01:00
17185ea536
Add unicode-based grapheme width estimation method
2025-02-23 18:37:17 +01:00
e750f81b11
Drop once_cell dependency
...
It's now part of the standard library :D
2025-02-22 16:42:26 +01:00
bd43fe060b
Update dependencies
...
Except rusqlite and vault, because newer sqlite versions appear to
result in a *very* big performance drop. I suspect the query planner,
though I really have no idea.
2025-02-21 00:41:01 +01:00
edc4219258
Update euphoxide and jiff
2025-02-21 00:31:50 +01:00
e80d41cc47
Fix panic due to rustls
2024-12-04 21:17:11 +01:00
f471b9ce00
Switch to jiff from time
2024-12-04 21:08:06 +01:00
cff933b0bf
Add and fix more lints
2024-12-04 20:14:41 +01:00
7aba041c9f
Bump version to 0.8.3
2024-05-20 19:18:13 +02:00
19242a658e
Update dependencies
2024-05-20 19:12:41 +02:00
db734c5740
Bump version to 0.8.2
2024-04-25 20:45:00 +02:00
d3666674b2
Update dependencies
2024-04-25 20:41:04 +02:00
998a2f2ffd
Fix crash when window too small with msg editor visible
2024-01-14 12:41:48 +01:00
133681fc62
Bump version to v0.8.1
2024-01-11 11:25:45 +01:00
37e4c6b845
Update dependencies
2024-01-11 11:22:34 +01:00
ab81c89854
Set window title
...
The title includes the amount of unseen messages in the room or room
list. The room list heading also now contains the amount of connected
rooms as well as the amount of unseen messages in total (if any).
2024-01-05 15:07:20 +01:00
6352fcf639
Bump version to v0.8.0
2024-01-04 13:55:20 +01:00
a0b029b353
Update dependencies
2024-01-04 13:52:18 +01:00
43a8b91dca
Load time zone when opening vault
2024-01-03 02:06:33 +01:00
39a4f29a2a
Update dependencies
2023-12-28 20:05:18 +01:00
2983733744
Bump version to 0.7.1
2023-08-31 14:01:17 +02:00
2e039a855c
Update dependencies
2023-08-31 14:01:03 +02:00
02bfd3ed3d
Bump version to 0.7.0
2023-05-14 16:52:04 +02:00
876619454e
Update dependencies
2023-05-14 16:48:26 +02:00
dc0de4354f
Reduce tearing when redrawing
2023-05-10 19:43:51 +02:00
2afda17d4b
Improve config loading error handling
2023-04-30 22:57:21 +02:00
98cb1f2cbc
Fix hidden editor sometimes crashing
2023-04-29 01:25:20 +02:00
9bc6931fae
Migrate input handling to new bindings
2023-04-29 01:17:45 +02:00
e5960b8eda
Include more things in InputEvent
2023-04-29 01:17:45 +02:00
593443f10e
Fix F1 menu panicking when opened
2023-04-29 01:17:45 +02:00
1ce31b6677
Always show all key bindings in F1 menu
2023-04-29 01:17:45 +02:00
e1c3a463b2
Move key binding groups to config crate
2023-04-27 15:31:49 +02:00
478e3e767c
Add some key binding groups
2023-04-27 11:08:14 +02:00
1276a82e54
Implement Group derive proc macro
2023-04-27 11:08:07 +02:00
3fbb9127a6
Model and (de-)serialize key bindings
2023-04-27 10:38:17 +02:00
abedc5f194
Create cove-input crate
2023-04-26 14:58:36 +02:00
3d91d447c7
Document config
2023-04-24 14:08:57 +02:00
dfb2ef5371
Set up cove-macro proc macro crate
2023-04-24 12:03:30 +02:00
5b5370d2df
Extract config into cove-config crate
2023-04-21 02:15:25 +02:00
318f7e2a73
Update vault
2023-04-19 23:24:35 +02:00
ade7be594e
Update toss and remove more async
2023-04-17 20:37:30 +02:00
a638caadcb
Render messages with less async
2023-04-17 18:59:16 +02:00
8182cc5d38
Fix blocks never being higher than one line
2023-04-17 16:53:34 +02:00
ff9a16d8a3
Make Widget::size like toss::AsyncWidget::size
2023-04-17 09:39:00 +02:00