Releases: tattle-made/Uli
Releases · tattle-made/Uli
Development Build : v0.1.6
Features
- browser-extension: initialize testing framework (dennyabrain)
- browser-extension: add IDs to dom elements to assist testing (dennyabrain)
- browser-extension: show 'eye' icon when apt. closes #97 (dennyabrain)
- browser-extension: support encrypted s3 (dennyabrain)
- browser-extension: wip e2e testing setup (dennyabrain)
- browser-extension: hide close button for tweet-controls (dennyabrain)
- browser-extension: store encrypted email (dennyabrain)
- browser-extension: encryption dependencies (dennyabrain)
- actions: add ci/cd for uli-server (dennyabrain)
- browser-extension: add /predict endpoint (dennyabrain)
- browser-extension: route /predict via api-server (dennyabrain)
- browser-extension: enable ML on frontend (dennyabrain)
- added code for studying classifier performance #153 (Bhargav Dave)
Bug Fixes
- style ogbv cover (dennyabrain)
- remove ml label (dennyabrain)
- ogbv-ml-rest: change model url (dennyabrain)
- ogbv-ml-rest: update model in config (dennyabrain)
- browser-extension: dir path in precommit (dennyabrain)
- browser-extension: open preferences by default. closes #100 (dennyabrain)
- browser-extension: choose default system font. closes #143 (dennyabrain)
- browser-extension: sanititize debug page (dennyabrain)
- browser-extension: add tamil for settings (dennyabrain)
- browser-extension: set Preference as default (dennyabrain)
- browser-extension: handle empty email (dennyabrain)
Chores
- browser-extension: cleanup (dennyabrain)
- browser-extension: refactor db models (dennyabrain)
- browser-extension: refactor middleware and remove unessential endpoints (dennyabrain)
- browser-extension: cleanup (dennyabrain)
- browser-extension: remove custom font import (dennyabrain)
- actions: testing ci (dennyabrain)
- browser-extension: change db name (dennyabrain)
- actions: change branch for extension pre-release (dennyabrain)
- browser-extension: increment version (dennyabrain)
- browser-extension: increment version (dennyabrain)
Commits
v0.1.2
We are happy to announce the v0.1.2 release of the plugin.
Since our last release, we have finalized a name for the Plugin - Uli.
This version of the plugin is meant for usability tests and user research within a closed group of people.
What's Changed
- Feature/ext beta by @dennyabrain in #39
- Feature/ext beta by @dennyabrain in #40
- chore : add user and allocation data for external beta testers by @dennyabrain in #41
- Feature/test by @dennyabrain in #42
- Development by @dennyabrain in #44
- Updating the Annotators development documentation by @d80ep08th in #50
- Add plugin content security policy by @duggalsu in #76
- Add audit pre-commit hooks by @duggalsu in #66
- Revert "Add audit pre-commit hooks" by @dennyabrain in #78
- Add husky hooks by @duggalsu in #79
- feat : add json payload support for rest server by @dennyabrain in #80
- Add linting by @duggalsu in #81
- Fix lint errors by @duggalsu in #82
- Add code styling by @duggalsu in #83
- Add code styling by @duggalsu in #84
- Fix audit issues in api-server by @duggalsu in #86
- feat : implement archive tweet at the tweet level by @dennyabrain in #87
- Running slur replacement in the browser using pyscript by @RishavT in #88
- Feature/website by @dennyabrain in #89
New Contributors
- @d80ep08th made their first contribution in #50
- @duggalsu made their first contribution in #76
- @RishavT made their first contribution in #88
Full Changelog: 0.0.9...0.1.2
Chrome Plugin Pre Release
This plugin has been tested on chrome and brave browser.
Installation :
Please follow the instructions here to install the plugin
Setup
- After installing the extension, you should see it in your Browser's toolbar. We recommend you "pin" it for easy access.
- Click on it, you will see an "Activate Account" button
This will create an anonymous user for you. - If everything worked correctly so far, you should be able to click on the Debug tab of the plugin.
If you see some user related data as shown in the image below, everything worked correctly.
Ensure that you can see some data in the User ID and Access Token field.
We might need this data if we're trying to debug any bugs related to your account.
4. Click on the preferences tab and fill the form and click "Save"
Recommended Usage :
- In the Preference tab, For the fields "Your Slur List" and "Friends", please make sure that if you are entering multiple slurs or friends, they are separated by a comma. So for instance if the friends' emails are "[email protected]", "[email protected]" and "[email protected]", add them to the "Friends" field as [email protected], [email protected], [email protected]. Spaces after the comma is acceptable. Separating the emails with a newline (by pressing enter) will cause the corresponding feature to not work as expected.