torrentpier/CHANGELOG.md
2025-03-12 01:22:02 +00:00

23 KiB

📖 Change Log

Note

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

nightly

🚀 Features

  • (avatar upload) Added accept="image/*" attribute (#1841) - (56d531a)
  • (emailer) Added ability to configure sendmail - (5ad4a70)
  • (playback_m3u.php) Added checking auth to download (#1848) - (0b8d8a5)

📦 Dependencies

  • (deps) Bump belomaxorka/captcha from 1.2.3 to 1.2.4 - (4641b0a)
  • (deps) Bump belomaxorka/captcha from 1.2.2 to 1.2.3 (#1842) - (be65f7c)

🚜 Refactor

⚙️ Miscellaneous

  • (text captcha) Disabled scatter effect by default - (3af5202)

v2.4.5-rc.4 (2025-03-09)

🚀 Features

  • (captcha) Added Text Captcha provider (#1839) - (74ea157)
  • (show post bbcode) Added 'only_for_first_post' param (#1830) - (4dcd1fb)
  • (sitemap) Update lastmod when a new reply in topic (#1737) - (bc95e14)
  • Added $bb_cfg['auto_language_detection'] parametr (#1835) - (b550fa5)
  • Easter egg for the 20th anniversary of the TorrentPier! (#1831) - (f2e513d)
  • Added configuration files for nginx & caddy (#1787) - (f7d3946)

🐛 Bug Fixes

📦 Dependencies

  • (deps) Bump bugsnag/bugsnag from 3.29.2 to 3.29.3 (#1837) - (b954815)
  • (deps) Bump php-curl-class/php-curl-class from 11.0.3 to 11.0.4 (#1823) - (1c323a4)
  • (deps) Bump php-curl-class/php-curl-class from 11.0.1 to 11.0.3 (#1821) - (dedf35b)

🗑️ Removed

🚜 Refactor

  • Moved classes from Legacy folder to src root (#1828) - (92ce77e)

⚙️ Miscellaneous

  • (Caddyfile) Some minor fixes (#1822) - (6f641aa)
  • (README) Fixed all grammatical errors, sentence structure and readibility (#1812) - (bea3b0b)
  • (_cleanup.php) Added CLI mode check (#1834) - (5dc9a54)
  • (announcer) Some minor improvements (#1819) - (bdefed4)
  • (cliff) Removed TorrentPier logo (#1817) - (7794242)
  • (cliff) Synced cliff-releases.toml with cliff.toml changes (#1815) - (f2aea92)
  • (cliff) Added missing line breaks after body (#1814) - (2593f09)
  • (installer) Added cleanup step (for master builds) (#1838) - (dd72136)
  • (installer) Some minor improvements (#1825) - (4f89685)
  • (installer) Some minor improvements (#1824) - (f3714f0)
  • (workflow) Short release_name (#1816) - (c57db21)
  • (workflow) Added workflow_dispatch for schedule.yml (#1813) - (d54c07b)
  • (workflow) Some improvements (#1811) - (3a9dd6a)
  • (workflow) Some improvements (#1810) - (c168c39)
  • Replaced gregwar/captcha with my own fork (#1840) - (8585560)
  • Created cleanup script (for releases preparation) (#1833) - (68bf26d)
  • Bring back missing cache & log directories (#1832) - (249c988)
  • Some minor improvements (#1829) - (3b8ee4c)

New Contributors ❤️

  • @xeddmc made their first contribution in #1812

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 ❤️

  • @actions-user made their first contribution