Skip to content

v1.1.1

Latest

Choose a tag to compare

@Vitexus Vitexus released this 08 Sep 18:57

Fixed

  • 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.
  • Switched to native Debian class autoloading.