mirror of
https://github.com/matze/wastebin.git
synced 2026-04-25 00:25:59 +03:00
-
3.2.0 Stable
released this
2025-06-08 00:29:06 +03:00 | 128 commits to master since this release📅 Originally published on GitHub: Sat, 07 Jun 2025 21:33:22 GMT
🏷️ Git tag created: Sat, 07 Jun 2025 21:29:06 GMTAdded
- Support for binding to a Unix domain socket instead of a TCP address/port via the
WASTEBIN_UNIX_SOCKET_PATHenvironment variable. - Support for expiration durations specified explicitly as seconds, minutes, hours, days, months and years.
- Display set expiration in the title.
- Display set expiration in
wastebin-ctl list. catpuccintheme key selecting Catppuccin Latte for light and Catppuccin Mocha for dark mode.- New debsources, GDScript, Idris, Odin and Typst syntaxes.
Changed
- Use main accent color for selected options.
- Root element's
color-schemeis now set according to the selected theme, which makes browser use appropriate color scheme for its UI. - Make "never" the default expiration like it was with wastebin before 3.0.
- Reject duplicate expiration values.
Fixed
- Missing separators between expiration parts.
- Better number of days for expiration months (30 days instead of 28) and years (365 days instead of 336).
Full Changelog
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
wastebin_3.2.0_aarch64-apple-darwin.tar.zst
0 downloads ·
2026-02-27 10:14:51 +03:00 · 5.8 MiB -
wastebin_3.2.0_aarch64-unknown-linux-musl.tar.zst
0 downloads ·
2026-02-27 10:14:52 +03:00 · 6.8 MiB -
wastebin_3.2.0_riscv64gc-unknown-linux-gnu.tar.zst
0 downloads ·
2026-02-27 10:14:53 +03:00 · 6.5 MiB -
wastebin_3.2.0_x86_64-apple-darwin.tar.zst
0 downloads ·
2026-02-27 10:14:55 +03:00 · 6.2 MiB -
wastebin_3.2.0_x86_64-unknown-linux-musl.tar.zst
0 downloads ·
2026-02-27 10:14:56 +03:00 · 6.8 MiB
- Support for binding to a Unix domain socket instead of a TCP address/port via the