Skip to content

Releases: NNTmux/newznab-tmux

Version 1.0.3

16 Jul 08:33
Compare
Choose a tag to compare

Added:

  • Add additional info for admins on release details page (62c40a9)
  • Add user verification on registration (133daf4, 12486ae, 08ef58c)
  • Add email for expired roles, update related functions (c2f1c87)

Fixed:

  • Prevent insertion of blank searchnames for releases (87bf8cf)

Changed:

Removed:

  • Remove decrypt_hashes.php (8e377a4)
  • Remove unneeded nfostatus check in Tmux query (5999eef)

Important fixes

08 Jun 21:20
Compare
Choose a tag to compare
  • Add missing column to tv related search function (748b54a)
  • Fix links to sendtoqueue, closes issue #623 (387dd3d)
  • Revert breaking change in NNTP class that prevented proper binaries updating. Fixes issues #622 and #609 (3e06f37)

Emergency fixes

07 Jun 12:55
Compare
Choose a tag to compare
  • Fix error in ReleaseRemover when deleting releases (39e68ae)
  • Fix unintentional errors(9a0e058, 7629159)
  • Check for empty response, not false in ReleaseRemover class (c7002ce)

v1.0.0

07 Jun 11:37
Compare
Choose a tag to compare

Too many changes to list them below, here are just some parts:

  • Drop Gamma, Omicron and Charisma themes (they have their own repositories now, but are not maintained actively)
  • Use Laravel's routing capabilities, move to proper MVC structure
  • Add NNTmux V2 API (not used anywhere for now)

Rewrite rules for nginx will have to be changed per instructions in Ubuntu install wiki, otherwise your site will behave erratically.

v0.9.0.3

09 Mar 12:45
Compare
Choose a tag to compare
  • Update erusev/parsedown to latest version faa8b7d

  • Update nntmux install command 57b4f19

  • Remove MiscSorter processed releases check from groupfixrelnames.php e4effe3

  • Update laravel/tinker to version 1.0.5 8e295e1

  • Update groupfixrelnames query 2a072e5

v0.9.0.2

08 Mar 08:25
Compare
Choose a tag to compare
  • Fix displaying of flag images d4d9d19

v0.9.0.1

07 Mar 14:51
Compare
Choose a tag to compare
  • Update laravel/framework to version 5.6.9 and laravel/tinker to version 1.0.4 8d1a875

v0.9.0

07 Mar 14:38
Compare
Choose a tag to compare
  • Fix bad logic when checking for existing title b73b7a1

  • Add check for existing title in TV class add function eb991ed

  • Fix wrong categories used in checkProcessTV function of Forking class 4da3ab2

  • Move theme specific css/js to their own folder in assets 24f7cb9

  • Move css/js/images into assets folder 6ee0cd3

  • Move themes to resources/views/themes folder 873e2d4

  • Move BasePage, AdminPage and Page to Blacklight\http 60f2544

  • Add cache and templates_c folders to storage/framework/smarty folder 98d53cc

  • Add plugins folder to resources/smarty, update ytake smarty config 1f24033

  • Remove igaster/laravel theme for now, update symfony components 32b04fb

  • Fix reset_postprocessing.php script 220a81f

  • Fix TV shows lookups d40425b

  • Remove last of the python requirements 39093be

  • Add ytake/laravel-smarty for future usage f5729fc

  • Upgrade nntmux configuration method d5e7ba4

  • Update CSRF token handling 32ba20d

  • Update font-awesome to version 5.0.8 9adfd61

  • Use request function in all of the pages (b0c5569 , b0c5569 , 89b70a4 , 45112d5)

  • Fix bulk adding of groups 9c83a65

  • Fix date parsing for game releases bca6d29

Note: Be sure to check new options in .env.example and copy them to your .env file

v0.8.5

26 Feb 13:47
f08e1e8
Compare
Choose a tag to compare
  • Fix Music postprocessing 72e229b

  • Fix Console games processing ff48d56

  • Fix fetching Book data from amazon 44c14b6

  • Use laravel scout to search fulltext indexes e07f3f5

  • Update laravel/framework to version 5.6.5 ab8699e

  • Upgrade font-awesome to version 5.0.6 2bf0586

  • Add imdbphp/imdbphp package and use it to fetch imdb movie data a68d794

  • Update Movie class, add check for movie imdbid from The Movie DataBase 033694c

  • Rename nntmux namespace and folder to Blacklight (Copy config files to safe place before you update your install) 314e601

  • Rename search functions to be more descriptive d7556bf

  • Update database configuration for nntmux to include engine definition 992fb83

  • Update resetdb artisan command 2cbd012

  • Update SphinxSearch class 92dc5c7

  • Update migrations to properly create fulltext indexes 603efb3

  • Merge PR #380 by nightah - Properly escape release_naming_regexes 33-35 a401d5e

(Copy config files to safe place before you update your install)