Releases: ThexXTURBOXx/catcher_2
Releases · ThexXTURBOXx/catcher_2
2.0.2: Logging fix
2.0.2
- Fix logger after
updateConfig
(#39)
2.0.1: Update dependencies
2.0.1
- Allow
device_info_plus
versions11.x
- Fix example on Android (build with JDK 21 failed)
2.0.0: Big small changes
2.0.0
- Bump to next stable version
- Improve logging (#37)
2.0.0-alpha.2: Flutter 3.24.0
2.0.0-alpha.2
- Fix analyser issues for Flutter
3.24.0
- Update
fluttertoast
requirement to8.2.6
2.0.0-alpha.1: Theme colours
2.0.0-alpha.1
- Apply proper colours from App theme (#31)
2.0.0-alpha.0: New Slack API
2.0.0-alpha.0
- [BREAKING_CHANGE] Migrate Slack screenshot API calls to
files.*UploadExternal
(you now need to specify also achannelId
in theSlackHandler
for that!) - [BREAKING_CHANGE] Migrate screenshots to
cross_file
'sXFile
s - [BREAKING_CHANGE] Migrate away from Android
namespace
workaround (removes support for ancient AGP versions) - [BREAKING_CHANGE] Fix error catching on Web (was also improved thanks to @mikeesouth in #32)
- Added more parameters to
SentryHandler
(Thanks to @mikeesouth in #32) - Better example structure
- Update
flutter_lints
to4.x
- Rebase on upstream
1.2.6: Update packages
1.2.6
- Allow
package_info_plus
versions8.x
- Remove direct dependency on
device_info_plus_platform_interface
(why was this there anyway?)
1.2.5: Update packages
1.2.5
- Allow
package_info_plus
versions7.x
1.2.4: Update packages
1.2.4
- Allow
package_info_plus
versions6.x
(Thanks to @bartektartanus in #28) - Allow
device_info_plus
versions10.x
1.2.3: FileHandler fixes
1.2.3
- Fix
FileHandler
and optimize it