diff --git a/CHANGELOG.md b/CHANGELOG.md
index daa4bf2d6..4b864756b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## [next]
+## 4.8.5
* **MINOR BREAKING** Renamed `NavigationPaneThemeData.standard` to `NavigationPaneThemeData.fromResources`, and removed the `backgroundColor` and `inactiveColor` properties ([#1008](https://github.com/bdlukaa/fluent_ui/issues/1008))
* fix: Adjust `Slider` animation ([#1006](https://github.com/bdlukaa/fluent_ui/issues/1006))
@@ -10,7 +10,7 @@
## 4.8.3
-* fix: Offer a more clear exception info in `PaneItemExpander` ([#990]https://github.com/bdlukaa/fluent_ui/pull/990)
+* fix: Offer a more clear exception info in `PaneItemExpander` ([#990](https://github.com/bdlukaa/fluent_ui/pull/990))
* fix: `ScaffoldPage.padding` is correctly applied ([#986](https://github.com/bdlukaa/fluent_ui/issues/986))
* fix: `SliderThemeData.labelForegroundColor` is correctly applied ([#1000](https://github.com/bdlukaa/fluent_ui/issues/1000))
* feat: `NavigationView.onDisplayModeChanged` ([#998](https://github.com/bdlukaa/fluent_ui/issues/998))
diff --git a/README.md b/README.md
index 3ab93d2ab..f1290b2e3 100644
--- a/README.md
+++ b/README.md
@@ -10,13 +10,16 @@
-
-
+
+
@@ -42,7 +45,7 @@
### Content
-- [Motivation](#motivation)
+- [Motivation and ](#motivation-and-maintenance)
- [Installation](#installation)
- [Badge](#badge)
- [Accent color](#accent-color)
@@ -51,16 +54,26 @@
- [Contributing new localizations](#contributing-new-localizations)
- [Acknowledgements](#acknowledgements)
-## Motivation
+## Motivation and maintenance
Since Flutter has stable Windows support, it's necessary to have support to its UI guidelines to build apps with fidelity, the same way it has support for Material and Cupertino.
See [this](https://github.com/flutter/flutter/issues/46481) for more info on the offical fluent ui support
See also:
- * [Material UI for Flutter](https://flutter.dev/docs/development/ui/widgets/material)
- * [Cupertino UI for Flutter](https://flutter.dev/docs/development/ui/widgets/cupertino)
- * [MacOS UI for Flutter](https://github.com/GroovinChip/macos_ui)
+- [Material UI for Flutter](https://flutter.dev/docs/development/ui/widgets/material)
+- [Cupertino UI for Flutter](https://flutter.dev/docs/development/ui/widgets/cupertino)
+- [MacOS UI for Flutter](https://github.com/GroovinChip/macos_ui)
+
+---
+
+This is an open-source package, which means that anyone can contribute to it. However, I, [bdlukaa](https://github.com/bdlukaa), am the only one actively maintaining it, so it may take some time to review and merge pull requests. If you want to support the project, you can [become a patron](https://www.patreon.com/bdlukaa):
+
+
## Installation
@@ -99,13 +112,12 @@ Add the following code to your `README.md` or to your website:
+ />
```
---
-
### Accent color
Common controls use an accent color to convey state information. [Learn more](https://docs.microsoft.com/en-us/windows/uwp/design/style/color#accent-color).
diff --git a/pubspec.yaml b/pubspec.yaml
index 61baa5f95..ad33301d0 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
name: fluent_ui
description: Implements Windows UI in Flutter. Based on the official documentation
-version: 4.8.4
+version: 4.8.5
homepage: https://bdlukaa.github.io/fluent_ui/#/
repository: https://github.com/bdlukaa/fluent_ui
issue_tracker: https://github.com/bdlukaa/fluent_ui/issues