Skip to content

Releases: timing71/chrome

v1.6.2

05 Dec 16:27

Choose a tag to compare

Remove obsolete workaround for GCLB sticky-session cookie handling.

v1.6.1

14 Jul 10:27

Choose a tag to compare

Fix transferring replay ZIP data from background to host processes.

v1.6.0

30 Jun 08:58

Choose a tag to compare

  • Further fixes to replay generation
  • Add the ability to mark past sessions as "safe from deletion" - such marked sessions will not be deleted automatically

v1.5.0

01 Jun 11:55

Choose a tag to compare

  • Fix a bug with replay generation that would cause skipped frames and inconsistent data.
  • Update to @timing71/common package v0.6.0.

v1.4.0

13 Jun 15:52

Choose a tag to compare

  • Fix bug relating to multi-session support
  • Show all relevant version numbers in menu
  • Update dependencies

v1.3.0

19 Apr 12:58

Choose a tag to compare

Add support for specifying WebSocket subprotocols (necessary to support GraphQL subscriptions).

v1.2.0

03 Nov 11:40

Choose a tag to compare

  • Add support for services using an EventSource (including fiawec.tv)
  • Fixed ability to manually delete services
  • Removed some obsolete defaults.

v1.1.0

05 Jun 10:46

Choose a tag to compare

  • Allow services to store arbitrary transient data.
    • This is intended to allow services to persist certain internal state so that it can be recovered if the service is restarted (e.g. the browser page is refreshed).
  • Support multiple sessions from one service instance.
    • This, combined with the related changes to @timing71/common, allows services to declare session changes, and keep separate sessions' data separate. Take, for example, a service that's running all day; previously you'd have one set of data with each track session that day (practices, qualifying, support races...) and no easy way to separate them out. Now, if services can detect a session change, they can store each session separately.
  • Move IndexedDB access to extension-space code. This resolves an issue where some services would not work without third-party cookies enabled in Chrome.
  • Recent sources list is now stored separately to recent sessions; this preserves the list even when recent sessions are expired.
  • Fixed a bug in file naming if the service name or description contained a slash.
  • Added button linking to the T71 Archive to the browser extension menu.

v1.0.1

16 Jan 10:33

Choose a tag to compare

Bugfix: API change on Zip file creation.

v0.4.0

28 Nov 16:17

Choose a tag to compare

  • Update dependencies.
  • Reduce replay file size by using intra-frames.
  • Add method to get list of recently used data sources.
  • Improvements to session purging logic.