Skip to content

Releases: ThexXTURBOXx/catcher_2

2.0.2: Logging fix

18 Nov 21:07
cac206e
Compare
Choose a tag to compare

2.0.2

  • Fix logger after updateConfig (#39)

2.0.1: Update dependencies

10 Oct 10:02
efc9aa9
Compare
Choose a tag to compare

2.0.1

  • Allow device_info_plus versions 11.x
  • Fix example on Android (build with JDK 21 failed)

2.0.0: Big small changes

02 Sep 14:44
1e3becf
Compare
Choose a tag to compare

2.0.0

  • Bump to next stable version
  • Improve logging (#37)

2.0.0-alpha.2: Flutter 3.24.0

10 Aug 15:54
e1314bb
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.2

  • Fix analyser issues for Flutter 3.24.0
  • Update fluttertoast requirement to 8.2.6

2.0.0-alpha.1: Theme colours

30 Jul 12:12
8d90b11
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.1

  • Apply proper colours from App theme (#31)

2.0.0-alpha.0: New Slack API

30 Jul 07:40
faa2450
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.0

  • [BREAKING_CHANGE] Migrate Slack screenshot API calls to files.*UploadExternal (you now need to specify also a channelId in the SlackHandler for that!)
  • [BREAKING_CHANGE] Migrate screenshots to cross_file's XFiles
  • [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 to 4.x
  • Rebase on upstream

1.2.6: Update packages

23 Apr 08:42
7388d24
Compare
Choose a tag to compare

1.2.6

  • Allow package_info_plus versions 8.x
  • Remove direct dependency on device_info_plus_platform_interface (why was this there anyway?)

1.2.5: Update packages

21 Apr 20:33
d139df8
Compare
Choose a tag to compare

1.2.5

  • Allow package_info_plus versions 7.x

1.2.4: Update packages

25 Mar 07:47
92f53f9
Compare
Choose a tag to compare

1.2.4

  • Allow package_info_plus versions 6.x (Thanks to @bartektartanus in #28)
  • Allow device_info_plus versions 10.x

1.2.3: FileHandler fixes

18 Feb 09:53
b5f0740
Compare
Choose a tag to compare

1.2.3

  • Fix FileHandler and optimize it