Skip to content

V3.4.3

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Sep 12:58
2a032ce

Changelog

Features / Codebase Updates

  • Abstracted code to find comments that match a template to the Template class #904
  • Added unit tests for Team Accepted Template #895
  • Improve Duplicate Issue Search in Team Response Phase #894
  • Removed lower priority check for duplicate issues #913
  • Added a link to report CATcher problems #907
  • Used coroutine parsers for Issue Templates #910
  • Uploaded multiple files on drag and drop #918
  • Integrated arcsecond parsers and remove Section #920
  • Added a timed toast to undo deleting issues #917
  • Removed assignee check API #933
  • Added filter constants to IssueService in #950
  • Standardised MAX_ITEMS_PER_PAGE in github service #946
  • Limit issue description length #956
  • Use existing label colors in github #954
  • Removed duplication of accessTokenUrl #957
  • Added video tag to uploaded videos #958
  • Branch improve table display #969
  • Clear error toast when leaving issue page #993
  • Use pagination for fetching labels #977
  • Reworked getColorOfLabel method to be more specific #974
  • Refactored code for inserting upload text #982

Fixes

  • Fixed require statements to stop deprecation warnings #981
  • Fixed #940 Deprecation - Update Codecov Action #942
  • Fixed defunct links #970
  • Fixed labels on safari #966
  • Fixed duplicate select error message #921
  • Fixed #931 Searching for issues assigned to multiple users #932
  • Fixed title component so that text and buttons are inline #962
  • Fixed new issue label dropdown position #978

Others

  • Created issue templates #899
  • Removed no-unused-variable warning #959
  • Inline documentation for GithubService #960
  • Use LTS version Node v14 instead of Node v12 as default #964