Skip to content

Version 1.0.18

Compare
Choose a tag to compare
@DariusIII DariusIII released this 21 Feb 09:09
· 3455 commits to master since this release

Removed:

  • Remove nfo and comments options from search function (searching for releases that are commented or have nfo) (5c4eb24)
  • Remove messages about missing nzb, too annoying and not helpfull at all (d01dcb5)
  • Remove Amazon as data source completely (7d708b2)

Changed:

  • Update search code to reduce number of variables used in search function (c12075b)
  • Update TinyMCE to version 5.0.0 (fb79dfe)
  • Improve getAlternate function (39c8d38)
  • Update sphinx.conf to allow usage of sphinx 3.1.1 and up (3c6aeef)
  • Add UserServiceObserver and move account verification to it (d3159da)
  • Add email notifications for new registered user on site, send welcome email to new users (9771bec)
  • Show debug messages in PPA only if app env is set to debug (483855c)
  • Update archive handling regexes (8482172)
  • Move role expiration and verification checks into separate script and schedule them in Kernel.php (423950a)
  • Breaking change: Rename groups table to usenet_groups as groups is a reserved word in mysql now (40e7233)
  • Move certain user functions (api accessed and logged in) into specific events (f2c1eaa)
  • Add user API access tracking to ApiV2 (f973258)
  • Update display of date for dates when user registered, logged in and accessed the api to show exact time not just date (d9ab36c)
  • Add laravel/telescope to monitor indexer various data (832697d)
  • Add laravel/horizon to view redis queues and jobs (b6e84d7)

Fixed:

  • Fix searchSimilar function (cb8f896)
  • Fix errors in email sending Jobs (6a61258)
  • Fix search returned values when search has no actual results (returning 125k unrelated releases) (a0caab9)
  • Fix bulk adding of groups when groups exist. Fixes issue #891 (a745f9a)
  • Fix error when adding already existing group. Fixes issue #892 (c358746)
  • Fix addition of new blacklist regexes (Fixes issue #894) (0664b4d)
  • Fix missing number on group processing time message (7396a47)
  • Fix FanArt error when fetching covers (c966cd4)