Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Easy Feedback Form

Easy Feedback brings detailed player feedback and bug reporting to your Unity game directly to you! · By Noah Ratcliff

Changelog Sticky Locked

A topic by Noah Ratcliff created Feb 06, 2017 Views: 1,538 Replies: 26
This topic was locked by Noah Ratcliff Oct 10, 2018
Viewing posts 1 to 28
Developer (34 edits)

This is the official changelog for Easy Feedback.

Updates to the asset will be accompanied with a changelog in a new reply to this thread.

Current Version: 1.1.5

Developer (3 edits)

0.2.1 Changelog

  • Log all messages through Application.LogCallback
  • Log messages in order from oldest to newest
  • Fixed some missing references in Feedback prefab
  • Removed Trello API response logging from build
Developer (5 edits)

0.3.0 Changelog

Major

  • Removes Imgur API (replaced with screenshot upload to Trello)
  • Direct Trello API setup in-editor
  • Create new feedback boards in-editor
  • Select an existing feedback board in-editor

Minor

  • Set feedback key in-editor
  • Easily customizable feedback message
  • All Trello API calls are made asynchronously
  • All scripts moved out of the default namespace
Developer (2 edits)

0.3.1 Changelog

Minor

  • Refresh feedback board drop down list when a new feedback board is created
  • Hide closed boards in feedback board drop down
  • Fix IndexOutOfRangeException when user does not have any feedback boards
Developer (3 edits)

0.4.0 Changelog

Major

  • You can now include custom information with your reports!

Minor

  • Authentication window no longer reloads on refresh
  • Added white background to token page
  • Renamed root folder from WIP name
Developer

0.4.1 Changelog

Major

  • OnFormOpened, OnFormClosed and OnFormSubmitted callbacks

Minor

  • Print more descriptive error when there is no EventSystem in the scene
  • Clean up FeedbackForm script a litte
Developer (1 edit)

0.5.0 Changelog

Major

  • Made feedback form fields modular for easier customization
  • Added basic field prefabs
    • Text
    • Dropdown
    • Toggle (checkbox)
  • Add sort order to sections in report

Minor

  • Add card title field to Report.cs
  • Add card list and label fields to Report.cs
  • Changed project type to "Game asset" on itch so that the desktop client opens the asset folder instead of launching by default
  • Cleaned up WebWindow.cs a bit
Developer

0.5.1 Changelog

Major

Minor

  • Added "Log Out of Trello" button to FeedbackForm component
  • Fixed authentication issue
Developer (1 edit)

0.6.0 Changelog

Major

  • Added a "subscribe to board" checkbox to the Feedback Form component
  • Modular metadata
  • Made screenshots optional (in editor)

Minor

  • Set sort order on feedback prefab to 100
  • Fixed Trello authentication issue
  • Fixed issue with logging out of Trello
  • Refresh boards list after log out and back in
  • FormFields set sort order in report when self-registering section
Developer

0.7.0 Changelog

Major

  • Changes on form derived from lists on board
  • Big refactor of FeedbackFormEditor.cs

Minor

  • Display progress bars when making long requests to Trello in the Editor
Developer

0.7.1 Changelog

Major

  • Multiple file attachments per report

Minor

  • Debug log attached to report as text file
  • Truncate card description if it is longer than Trello character limit
Developer

0.7.2 Changelog

Major

Minor

  • Esc key closes the form
  • Form content persists if form closed but not submitted
  • Authorize via browser if Unity version is older than Unity 5
  • Removed dependency on label for report being set (bug)
  • Move Trello API info to separate asset
Developer (1 edit)

1.0.0b1 Changelog

Major

  • Include all label information with board info
  • Move board info to EasyFeedbackConfig asset
  • Move Easy Feedback configuration to Edit > Project Settings > Easy Feedback Form
  • Add option to store reports locally instead of sending them to Trello
  • Add "Reset to Defaults" option

Minor

  • Check if Trello API Token is valid before attempting to make requests
  • Set background color as white in authentication window when no color is specified
  • Retry requests to Trello if they time out (in game)
  • More detailed web request error messages in editor and player
  • Preserve report locally if Trello request fails
Developer (1 edit)

1.0.0b2 Changelog

Minor

  • Fix authentication issue on first-time setup
  • Expose config property in FeedbackForm inspector
Developer

1.0.0b3 Changelog

Minor

  • Add public Show/Hide methods in FeedbackForm.cs
  • Fix issue when refreshing boards list after removing all feedback boards
  • Display config windows with ShowUtility() instead of Show()
Developer

1.0.0b4 Changelog

Minor

  • Support for Unity 5.4+
  • Properly create utility windows
  • Fix configuration persist bug
  • Set fixed window sizes
Developer

1.0.1 Changelog

Minor

  • Added documentation PDF
  • Added demo scene
  • Semantic changes
Developer

1.0.2 Changelog

Minor

  • Fix Trello API token authentication for some platforms
Developer (2 edits)

1.0.3 Changelog

Minor

  • Fix screenshots on iOS
  • Add current version to demo scene
Developer (2 edits)

1.0.4 Changelog

Minor

  • Fix issue with "Get Trello API Token" focusing Unity cloud services windows instead of opening authentication window
Developer

1.0.5 Changelog

Minor

  • Replace Application.CaptureScreenshot with ScreenCapture.CaptureScreenshot for Unity 2017
Developer

1.1.0 Changelog

Major

  • Add Markdown formatting helper class
Developer

1.1.1 Changelog

Minor

  • Update Unity API references for Unity 2017.3
Developer

1.1.2 Changelog

Minor

  • Use in-editor web window for Trello authentication in Unity 2017
  • Improve Trello API request timeout handling
Developer

1.1.3 Changelog

  • Fixed Trello API request certificates failing to authenticate in editor
Developer (1 edit)

1.1.4 Changelog

  • Fix editor bug causing "Invalid editor window" errors. You may need to reset your editor layout in Window > Layouts to get the message to disappear in existing projects
  • Fix bug preventing form from opening on Android
Developer (1 edit)

1.1.5 Changelog

  • Fix compilation error in 2017.2+
Developer locked this topic