Compare commits

..

4 Commits

Author SHA1 Message Date
e3121219b6 chore: Release
All checks were successful
Continuous integration / Check (push) Successful in 1m3s
Continuous integration / Test Suite (push) Successful in 1m19s
Continuous integration / Trunk (push) Successful in 1m2s
Continuous integration / Rustfmt (push) Successful in 49s
Continuous integration / Disallow unused dependencies (push) Successful in 2m26s
Continuous integration / build (push) Successful in 3m12s
2025-12-14 09:14:13 -08:00
7272bbb6b0 web: text overflow at 2 lines for subject and authors 2025-12-14 09:13:48 -08:00
dc741f421b Merge pull request 'fix(deps): update all non-major dependencies' (#212) from renovate/all-minor-patch into master
All checks were successful
Continuous integration / Check (push) Successful in 1m26s
Continuous integration / Trunk (push) Successful in 1m11s
Continuous integration / Test Suite (push) Successful in 3m17s
Continuous integration / Rustfmt (push) Successful in 42s
Continuous integration / Disallow unused dependencies (push) Successful in 2m25s
Continuous integration / build (push) Successful in 7m21s
2025-12-08 13:17:00 -08:00
69d3b8a210 fix(deps): update all non-major dependencies
All checks were successful
Continuous integration / Check (push) Successful in 2m9s
Continuous integration / Test Suite (push) Successful in 2m50s
Continuous integration / Rustfmt (push) Successful in 1m27s
Continuous integration / build (push) Successful in 3m50s
Continuous integration / Disallow unused dependencies (push) Successful in 2m33s
Continuous integration / Trunk (push) Successful in 20m56s
2025-12-08 20:32:37 +00:00
3 changed files with 35 additions and 35 deletions

64
Cargo.lock generated
View File

@@ -1657,7 +1657,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
dependencies = [
"libc",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@@ -3071,6 +3071,20 @@ dependencies = [
[[package]]
name = "letterbox-notmuch"
version = "0.17.54"
source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/"
checksum = "9748050a702e10d7f84a605a921988e9d03b3a36b52e06268e879fc8595dab9f"
dependencies = [
"log",
"mailparse",
"serde",
"serde_json",
"thiserror 2.0.17",
"tracing",
]
[[package]]
name = "letterbox-notmuch"
version = "0.17.55"
dependencies = [
"itertools",
"log",
@@ -3083,28 +3097,14 @@ dependencies = [
"tracing",
]
[[package]]
name = "letterbox-notmuch"
version = "0.17.54"
source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/"
checksum = "9748050a702e10d7f84a605a921988e9d03b3a36b52e06268e879fc8595dab9f"
dependencies = [
"log",
"mailparse",
"serde",
"serde_json",
"thiserror 2.0.17",
"tracing",
]
[[package]]
name = "letterbox-procmail2notmuch"
version = "0.17.54"
version = "0.17.55"
dependencies = [
"anyhow",
"clap",
"letterbox-notmuch 0.17.54 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
"letterbox-shared 0.17.54 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
"letterbox-notmuch 0.17.54",
"letterbox-shared 0.17.54",
"serde",
"sqlx",
"tokio 1.48.0",
@@ -3112,7 +3112,7 @@ dependencies = [
[[package]]
name = "letterbox-server"
version = "0.17.54"
version = "0.17.55"
dependencies = [
"ammonia",
"anyhow",
@@ -3135,8 +3135,8 @@ dependencies = [
"html-escape",
"html2text",
"ical",
"letterbox-notmuch 0.17.54",
"letterbox-shared 0.17.54",
"letterbox-notmuch 0.17.55",
"letterbox-shared 0.17.55",
"linkify",
"lol_html",
"mailparse",
@@ -3163,6 +3163,8 @@ dependencies = [
[[package]]
name = "letterbox-shared"
version = "0.17.54"
source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/"
checksum = "72037ead29cbc1d3c57c551c2d12ad494974b46b732edbe7a17b496af31a5381"
dependencies = [
"build-info",
"letterbox-notmuch 0.17.54",
@@ -3175,12 +3177,10 @@ dependencies = [
[[package]]
name = "letterbox-shared"
version = "0.17.54"
source = "sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/"
checksum = "72037ead29cbc1d3c57c551c2d12ad494974b46b732edbe7a17b496af31a5381"
version = "0.17.55"
dependencies = [
"build-info",
"letterbox-notmuch 0.17.54 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
"letterbox-notmuch 0.17.55",
"regex",
"serde",
"sqlx",
@@ -3190,7 +3190,7 @@ dependencies = [
[[package]]
name = "letterbox-web"
version = "0.17.54"
version = "0.17.55"
dependencies = [
"build-info",
"build-info-build",
@@ -3202,7 +3202,7 @@ dependencies = [
"graphql_client",
"human_format",
"itertools",
"letterbox-shared 0.17.54",
"letterbox-shared 0.17.55",
"log",
"seed",
"seed_hooks",
@@ -4528,7 +4528,7 @@ dependencies = [
"once_cell",
"socket2 0.5.10",
"tracing",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@@ -4747,9 +4747,9 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
[[package]]
name = "reqwest"
version = "0.12.24"
version = "0.12.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
checksum = "b6eff9328d40131d43bd911d42d79eb6a47312002a4daefc9e37f17e74a7701a"
dependencies = [
"base64 0.22.1",
"bytes 1.11.0",
@@ -5045,7 +5045,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@@ -6106,7 +6106,7 @@ dependencies = [
"getrandom 0.3.4",
"once_cell",
"rustix",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]

View File

@@ -8,7 +8,7 @@ authors = ["Bill Thiede <git@xinu.tv>"]
edition = "2021"
license = "UNLICENSED"
publish = ["xinu"]
version = "0.17.54"
version = "0.17.55"
repository = "https://git.z.xinu.tv/wathiede/letterbox"
[profile.dev]

View File

@@ -351,8 +351,8 @@ fn search_results(
attrs! {
At::Href => urls::thread(&tid)
},
div![title_break, &r.subject],
span![C!["text-xs"], pretty_authors(&r.authors)],
div![C!["line-clamp-2"], title_break, &r.subject],
span![C!["line-clamp-2", "text-xs"], pretty_authors(&r.authors)],
div![
C!["flex", "flex-wrap", "justify-between"],
span![tags_chiclet(&tags)],