This repository has been archived by the owner on Apr 27, 2023. It is now read-only.
Releases: mozilla-rally/rally-core-addon
Releases · mozilla-rally/rally-core-addon
v0.9.0
v0.9.0 (2021-02-09)
- Core Add-on
- #318: Use Remote Settings for fetching study metadata.
- #328: Update demographic survey to use "Latinx"; list answers for race question 4 alphabetically.
- #334: Make Mocha stricter about unhandled exceptions in tests; fix the enable data submission option.
- 341: Update options page favicon, toolbar icon, and addon image to use the new Rally branding.
- #344: Create splash page for non-US users in the Core Add-On.
- #286: Adds a "clear this response" button to demographic survey questions.
- #349: Adds a "manage profile" page, where a user can update their demographic survey answers.
- #350: Simplify study schema for the remote settings, and make code consistent with new names.
- #361: Implements a new study card design.
- #362: Adds redirect to "sorry to see you go" page when user uninstalls Rally.
- #363: Adds an arrow flourish to the first run welcome page.
v0.8.0
v0.8.0 (2021-02-01)
- Core-Addon
- #294: Only process messages from known, installed studies. Additionally rename
ionInstalled
tostudyInstalled
. - #301: Correctly report the zip code in the demographics survey.
- #298: Disable Rally on locales other than
en-US
. The--config-disable-locale-check
build option allows overriding the check for developer workflows on other locales. - #305: Disable data submission to enable safer QA.
- #294: Only process messages from known, installed studies. Additionally rename
rally.js
- #306: Add a developer mode. When enabled it allows developer to dump the content of pings to the browser console and prevents the Rally information page to be opened if no core-addon is found.
v0.7.1
v0.7.0
v0.7.0 (2021-01-11)
Note: while versioning uses semver, even if we're making API breaking changes, we're not bumping the major version since we have not released publicly yet.
- Core-Addon
- #237: Remove reliance on the Firefox Pioner ID pref.
- Breaking change - #262: rename the org from
mozilla-ion
tomozilla-rally
. Without this change the core add-on won't be able to communicate with the test website. - #271: drop or change references to
Ion
in the codebase. This additionally changes the add-on id to[email protected]
. - Breaking change - #282: listen for messages from the Rally staging site vs. the github.io site.
- #283: Copy only the needed font files used by the core add-on; copy only the
woff2
versions. - #288 Fix a bug where studies are not displayed after the first time the option page was opened.
- #285 & #290: Update the "how it works" and "FAQ" links to point to the corresponding staging site pages.
rally.js
v0.6.1
v0.6.1 (2020-12-09)
- Added this changelog file.
- The data collected from the demographic survey is being submitted to the Rally servers.
- The full onboarding flow is now complete.