Changelog

3.1.0 - 2023-08-01

Changed

  • Default to first list on board if none specified before report submitted
  • Reset FeedbackForm.CurrentReport when form is opened

Fixed

  • Multiple log and screenshot attachments in report if form is opened and closed repeatedly before submitting a report

3.0.0 - 2023-06-26

Added

  • Input system support
  • Create feedback prefab from settings menu
  • Documentation, help email, and review links in settings menu

Changed

  • Move asset to Packages
  • Settings asset stored in Assets/Settings by default
  • Allow settings asset to be moved
  • Refactor form input handling
  • Update to match AeLa current code style guides
  • Move cursor visibility management to ShowHideMouse component

Fixed

  • Deprecation warning for UnityWebRequest.isHttpError and UnityWebRequest.isNetworkError in 2020.3+
  • Deprecation warning in 2021+ for Texture.Resize

2.2.0 - 2023-01-09

Added

  • Option to use Legacy screenshot capture mode.

Fixed

  • "A Native Collection has not been disposed" error.

2.1.0 - 2021-09-26

Added

  • Option to resize screenshots larger than 1080p.
  • [Editor] Warning about Trello's attachment filesize limits.

Changed

  • Capture screenshot to memory instead of local file.
  • Use attachment API to upload screenshot.

Fixed

  • All attachment uploads fail if screenshot upload fails.
  • Screenshots not captured in WebGL builds.
  • Screenshots sometimes left behind on filesystem.
  • Crash on Switch on form opened.
  • [Editor] Setup buttons on Feedback Form component don't do anything.

2.0.0 - 2021-06-02

Added

  • AeLa.EasyFeedback, AeLa.EasyFeedback.Editor, and AeLa.EasyFeedback.Demo assembly definitions
  • Toast system for sending messages to the player
  • Order field for label (priority) order in dropdown
  • Email field on default Feedback prefab
  • Button to open current feedback board in settings

Changed

  • Updated namespaces for new assemblies
  • Replaced submitting/submitted/error popup with toasts to improve submission UX
  • Configuration moved to Project Settings
  • Minor settings UI changes
  • Moved docs to DocFX

Removed

  • Dropped support for Unity 2019.3 and older

Fixed

  • Trello authentication fails due to whitespace in token
  • Form gets stuck on screen during submission

1.5.0 - 2021-02-12

Added

  • Support for multiple labels on report

Fixed

  • Minor bug fixes

1.4.1 - 2021-01-11

Fixed

  • Form doesn't open in Editor when platform is set to Android

1.4.0 - 2020-12-08

Added

  • TMP version of Feedback prefab

Fixed

  • Suppress CS0618 warnings

1.3.1 - 2020-10-08

Fixed

  • IOException in build during screenshot capture

1.3.0 - 2019-11-18

Changed

  • Moved config menu location

Removed

  • Support for Unity 2017.3 and older

Fixed

  • Submission fails with vague error when summary field removed from form
  • Support for Unity 2019+

1.2.0 - 2019-05-26

Changed

  • Moved asset to Plugins folder

Fixed

  • Slashes in board name break board dropdown menu in configuration

1.1.5 - 2018-10-12

Fixed

  • Compiler errors in 2017.2+

1.1.4 - 2018-10-06

Fixed

  • Invalid editor window errors
  • Form doesn't open on Android

1.1.3 - 2018-05-13

Fixed

  • Boards fail to load after authentication

1.1.2 - 2018-0-3-18

Changed

  • Improve Trello API request timeout handling

Fixed

  • Use editor web window for authentication in Unity 2017

1.1.1 - 2018-01-09

Fixed

  • Deprecated Unity API calls in 2017.3

1.1.0 - 2017-11-26

Added

  • Markdown formatting helper

1.0.5 - 2017-11-12

Fixed

  • Use correct screenshot API for Unity 2017+

1.0.4 - 2017-09-26

Fixed

  • "Get Trello API Token" button sometimes focuses Unity Cloud Services window

1.0.3 - 2017-08-06

Fixed

  • Screenshots not captured on iOS

1.0.2 - 2017-07-14

Fixed

  • Trello authentication sometimes fails

1.0.1 - 2017-05-15

Added

  • Documentation PDF
  • Demo scene

Changed

  • Minor semantic changes

1.0.0 - 2017-04-28

  • Initial release! 🎉
Back to top Generated by DocFX