mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
NEW - [Accounts] Added LunaSea accounts - [Accounts] Ability to backup, restore, and delete cloud configurations - [Backups] All backups now contain all customization and configuration options in LunaSea - [Changelog] Show changelog on launch if a new version is installed - [Changelog] Use a new bottom sheet UI for the changelog - [Settings/Modules] Add an information/help button with module descriptions and links TWEAKS - [Radarr] Always show the amount of days content will be available instead of limiting it to only content in the next 30 days - [Settings] Moved "Backup & Restore" and "Logs" to "System" section - [Settings] Merged "Customization" and "Modules" sections into "Configuration" - [Settings/Sonarr] Removed the need to enable Sonarr to test the connection - [Settings/Tautulli] Removed the need to enable Tautulli to test the connection FIXES - [In App Purchases] Ensure all in app purchases are marked as "consumed" - [Flutter] Updated packages - [Logging] Updated Sentry to v4 framework to improve capturing fatal/crashing bugs - [Settings/Logs] Hide exception and stack trace buttons when an error is not available - [Settings/Resources] Updated URL endpoints - [Sonarr/History] Fixed history fetching the oldest entries, not the newest - [State] Correctly clear state when clearing LunaSea's configuration - [Tautulli/Activity] Fixed consistency of hardware transcoding indicator compared to the web UI - [UI/Divider] Fix consistency of divider width across regular and AMOLED dark theme
25 lines
717 B
Dart
25 lines
717 B
Dart
export 'core/adapters.dart';
|
|
export 'core/bottom_modal_sheet.dart';
|
|
export 'core/configuration.dart';
|
|
export 'core/constants.dart';
|
|
export 'core/database.dart';
|
|
export 'core/dialogs.dart';
|
|
export 'core/encryption.dart';
|
|
export 'core/extensions.dart';
|
|
export 'core/image_cache.dart';
|
|
export 'core/filesystem.dart';
|
|
export 'core/firebase.dart';
|
|
export 'core/in_app_purchases.dart';
|
|
export 'core/logger.dart';
|
|
export 'core/luna_ui.dart';
|
|
export 'core/module_metadata.dart';
|
|
export 'core/networking.dart';
|
|
export 'core/profile.dart';
|
|
export 'core/quick_actions.dart';
|
|
export 'core/router.dart';
|
|
export 'core/state.dart';
|
|
export 'core/theme.dart';
|
|
export 'core/types.dart';
|
|
export 'core/ui.dart';
|
|
export 'core/uuid.dart';
|