rartracker v0.2.0 Release Notes

Release Date: 2016-02-26 // about 8 years ago
  • ๐Ÿ†• New features and improvements

    • Request comments
    • Slug urls for requests and forum topics
    • Subtitle quality selector
    • IMDB info are fetched/guessed before upload
    • ๐Ÿ‘Œ Improved admin user search
    • Multi-delete in Mailbox
    • Polls paginated
    • ๐Ÿ‘ Better predb source
    • โšก๏ธ Admins can delete suggestions and updated status will post into forum.
    • ๐Ÿ‘Œ Improved "IMDB guessing" for TV-series based on release name title

    ๐Ÿ›  Bugfixes

    • Anyone could delete torrent comments
    • ๐ŸŽ Performance improvements
    • History/back behaviour when sorting/browsing the site in general now works as expected
    • Search info when upl
    • Minclassread now works on forumheads
    • IP check on signup could match itself
    • ๐ŸŒฒ Snatch log not logged correctly
    • "Banlist" on friends-page did not work
    • ๐Ÿ›  Countless minor bugfixes...

    Architectural and code improvements

    • ๐Ÿ‘ Better Config.php and app.config.js for general configurations
    • Switching from grunt to the much faster and easier gulp as build script.
    • โž• Adding babel(es2015) to build step for es6 support, mostly for fat arrows.
    • All JS-files, module and folder stucture has been reorganized and improved alot
    • Code splitted into feature modules, now much easier to plug and play modules/features from app.modules.js
    • โฌ‡๏ธ Dropped $scope in favour for controllerAs 'vm'
    • ๐Ÿšš Alot of code cleanup in controllers, lots of stuff moved to components instead.
    • ๐Ÿ’ป Taking full use of ui-router URL state params for a proper browser history behaviour
    • โฌ†๏ธ Upgrading all libs (angular, ui-router, ui-bootstrap etc) and support to latest version.
    • Switched from memcache to memcached which actually works
    • ๐Ÿ›  Fixed php strict errors (~E_STRICT no longer required)