Releases: NNTmux/newznab-tmux
Release 1.6.0
v1.6.0 Merge branch 'dev'
Release 1.5.1
v1.5.1 Update used packages to their latest versions
Release 1.5.0
- Add Elasticsearch support
- Fixed many bugs
- Probably added some too
Release 1.4.0
v1.4.0.1 Fix tag name
Release 1.3.0
v1.3.0 Merge branch 'dev'
Hotfix release
v1.2.1 Merge branch 'dev'
Version 1.2
- Libraries updated to their latest versions
- Many bugs fixed
Version 1.1
Changes:
-
Major change: Refactor forking and use Spatie/Async package
-
Update all of the used libraries to their latest versions
-
Fix couple of bugs on the way (rss/api error messages, profile deletion)
Release 1.0.19
Fixed/added/removed
-
Add tmux-ui:restart command to restart tmux scripts (5450f0c)
-
Update all the regexes to work with php7.3
-
Update console commands
-
Use laravel query builder in PPA and ProcessReleases classes
-
Split categories table into root_categories and categories
You must to run php artisan fixtures:down --table=root_categories --table= categories
and php artisan fixtures:up --table=root_categories --table= categories
-
Change IGDB API to v3 url
-
Update fetchIMDBProperties function to use real id to fetch movie data
-
Use function to delete releases with bad or missing nzbs on postprocess additional check
-
Update tinyMCE to version 5.0.3
-
Update laravel/framework to version 5.8.7
Version 1.0.18
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)