You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a crash during repository indexing when a package's Suggests field was too long for the database — the column now stores unlimited-length text instead of being capped at 1000 characters.
Fixed a fatal error in the web UI on PHP 8.4 caused by an empty gettext translation domain.
Fixed a crash when rendering package descriptions caused by a missing Symfony deprecation-notice function that League\CommonMark depends on.
Other Changes
The package now applies pending database migrations automatically when it's installed or upgraded, instead of requiring you to remember to run debs2sql-phinx by hand.