Releases: NNTmux/newznab-tmux
Version 1.0.3
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:
- Update minimum MySQL version to 5.7 and MariaDB version to 10.2 (066414c)
- Update moviesSearch function to use tmdb and trakt ids (10ade44)
- Use laravel DB facade (8cb3bd2, 399b221, 441570c, d598104, db304a5, eeff0ff, 096283b)
Removed:
Important fixes
Emergency fixes
v1.0.0
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
v0.9.0.2
v0.9.0.1
v0.9.0
-
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
-
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)