| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| build-2.4.0-beta4.zip | 2023-11-14 | 41.5 MB | |
| README.md | 2023-11-14 | 3.5 kB | |
| v2.4.0-beta4 source code.tar.gz | 2023-11-14 | 5.1 MB | |
| v2.4.0-beta4 source code.zip | 2023-11-14 | 6.4 MB | |
| Totals: 4 Items | 53.0 MB | 0 | |
TorrentPier Cattle
v2.4.0-beta4 (2023-11-14)
Merged pull requests:
- Use TORRENT_EXT constants for definition torrent extension #1096 (belomaxorka)
- Remove html entities for file names #1094 (kovalensky)
- Fix for html entities being displayed in magnet links #1092 (kovalensky)
- Calling make_jumpbox() where it needed #1091 (belomaxorka)
- Include full url for client icon displaying #1088 (kovalensky)
- Fix not working code #1087 (kovalensky)
- Fixed data types for seeder_last_seen #1086 (belomaxorka)
- Fix broken PM (Private messages) #1085 (kovalensky)
- Fixed a bug causing inability to view file contents for some torrents #1084 (kovalensky)
- Show file count while listing #1082 (kovalensky)
- Simplified jumpbox 📜 #815 (belomaxorka)
- Removed sorting for torrent clients in table #1080 (belomaxorka)
- Fixed broken table in tracker #1079 (belomaxorka)
- CSS improvement for file listing #1077, #1081, #1083 (kovalensky)
- Minor improvements #1078, #1095 (belomaxorka)
- Updated deps #1089, #1090 (belomaxorka)
For update to this version, you should perform the following database queries:
:::sql
DELETE FROM `bb_extensions` WHERE `extension` = 'tif';
INSERT INTO `bb_extensions` VALUES ('997', '4', 'tif', '');
INSERT INTO `bb_extensions` VALUES ('998', '4', 'tiff', '');
DELETE FROM `bb_extensions` WHERE `extension` = 'tga';
INSERT INTO `bb_extensions` VALUES ('999', '4', 'tga', '');
Thanks to kovalensky ❤️