• 3.2.0 3fdec3abde

    3.2.0 Stable

    kerem 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 GMT

    Added

    • Support for binding to a Unix domain socket instead of a TCP address/port via the WASTEBIN_UNIX_SOCKET_PATH environment 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.
    • catpuccin theme 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-scheme is 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

    https://github.com/matze/wastebin/compare/3.1.0...3.2.0

    Downloads