Skip to content

Releases: CATcher-org/CATcher

V3.3.5

01 Mar 17:24
744f893
Compare
Choose a tag to compare

The CATcher web app is at https://catcher-org.github.io/CATcher/

Changelog

  • Added browser support for the application
  • Upgraded Electron to version 9.1.0
  • Added an automatic retry to handle edge case where GitHub cannot immediately confirm existence of the newly created bug-reporting phase repository
  • Removed automatic loading of custom profiles in the desktop application
  • Added more robust checks to guard against malformed settings.json configurations

V3.3.4

18 Nov 08:39
0c4e383
Compare
Choose a tag to compare

Changelog

  • Fix pasting of images with multiple editor in a page (#505)

V3.3.3

24 Oct 14:55
ad17291
Compare
Choose a tag to compare

Changelog

  • Fix for Copy Pasting of MacOS #496
  • Fix Alt Tabbing Bug #497

V3.3.2

15 Oct 15:21
1d837fa
Compare
Choose a tag to compare

Changelog

  • Add logging (#481)
  • Relax template correctness rule (#484)
  • Prevent unnecessary caching (#482)
  • Add Conflict Model Tests (#487)
  • Add automated build for Linux and MacOS (#479)
  • Add tests for Title Component (#460)
  • Refactor session validation logic in Phase Service / AuthComponent (#472)
  • Move function getNumberOfPages into separate module (#478)

V3.3.1

27 Sep 14:53
1b04f34
Compare
Choose a tag to compare

Changelog

  • Update default profiles (#474)
  • Add hidden session Id for bug reports (#473)
  • Docs: Update usage notes for users (#471)
  • Docs: Add info on OAuth and overview (#470)

V3.3.0

16 Sep 16:23
bd608cf
Compare
Choose a tag to compare

Changelog

  • Fix ID Issue Sorting (#435)
  • Add a pre-push hook to run linter and tests (#450)
  • Setup CI checks on Windows (#448)
  • Add unit tests for LabelDropdownComponent (#446)
  • Add Logo and Icons (#454)
  • Remove username, password auth method (#449)
  • Fix Tester response Permission (#457)
  • Remove response label from tester response (#458)
  • Replace Restful fetches with Graphql fetches (#453)

V3.2.4

19 Apr 02:58
c975e5b
Compare
Choose a tag to compare
  1. Fix problem with overlapping cached requests which may cause some issues to be removed from internal state.
  2. Reset state of the solution proposed in 1 when user logs out.

V3.2.3

18 Apr 15:37
497311c
Compare
Choose a tag to compare

Changelog

  1. Fix problem with overlapping cached requests which may cause some issues to be removed from internal state.

V3.2.2

16 Mar 04:39
8b299e0
Compare
Choose a tag to compare

Changelog

  • Update session profiles.
  • Fix loading bug when input invalid session profile.

V3.2.1

04 Mar 15:05
7b9275c
Compare
Choose a tag to compare

Changelog

  • Add severity.veryLow and Remove Doc.Typo Label.
  • Issue description is now an optional field.
  • Tweak Authentication workflow.
  • Bug fixes