From 351d7b230236cf0e6727cf7f3f46543c9dcf17fb Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Tue, 26 Sep 2023 20:56:37 +0200 Subject: [PATCH] Fix other things as well --- CHANGELOG.md | 18 ++++++++++-------- platform_support.md | 6 +++--- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d248c50..19e716bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ -## 0.8.0 -* [BREAKING_CHANGE] Update to `dio` 5.x. This has an effect on the `HttpHandler`. -* [BREAKING_CHANGE] Update to `sentry` 7.x. Only SDK `>=2.17.0` is supported now. -* Fix compatibility with Flutter 3.10+. -* Fix wrong stack trace being sent to Sentry. -* Fix a few typos in the README. -* Update package dependencies. -* Update example dependencies. +## 1.0.0-alpha.0 +* [BREAKING_CHANGE] Rebrand to `catcher_2` +* [BREAKING_CHANGE] Update to `dio` 5.x. This has an effect on the `HttpHandler` +* [BREAKING_CHANGE] Update to `sentry` 7.x. Only SDK `>=2.17.0` is supported now +* Fix compatibility with newer versions of Flutter +* Fix wrong stack trace being sent to Sentry +* Fix a few typos in the README +* Fix many other errors as well +* Update package dependencies +* Update example dependencies ## 0.7.0 * [BREAKING_CHANGE] Update to Flutter 3 by Nico Mexis (https://github.com/ThexXTURBOXx). diff --git a/platform_support.md b/platform_support.md index b4f8cfa6..642fd961 100644 --- a/platform_support.md +++ b/platform_support.md @@ -1,10 +1,10 @@ ## Platform support -Catcher supports all platforms available in Flutter: -* Mobile: Android & iOS +Catcher 2 supports all platforms available in Flutter: +* Mobile: Android, iOS * Web * Desktop: Linux, Windows, MacOS -Some features available in Android/iOS won't be available in other platforms due to no support of dependencies used by Catcher. This may change in the future, but right now some features are disabled in Web/Desktop platforms. +Some features available in Android/iOS won't be available in other platforms due to no support of dependencies used by Catcher 2. This may change in the future, but right now some features are disabled in Web/Desktop platforms. Check table below to see which features are enabled in Platforms: | Feature | Android | iOS | Web | Linux | Windows | MacOS |