torrentpier/CHANGELOG.md
2025-02-06 15:34:56 +00:00

14 KiB

TorrentPier

📖 Change Log

Note

To view changelog from v2.0.0 to v2.4.5-rc.2 navigate to HISTORY.md.

v2.4.5-rc.3 (2025-02-06)

🚀 Features

  • (announcer) Added some disallowed ports by default (#1767) - (46288ec)
  • (announcer) Added is_numeric() checking for some fields (#1766) - (096bb51)
  • (announcer) Added event verifying (#1765) - (6a19323)
  • (announcer) Block browser by checking the User-Agent (#1764) - (7b64b50)
  • (announcer) Block User-Agent strings that are too long (#1763) - (a98f8f1)
  • (announcer) Blocking all ports lower then 1024 (#1762) - (1bc7e09)
  • (cache) Checking if extensions are installed (#1759) - (7f31022)
  • (captcha) Added some new services 🤖 (#1771) - (d413c71)
  • (environment) Make configurable TP_HOST and TP_PORT (#1780) - (e51e091)
  • (installer) Fully show non-installed extensions (#1761) - (8fcc62d)
  • (installer) More explanations (#1758) - (48ab52a)
  • (installer) Check Composer dependencies after installing (#1756) - (262b887)
  • (installer) More explanations (#1754) - (fd6f1f8)
  • (installer) Create config.local.php on local environment (#1745) - (0d93b2c)
  • (torrent) Bring back old torrent file naming (#1783) - (314c592)
  • (workflow) Automated deploy actual changes to TorrentPier Demo (#1788) - (4333d6a)
  • Used TORRENT_MIMETYPE constant instead of hardcoded string (#1757) - (4b0d270)

🐛 Bug Fixes

📦 Dependencies

  • (deps) Bump jacklul/monolog-telegram from 3.1.0 to 3.2.0 (#1776) - (420c92c)
  • (deps) Bump filp/whoops from 2.16.0 to 2.17.0 (#1777) - (a71609b)
  • (deps) Bump php-curl-class/php-curl-class from 11.0.0 to 11.0.1 (#1753) - (ce32031)
  • (deps) Bump bugsnag/bugsnag from 3.29.1 to 3.29.2 (#1752) - (f63d15c)

🗑️ Removed

  • (environment) Extra DB_CONNECTION variable (#1775) - (cd2786b)
  • Some unused tracker config variables (#1769) - (7f9df35)

📚 Documentation

⚙️ Miscellaneous

◀️ Revert

New Contributors ❤️