Skip to content

Commit

Permalink
Fix other things as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Sep 26, 2023
1 parent c73f8a1 commit 351d7b2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
6 changes: 3 additions & 3 deletions platform_support.md
Original file line number Diff line number Diff line change
@@ -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 |
Expand Down

0 comments on commit 351d7b2

Please sign in to comment.