mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
misc: v2.4.5-rc.2
release preparation
This commit is contained in:
parent
89e791a208
commit
685dd919b8
3 changed files with 7 additions and 7 deletions
2
.github/workflows/changelog.yml
vendored
2
.github/workflows/changelog.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
id: git-cliff
|
||||
with:
|
||||
config: cliff.toml
|
||||
args: v2.4.4.. --verbose
|
||||
args: v2.4.5-rc.2.. --verbose
|
||||
env:
|
||||
OUTPUT: CHANGELOG.md
|
||||
GITHUB_REPO: ${{ github.repository }}
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
### *From v2.0.0 to v2.4.5-rc.2*
|
||||
|
||||
## [v2.4.5-rc.2](https://github.com/torrentpier/torrentpier/tree/v2.4.5) (2025-XX-XX)
|
||||
[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.4.5-rc.1...v2.4.5)
|
||||
## [v2.4.5-rc.2](https://github.com/torrentpier/torrentpier/tree/v2.4.5-rc.2) (2025-01-10)
|
||||
[Full Changelog](https://github.com/torrentpier/torrentpier/compare/v2.4.5-rc.1...v2.4.5-rc.2)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Release 2.4.5 🍧️ ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Release 2.4.5-rc.2 🍧️ ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Added `IndexNow` protocol support 🤖 [\#1736](https://github.com/torrentpier/torrentpier/pull/1736) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Added `TorrentPier instance hash` generation [\#1726](https://github.com/torrentpier/torrentpier/pull/1726) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Added `m4a` extension support in M3U playback [\#1724](https://github.com/torrentpier/torrentpier/pull/1724) ([belomaxorka](https://github.com/belomaxorka))
|
||||
|
|
|
@ -18,8 +18,8 @@ $reserved_port = 80;
|
|||
$bb_cfg = [];
|
||||
|
||||
// Version info
|
||||
$bb_cfg['tp_version'] = 'v2.4.5';
|
||||
$bb_cfg['tp_release_date'] = 'XX-XX-2025';
|
||||
$bb_cfg['tp_version'] = 'v2.4.5-rc.2';
|
||||
$bb_cfg['tp_release_date'] = '10-01-2025';
|
||||
$bb_cfg['tp_release_codename'] = 'Cattle';
|
||||
|
||||
// Increase version number after changing JS or CSS
|
||||
|
@ -585,7 +585,7 @@ $bb_cfg['flist_max_files'] = 0; // Max allowed number of files to process for gi
|
|||
$bb_cfg['last_visit_date_format'] = 'd-M H:i';
|
||||
$bb_cfg['last_post_date_format'] = 'd-M-y H:i';
|
||||
$bb_cfg['poll_max_days'] = 180; // How many days will the poll be active
|
||||
$bb_cfg['integrity_check'] = true; // TorrentPier files integrity check
|
||||
$bb_cfg['integrity_check'] = false; // TorrentPier files integrity check
|
||||
|
||||
$bb_cfg['allow_change'] = [
|
||||
'language' => true, // Allow user to change language
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue