# Changelogs

## Version: 6.0.4

> 20 October 2025
>
> ```
> - Compatible with Flutter latest version 3.35.6
> - Fixed Google Play 16 KB requirement issue
> ```

> Changed Files (Admin)
>
> ```
> - pubspec.yaml
> - lib/components/category_dropdown.dart
> - lib/components/content_type_dropdown.dart
> - lib/components/radio_options.dart
> - lib/forms/category_form/parent_category_dropdown.dart
> - lib/tabs/admin_tabs/app_settings/category_tile_layout_dropdown.dart
> - lib/tabs/admin_tabs/app_settings/post_details_layout_dropdown.dart
> ```

> Changed Files (App)
>
> <pre><code>- android/app/build.gradle
> - android/gradle/wrapper/gradle-wrapper.properties
> - android/settings.gradle
> <strong>- pubspec.yaml
> </strong><strong>- ios/Podfile (iOS only)
> </strong></code></pre>

## Version: 6.0.3

> 20 May 2025
>
> ```
> - Compatible with Flutter latest version 3.29.x
> ```

> Changed Files (Admin)
>
> <pre><code>- lib/app.dart
> - lib/mixins/user_mixin.dart
> <strong>- lib/pages/login.dart
> </strong>- lib/pages/verify.dart
> - lib/tabs/admin_tabs/dashboard/dashboard_purchases.dart
> - lib/utils/custom_cache_image.dart
> - pubspec.yaml
> </code></pre>

> Changed Files (App)
>
> <pre><code>- android/app/build.gradle
> - android/gradle/wrapper/gradle-wrapper.properties
> - android/settings.gradle
> - lib/components/article_tiles/featured_tile.dart
> - lib/iAP/iap_screen.dart
> - lib/screens/article_details/layouts/video_details_view.dart
> - lib/screens/article_details/post_share_button.dart
> - lib/screens/auth/social_logins.dart
> - lib/screens/home/home_bottom_bar.dart
> - lib/screens/notifications/clear_notifications_dialog.dart
> <strong>- lib/screens/notifications/notification_dialog.dart
> </strong>- lib/screens/notifications/notification_permisson_dialog.dart
> - lib/services/app_service.dart
> - lib/services/audio_service.dart
> - lib/utils/disable_user_dialog.dart
> - lib/utils/logout_dialog.dart
> <strong>- pubspec.yaml
> </strong></code></pre>

## Version: 6.0.2

> 20 November 2024
>
> ```
> - Compatible with flutter latest version 3.24.x
> - Fix: Video player issues with youtube [app]
> ```

> Changed Files (App)
>
> ```
> - pubspec.yaml
> - android/settings.gradle
> - lib/services/auth_service.dart
> - lib/screens/auth/phone_auth/phone_login.dart
> - lib/components/video_player_widget.dart
> - ios/Runner/Info.plist [ios]
> ```

## Version: 6.0.1

> 22 August 2024
>
> ```
> - Logins options are removed from welcome screen [app]
> - New comment tile [app]
> - Fixed notifcation issues on posts [admin]
> - Compatible with Flutter latest version 3.24.x
> ```

> Changed Files (Admin)
>
> ```
> - lib/main.dart
> - lib/mixins/appbar_mixin.dart
> - lib/pages/login.dart
> - lib/pages/splash.dart
> - lib/pages/verify.dart
> - lib/services/notification_service.dart
> - lib/tabs/admin_tabs/articles/sort_articles_button.dart
> - pubspec.yaml
> ```

> Changed Files (App)
>
> ```
> - lib/core/home.dart
> - lib/screens/auth/login.dart
> - lib/screens/auth/sign_up.dart
> - lib/screens/auth/social_logins.dart
> - lib/screens/comments/comment_tile.dart
> - lib/screens/comments/comments.dart
> - lib/screens/home/home_bottom_bar.dart
> - lib/screens/welcome.dart
> - lib/services/notification_service.dart
> - lib/theme/text_themes.dart
> - pubspec.yaml
> - A new translation key is added named 'welcome-intro' in the assets/translations files
> ```

## Version: 6.0.0

New Improved version of NewsHour. This version won't support the previous versions. Supports for the earlier versions are ended with this. We had to change the data structure for new features and enhancements.

[<mark style="color:purple;">Migrate to V6.0</mark>](https://doc.newshour.mrb-lab.com/updates/19.-migrate-to-v6.0)

> 27 July 2024
>
> ```
> - New and improved UI, tons of new features and lots of customization ability
> - New responsive admin dashboard and individual author dashboard.
> - Inline Native Ads, Customizable Inline Custom Ads, Audio articles support with Soundcloud.
> - Subscriptions with In-App Purchases and more....
> ```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.newshour.mrb-lab.com/changelogs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
