[Release] v3.3.0+330001 (#235)

NEW
- [Home/Calendar] New "schedule" view to view all days as one list
- [Home/Modules] Option to use module "brand" colours or the LunaSea list colours
- [Search] Option to hide adult categories
- [-arr/Catalogue] Ability to sort by date added
- [-arr/Search] Show the indexer/tracker on the collapsed tile

TWEAKS
- [Development] Updated Flutter packages

FIXES
- Multiple smaller crash/error fixes

Thanks to @lightglitch on GitHub for implementing the schedule calendar mode!
This commit is contained in:
Jagandeep Brar
2020-08-16 14:01:11 -05:00
committed by GitHub
parent 0236ba70eb
commit 291db7321f
61 changed files with 528 additions and 139 deletions

View File

@@ -1,3 +1,4 @@
import 'package:flutter/material.dart';
import 'package:lunasea/core.dart';
class NZBGetConstants {
@@ -10,5 +11,6 @@ class NZBGetConstants {
'desc': 'Manage Usenet Downloads',
'icon': CustomIcons.nzbget,
'route': '/nzbget',
'color': Color(0xFF42D535),
};
}