Releases: mozilla-rally/rally
Rally Extension v0.5.2
Rally Extension v0.5.1
What's Changed
- Redirect by @thomik-corp in #288
- explicitly specify web-ext-config now that it's been renamed to cjs by @rhelmer in #284
- change offboarding URL by @rhelmer in #292
- Pass utm codes to download links by @rhelmer in #293
- Update studies.ts by @rhelmer in #298
- remove email verification requirement by @rhelmer in #299
- Remove the requirement for user email verification by @thomik-corp in #301
- Fix attribution pings by @rhelmer in #306
- set attribution in Glean.js properly by @rhelmer in #307
Full Changelog: v0.5.0-attention-stream...v0.5.1-rally-extension
Rally Extension v0.5.0
What's Changed
- Implementing account deletions by @thomik-corp in #143
- add Rally ID to advertisements and article-contents pings, fixes #151 by @rhelmer in #152
- add release docs for Attention Stream extension by @rhelmer in #154
- Fix delete user by @aaga in #150
- latest by @Carla-Moz in #168
- Add edit email 141 by @Carla-Moz in #163
- Adding google analytics and fixing linting errors. by @thomik-corp in #176
- Fixes several bugs by @thomik-corp in #179
- getting latest by @Carla-Moz in #181
- change pw flow and email account view by @Carla-Moz in #180
- added forget pw screens by @Carla-Moz in #184
- Publish attention-stream extension from CI by @rhelmer in #185
- Fix: #172 by @thomik-corp in #188
- add docs for using CI-published extension for Firefox, and manually f… by @rhelmer in #193
- bump version of attention-stream to 0.4.7 by @rhelmer in #195
- allow extension store ID to be specified separately from study ID by @rhelmer in #189
- mobile account nav by @Carla-Moz in #186
- fix issue #192 - build Chrome and Firefox extensions in CI by @rhelmer in #196
- handle already-registered and unregistering page-ads content script by @rhelmer in #210
- Fixes: #177 by @thomik-corp in #212
- v0.4.8 release branch by @rhelmer in #211
- Filter out expired, paused and browser incompatible studies. by @thomik-corp in #215
- Account settings tests 194 by @Carla-Moz in #218
- study card mobile by @Carla-Moz in #223
- correct Firefox attribution by @rhelmer in #217
- Add YouTube data to attention stream by @aaga in #222
- Include version when storing study in user document by @thomik-corp in #221
- Fixing linting and dedup study information in users row. by @thomik-corp in #231
- Add Meta Pixel data to attention stream by @aaga in #227
- bump attention-stream version, and use consistent store ID in store URLs by @rhelmer in #216
- Implement complete signup response by @thomik-corp in #236
- Add more pixels to attention stream by @aaga in #235
- Send attribution from attention stream by @rhelmer in #190
- Added logEvent to study leave, join and signed in states. by @thomik-corp in #245
- Check version in Attention Stream before sending new data by @aaga in #246
- Dispatch web-check event on document idle by @rhelmer in #250
- Make Rally SDK content script run at document_start by @aaga in #252
- Change FormData check in handlePixel by @aaga in #249
- Update build-and-publish.yaml by @rhelmer in #112
- Hide login bullets when navigating away from initial login screen by @thomik-corp in #251
- Scroll-to-top by @Carla-Moz in #241
- switch from tsx to tsnode, to avoid esbuild breakage on older npm by @rhelmer in #262
- Entering incorrect password on email login doesn't show error text #242 by @thomik-corp in #254
- fix issue #104 - add Rally flag to toolbar by @rhelmer in #256
- initial Rally QA checklist by @jepstein in #266
- Study-specific block updated on privacy policy by @jepstein in #260
- updated study cards by @Carla-Moz in #261
- pass attribution codes (if present) to onboard URL by @rhelmer in #255
- Pass attribution codes to offboarding by @rhelmer in #258
- Update Glean and remove 'tracking URL long' metric from Attention Stream by @aaga in #267
- Change name from Attention Stream to Mozilla Rally extension by @aaga in #281
- Update Study Card and study version for Attention Stream 0.5.0 by @aaga in #285
- Remove lock files by @aaga in #287
New Contributors
- @Carla-Moz made their first contribution in #168
- @jepstein made their first contribution in #266
Full Changelog: 0.4.5-attention-stream...v0.5.0-attention-stream
Attention Stream 0.4.8 release
What's Changed
- Publish attention-stream extension from CI by @rhelmer in #185
- add docs for using CI-published extension for Firefox, and manually f… by @rhelmer in #193
- bump version of attention-stream to 0.4.7 by @rhelmer in #195
- allow extension store ID to be specified separately from study ID by @rhelmer in #189
- handle already-registered and unregistering page-ads content script by @rhelmer in #210
Full Changelog: 0.4.5-attention-stream...v0.4.8-attention-stream
Attention Stream 0.4.7 release
What's Changed
Full Changelog: v0.4.6-attention-stream...v0.4.7-attention-stream
Attention Stream 0.4.6 release
What's Changed
Full Changelog: 0.4.5-attention-stream...v0.4.6-attention-stream
Attention Stream 0.4.5 release
Attention Stream 0.4.5 Playtest Preview
This contains the in-progress work from #134
Loading the extension
Firefox
Use about:debugging
-> "This Firefox" to load the rally_attention_stream-0.4.5-firefox.zip
package attached to this release with the "Load Temporary Add-on..." button.
Use the "Inspect" button to view extension logs.
Chrome
Use chrome://extensions
and enable "Developer mode". Unzip the rally_attention_stream-0.4.5-chrome.zip
into a folder, and use the "Load unpacked" button to load this as a temporary extension.
Use the "Inspect views" link to inspect logs.
Running
Enable data collection in the extension:
Browse sites and return to this page by clicking the Rally Attention Stream toolbar icon, and using the "Download" button to retrieve data collected.
This extension collects and will offer to download 3 different datasets:
- user journey (NOTE: this is collected when a page visit ends, i.e. tab is closed or URL navigated away)
- metadata about advertisements on the "destination domains" allowlist
- full article contents for pages on the on the "destination domains" allowlist (NOTE: this is subject to the Mozilla Readability library being able to parse the page)
See the full list of data collected here: https://github.com/mozilla-rally/rally/blob/port-beyond-the-paywall-measurements/extensions/attention-stream/docs/metrics.md#metrics
Attention Stream 0.4.4 release
What's Changed
Full Changelog: v0.4.3-attention-stream...v0.4.4-attention-stream
Attention Stream 0.4.3 release
What's Changed
- Add public key & move to manifest v3 by @knowtheory in #77
New Contributors
- @relud made their first contribution in #47
- @knowtheory made their first contribution in #77
Full Changelog: v0.0.1-attention-stream-test...v0.4.3-attention-stream