Skip to content

Releases: NNTmux/newznab-tmux

Version 1.0.9.2

03 Oct 13:51
Compare
Choose a tag to compare

Fixed:

  • Remove stray whitespace in X-DNZB-NFO header sent on nzb download 8fba27e

Changed:

  • Increase number of pages listed on each side of pagers current page fb89916
  • Update used components to their latest versions 474011e , d92f467

Version v1.0.9.1

02 Oct 21:31
Compare
Choose a tag to compare
Merge branch 'dev'

First release from master branch

02 Oct 10:15
Compare
Choose a tag to compare
v1.0.9

Make cache persistent

Version 1.0.8

27 Sep 08:43
Compare
Choose a tag to compare

Additions

  • Add IGDB for PC and Console games lookup
  • Use dirape/token to generate tokens and passwords for users(f99c3ae)

Updates:

  • Use url helper in place of $this->serverurl variable (bd844ba)
  • Update Movie class, fetch movie info from IMDb first before trying other sources (47c61ba)
  • Update API v2 movie lookup description by adding traktid lookup example (f461ecc)
  • Update releases with proper movieinfo_id when updating movies on movies list (c3b6980)
  • Update Binaries class, use transactions properly (449bbe2)
  • Update install script to set admin as verified (656f0d6)
  • Use $this->userdata->id variable in place of Auth::(id) in controllers (23ab8f0)
  • Update tmux install script to use tmux 2.8-rc to compile tmux (2500ecb)

Fixes:

  • Fix user login by email (b7fef38)
  • Fix wrong assingment of role in users table on user creation (a53aa44)
  • Fix login and user controllers behaviour if firewall is disabled (0e3e159)

Version 1.0.7

13 Sep 10:43
Compare
Choose a tag to compare

Changes in this release:

  • Fix display of login errors (03267cf)

  • Fix displaying errors on registration page (957b226)

  • Add email verification message to login page for non-verified users (66244c6)

  • Fix wrong check for result from query in password reset controller (4ebccb3)

  • Use Carbon in place of time() for time calculations (e8cdece, eaea6e3, 63ea968)

  • Update some of the regexes in NameFixer to prevent bypassing of file extensions (ie. file.jpg.php) (ab39a71)

  • Switch to canihavesomecoffee/thetvdbapi for TheTVDB API searches (f91229d)

  • Prevent errors on missing images on TVDB (e72b830)

  • Update jrean/laravel-user-verification to version 7.0.0 (3f0b2fe)

  • Update laravel/framework to version 5.7 (11dd795)

Add powerline directly to tmux

05 Sep 13:26
Compare
Choose a tag to compare

Tmux will use powerline directly.

Version 1.0.6.1

05 Sep 12:37
Compare
Choose a tag to compare
  • Update tmux.conf, add new look to tmux panes

  • Remove powerline support

Version 1.0.6

05 Sep 11:18
Compare
Choose a tag to compare
  • Update NNTmux to support new versions of tmux

  • Add install_tmux.sh shell script to fetch, compile and install latest tmux from source

  • Remove now unused packages folder

Version 1.0.5

04 Sep 07:24
Compare
Choose a tag to compare

Fixes:

  • Check for array before inserting audio data from mediainfo (52fa047)

  • Update ReleaseRemover class (cf4f6a3)

  • Fix monitor counts and percentages displayed in main monitor pane (363d1c5)

  • Add check for empty sharing table when running tmux (6f6e130)

Version 1.0.4

27 Aug 12:27
Compare
Choose a tag to compare

New

  • Add new role/permission based system

  • Add soft-firewall

Fixed

Multitude of small fixes and updates, including but not limited to:

  • Wrong table names
  • Latest versions of used libraries
  • Fix API related problems
  • Add support for MediaInfo version 18
  • Pull cast and director from TMDB

Important Note

You need to run script inside misc/run_me_once folder to be able to use new role and permissions or your users won't be able to use your site.