All Versions
7
Latest Version
Avg Release Cycle
50 days
Latest Release
2465 days ago
Changelog History
Changelog History
-
v0.3.2 Changes
August 27, 2016๐ New features and improvements
- ๐จ Refactored (removed) rss.php, brss.php and subdownload.php into new /api/v1 URLs
- Categories are now specified in Config.php on server side
- ๐ API for "torrents matcher" which is a client application for matching and loading torrents into bittorrent clients. (Application soon to be released on this github account)
๐ Bugfixes
- SweTV fetch now works again
- Genre selector in custom start page edit was missing
- Bootstrap fonts on /start were missing
- โ Additional language fixes
-
v0.3.1 Changes
August 04, 2016๐ New features and improvements
- ๐ JS-libs and CSS files are now bundled and bower_components are no longer needed in deployment
๐ Bugfixes
- ๐ Language fixed
-
v0.3.0 Changes
July 20, 2016๐ New features and improvements
- 0๏ธโฃ Dynamic multi language support with English as default language, finally!
-
v0.2.2 Changes
June 24, 2016๐ New features and improvements
- Youtube trailers
- Torrent lists
- ๐ฒ Admin can delete IP log entries
๐ Bugfixes
- Requests lists now save sorted state
- Swesub form
- Requests can now be in new section due to new/archive separation instead of using reqid
- Weekly earned bonus points calculated correctly on profile view
- Wide NFO files are now wrapped
- Swetv data source fetch working again
- Increased topic length
- Related torrents leaked uploader user id
-
v0.2.1 Changes
March 10, 2016๐ New features and improvements
- ๐ Archive torrents section removed. "New" and "archive" torrents are now mixed
- 0๏ธโฃ Filters for displaying new/archive, swesub, p2p, freeleech and default settings on user profile
- View filled requests
- Validate invite codes "before" registration.
- Email hashed. (run migrate.php on existing database)
- Watch toplists now based on recent activity
๐ Bugfixes
- Several disabled buttons were clickable
- ๐ Date in "watch" table (bevaka) fixed (run migrate.php), and for displaying more recent toplists data
- Buy -10 GB on friend now works
- Watch torrent page now works
-
v0.2.0 Changes
February 26, 2016๐ 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)
-
v0.1.0 Changes
November 01, 2015- ๐ Initial Release