diff --git a/lib/constants/app_info.dart b/lib/constants/app_info.dart index b57c894b..94e71f92 100644 --- a/lib/constants/app_info.dart +++ b/lib/constants/app_info.dart @@ -3,24 +3,24 @@ import 'package:flutter/foundation.dart'; /// App version and info constants /// Update version here only - all other files will reference this class AppInfo { - static const String version = '3.8.8'; - static const String buildNumber = '114'; + static const String version = '3.9.0'; + static const String buildNumber = '115'; static const String fullVersion = '$version+$buildNumber'; /// Shows "Internal" in debug builds, actual version in release. static String get displayVersion => kDebugMode ? 'Internal' : version; - - + static const String appName = 'SpotiFLAC'; static const String copyright = '© 2026 SpotiFLAC'; - + static const String mobileAuthor = 'zarzet'; static const String originalAuthor = 'afkarxyz'; - + static const String githubRepo = 'zarzet/SpotiFLAC-Mobile'; static const String githubUrl = 'https://github.com/$githubRepo'; - static const String originalGithubUrl = 'https://github.com/afkarxyz/SpotiFLAC'; - + static const String originalGithubUrl = + 'https://github.com/afkarxyz/SpotiFLAC'; + static const String kofiUrl = 'https://ko-fi.com/zarzet'; static const String githubSponsorsUrl = 'https://github.com/sponsors/zarzet/'; } diff --git a/lib/screens/settings/about_page.dart b/lib/screens/settings/about_page.dart index 1ed5ce43..14cdef2b 100644 --- a/lib/screens/settings/about_page.dart +++ b/lib/screens/settings/about_page.dart @@ -511,6 +511,30 @@ class _TranslatorsSection extends StatelessWidget { language: 'Japanese', flag: '🇯🇵', ), + _Translator( + name: 'unkn0wn', + crowdinUsername: 'rdclvi', + language: 'Indonesian', + flag: '🇮🇩', + ), + _Translator( + name: 'lunching1272', + crowdinUsername: 'lunching1272', + language: 'Chinese Simplified', + flag: '🇨🇳', + ), + _Translator( + name: 'Сергей Ильченко', + crowdinUsername: 'Sega_Mostky', + language: 'Russian', + flag: '🇷🇺', + ), + _Translator( + name: 'Girl-lass', + crowdinUsername: 'Girl-lass', + language: 'Chinese Simplified', + flag: '🇨🇳', + ), _Translator( name: 'Kaan', crowdinUsername: 'glai', diff --git a/pubspec.yaml b/pubspec.yaml index 0d962edc..2bbf902a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: spotiflac_android description: Download Spotify tracks in FLAC from Tidal, Qobuz & Deezer publish_to: "none" -version: 3.8.8+114 +version: 3.9.0+115 environment: sdk: ^3.10.0