mirror of
https://github.com/torrentpier/torrentpier
synced 2025-07-05 20:41:41 -07:00
8.8 KiB
8.8 KiB
📖 Change Log
v2.8.3 (2025-07-03)
🚀 Features
- (lang) Added
RTL
languages support (#2031) - (fd46d3d) - (updater) Added exceptions logging (#2026) - (51f2c70)
🚜 Refactor
v2.8.2 (2025-06-30)
🐛 Bug Fixes
🚜 Refactor
v2.8.1 (2025-06-24)
🐛 Bug Fixes
- (filelist)
Undefined property: FileTree::$length
when v2 torrent only (#2004) - (7f4cc9d) - (ip-api) Add error handling and logging for freeipapi.com requests (#2006) - (f1d6e74)
v2.8.0 (2025-06-21)
🐛 Bug Fixes
v2.7.0 (2025-06-21)
🚀 Features
- (database) Add visual markers for Nette Explorer queries in debug panel (#1965) - (2fd3067)
- (language) Add new language variable for migration file and enhance template fallback logic (#1984) - (a33574c)
- (migrations) Implement Phinx database migration system (#1976) - (fbde8cd)
- (test) [breaking] Add comprehensive testing infrastructure with Pest PHP (#1979) - (cc9d412)
- [breaking] Implement Language singleton with shorthand functions (#1966) - (49717d3)
🐛 Bug Fixes
🚜 Refactor
- (database) Enhance error logging and various fixes (#1978) - (7aed6bc)
- (database) Rename DB to Database and extract debug functionality (#1964) - (6c0219d)
- (stats) Improve database row fetching in tr_stats.php (#1985) - (728116d)
⚙️ Miscellaneous
- Update minimum
PHP
requirement to8.2
(#1987) - (9b322c7) - Removed useless
composer update
from workflows & installer (#1986) - (423424e) - Added --no-dev composer flag for some workflows (#1982) - (e9a9e09)
- Added
--no-dev
composer flag for some workflows (#1981) - (e8cba5d)
v2.6.0 (2025-06-18)
🚀 Features
- [breaking] Implement unified cache system with Nette Caching (#1963) - (07a06a3)
- Replace legacy database layer with Nette Database implementation (#1961) - (f50b914)
🐛 Bug Fixes
v2.5.0 (2025-06-18)
🚀 Features
🐛 Bug Fixes
- (installer) Strip protocol from TP_HOST to keep only hostname (#1952) - (81bf67c)
- (sql) Resolve only_full_group_by compatibility issues in tracker cleanup (#1951) - (37a0675)
📦 Dependencies
🚜 Refactor
- (censor) [breaking] Migrate Censor class to singleton pattern (#1954) - (74a564d)
- (config) [breaking] Encapsulate global $bb_cfg array in Config class (#1950) - (5842994)