Skip to content

Releases: HDInnovations/UNIT3D-Community-Edition

UNIT3D-Community-Edition v4.0.0

28 Oct 23:33
e0a14c3
Compare
Choose a tag to compare

Notes

  • Be sure to run php artisan queue:restart && sudo supervisorctl reread && sudo supervisorctl update && sudo supervisorctl reload && sudo systemctl restart php7.4-fpm after updating.
  • Then run php artisan tinker
    $torrents = App\Models\Torrent::all();
    foreach($torrents as $torrent) { $torrent->bumped_at = $torrent->created_at; $torrent->save(); }
  • You should then run php artisan fetch:meta to fetch meta data for your preexisting torrents. Depending on how many you have this can take some time. Make sure you leave terminal open while command is processing. Do NOT close until complete.

Pull Requests

Commits Direct To Master

UNIT3D-Community-Edition v3.0.0

04 Sep 16:14
e800ba7
Compare
Choose a tag to compare

Notes

  • Be sure to run php artisan queue:restart && sudo supervisorctl reread && sudo supervisorctl update && sudo supervisorctl reload

Pull Requests

  • [#1369] (Refactor) PHP Announce, Thanks to [@HDVinnie]
  • [#1425] minor language corrections, Thanks to [@Gideon75]
  • [#1421] (Update) Italian Translations, Thanks to [@Gideon75]
  • [#1430] (Fix) atomic counter updates in SubtitleController, Thanks to [@howardlau1999]
  • [#1427] (Fix) user profile totals and user info in posts, Thanks to [@werrpy]
  • [#1419] Fixes featured torrents not being set to freeleech and doubleup when …, Thanks to [@PyR8zdl]

Commits Direct To Master

UNIT3D-Community-Edition v2.7.0

27 Jul 16:13
Compare
Choose a tag to compare

Reference

Jackett Jackett/Jackett#9102

Pull Requests

Commits Direct To Master

UNIT3D-Community-Edition v2.6.0

19 Jul 23:54
Compare
Choose a tag to compare

Notes

Please remember to add SESSION_SECURE_COOKIE=true to your .env.

Simply cd to your project root. cd /var/www/html
Then run nano .env
Find SESSION_LIFETIME=120
Add under it SESSION_SECURE_COOKIE=true and save and exit.

SESSION_SECURE_COOKIE=true should be false if using http.

Pull Requests

Commits Direct To Master

UNIT3D-Community-Edition v2.5.0

09 Jun 06:12
Compare
Choose a tag to compare

Notes

  • If updating then be sure to run php artisan db:seed --class=ResolutionsTableSeeder to seed the DB with resolutions for the new torrent resolutions system. Fresh installs do NOT require this!

Pull Requests

Commits Direct To Master

UNIT3D-Community-Edition v2.4.0

21 May 21:59
Compare
Choose a tag to compare

Pull Requests (Automated StyleCI PR's Excluded)

Commits Direct To Master

UNIT3D-Community-Edition v2.3.0

12 Apr 19:04
5b0202d
Compare
Choose a tag to compare

Notes

  • If updating then be sure to run php artisan db:seed --class=MediaLanguagesSeeder to seed the DB with languages for subtitles system. Fresh installs do NOT require this!

Pull Requests

Commits Direct To Master

UNIT3D-Community-Edition v2.2.7

03 Dec 17:03
57a9ca9
Compare
Choose a tag to compare
  • contains bug fixes, style fixes and the start to php7.4

UNIT3D-Community-Edition v2.2.6

26 Nov 16:42
ced7096
Compare
Choose a tag to compare
  • patch to fix auth validation error handling.

UNIT3D-Community-Edition v2.2.5

25 Nov 17:44
a2f8b89
Compare
Choose a tag to compare
  • Bug Fixes
  • Optimizations
  • purgeCss
  • Dependencies Updated