Overview
| Comment: | bump |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
d036a091277b9dc0c42bbff2d4b61856 |
| User & Date: | arcade on 2026-01-18 09:25:54.954 |
| Other Links: | manifest | tags |
Context
|
2026-03-05
| ||
| 12:45 | bump, fixes 2 security issues check-in: 1382a7c15e user: arcade tags: trunk | |
|
2026-01-18
| ||
| 09:27 | Instead of validating HTML - check for specific closing tags and escape Update how text size is calculated Fix errors check-in: 1c10bccb4e user: arcade tags: release, v0.6.1 | |
| 09:25 | bump check-in: d036a09127 user: arcade tags: trunk | |
| 09:23 | change how text size is calculated - calculate after replacements check-in: db04f7359b user: arcade tags: trunk | |
Changes
Modified Cargo.lock
from [ac7c0feed7]
to [57aea89197].
| ︙ | ︙ | |||
1630 1631 1632 1633 1634 1635 1636 | "async-process", "blocking", "futures-lite", ] [[package]] name = "smtp2tg" | | | 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 | "async-process", "blocking", "futures-lite", ] [[package]] name = "smtp2tg" version = "0.6.1" dependencies = [ "async-compat", "config", "hostname", "html-escape", "just-getopt", "lazy_static", |
| ︙ | ︙ |
Modified Cargo.toml
from [f792784b9a]
to [fa219a720b].
1 2 | [package] name = "smtp2tg" | | | 1 2 3 4 5 6 7 8 9 10 | [package] name = "smtp2tg" version = "0.6.1" authors = [ "arcade@b1t.name" ] edition = "2024" license = "0BSD" repository = "http://fs.b1t.name/smtp2tg" [dependencies] async-compat = "0.2.5" |
| ︙ | ︙ |