v1.1.10
๐ง Pre-release Version
๐ Release Information
Version: v1.1.10 Previous Version: v0.1.9 Build Environment: Flutter 3.27.0
๐ Changelog
โถ ๐ง clean: remove unused audio player, playlist utilities, and UI components - โฌ๏ธ Added Provider for state management in PlaylistsContent, enabling better integration with the app's architecture. - โป๏ธ Refactored navigation logic to use PopScope for handling back navigation, improving user experience when interacting with playlists. - ๐ Updated imports to include necessary dependencies for the new functionality.
These changes collectively enhance the usability and maintainability of the playlists feature, providing a smoother navigation experience for users.
feat: refactor playlist management and enhance UI components
- โฌ๏ธ Removed PlaylistWorksScreen and PlaylistsContent, streamlining the app's structure.
- ๐ Updated PlaylistsViewModel to include pagination logic, improving data handling.
- โก๏ธ Enhanced PlaylistWorksView with a new EnhancedWorkGridView for better user experience.
- โฌ๏ธ Added pagination controls to PlaylistsListView, allowing users to navigate through playlists more effectively.
These changes collectively improve the application's usability and performance by simplifying the playlist management and enhancing the user interface.
chore: update version number in pubspec.yaml to 1.1.10
- ๐งช Incremented the version number from 0.1.9+1 to 1.1.10 to reflect the latest development stage of the application.
This change ensures accurate versioning for future releases.
feat: implement playlists feature and refactor navigation
- โฌ๏ธ Added a new API service method to fetch user playlists, enhancing content accessibility.
- ๐ Updated MainScreen to replace FavoritesContent with PlaylistsContent, improving navigation structure.
- โฌ๏ธ Removed the FavoritesContent screen, streamlining the app's content management.
- ๐ Introduced PlaylistsViewModel for better state management of playlists.
These changes collectively enhance the user experience by providing direct access to playlists and simplifying the navigation flow.
feat: add FavoritesContent and update MainScreen navigation
- ๐จ Introduced a new FavoritesContent screen to display user favorites, enhancing app functionality.
- ๐ Updated MainScreen to include the FavoritesContent in the navigation, changing the initial page to favorites.
- ๐ง Adjusted the titles and total count logic to accommodate the new favorites feature, improving user experience and navigation clarity.
These changes collectively enhance the app's usability by allowing users to easily access their favorite content.
chore: update app description and version in pubspec.yaml
- ๐ Changed the app description to "asmr one third party app" for better clarity on the app's purpose.
- ๐ Updated the version number from 1.0.0+1 to 0.1.9+1 to reflect the current development stage.
These changes help in accurately representing the application and its versioning.