Skip to content

Commit

Permalink
chore(release): 2.1.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# 2.1.0-beta.1 (2021-12-30)

### Bug Fixes

* **outlook.com:** fix positioning of underlines on outlook.com ([cdbff91](cdbff91)), closes [#134](#134)
* correctly trigger warnings when matched text is on separate lines ([857847b](857847b))
* ensure that "we believe" is highlighted as a warning ([0797b29](0797b29))
* ensure that "we feel" is highlighted as a warning ([a1cf47b](a1cf47b))
* fix issue with line breaks not triggering warning detection in outlook.live.com ([b22f8bf](b22f8bf))
* fix issue with warnings not appearing for first line of email text ([2b93a40](2b93a40)), closes [#117](#117)
* fix leaky divs ([836f1f1](836f1f1))
* fixing increase in checkForWarnings function call ([765260a](765260a))
* highlighting issues on outlook and gmail 117 ([ece2480](ece2480))
* keyword '!!!' was not working with plugin ([3c28f94](3c28f94))
* loosen rules for just 'does that make sense' ([da95bf0](da95bf0))
* outlook doesn't id its contenteditable divs ([aa0f1cc](aa0f1cc))
* remove boundary conditions on regex for !!! ([514b932](514b932))
* remove extra space after sentence ([1046cbd](1046cbd))
* reset wait time back to originaly value of 500 ([6e811e6](6e811e6))
* support contenteditable divs with no id ([a7b9cbc](a7b9cbc))
* support multiline phrase highlighting ([3d7281c](3d7281c))
* use correct textContent method on html node element and remove extraneous set state call ([6aa8515](6aa8515))
* warning not clearing after keyword is deleted ([f55290d](f55290d))
* wrong state key being used ([f77c733](f77c733))
* **performance:** changes to improve performance ([bca3ac9](bca3ac9))
* **warnings:** fix issue with highlights not showing up in certain cases ([0ee2810](0ee2810)), closes [#117](#117)

### Features

* add support for outlook.live.com ([2de1661](2de1661)), closes [#102](#102)
* add white border to warning tooltip for better visibility ([85bab84](85bab84))
* display list of warnings in options dialog ([c6cbe22](c6cbe22)), closes [#57](#57)
* provide feedback about changes when extension is updated ([672af8d](672af8d))
* use notifications instead of opening a new tab to alert users of updates ([c7ef536](c7ef536))
* **options:** generate options dialog using a template ([6c191b7](6c191b7))

### Performance Improvements

* change calc time from 500 to 1 ([2f0f2cf](2f0f2cf))

### Reverts

* **phrases:** revert looser rules on phrase highlighting ([2db3676](2db3676))
  • Loading branch information
semantic-release-bot committed Dec 30, 2021
1 parent d9c8a5f commit 69b17b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"name": "Just Not Sorry -- the Chrome extension",
"short_name": "JustNotSorry",
"author": "Steve Brudz, Manish Kakwani, Tami Reiss, and Eric Tillberg of Def Method",
"version": "2.0.0.14",
"version_name": "2.0.0-beta.14",
"version": "2.1.0.1",
"version_name": "2.1.0-beta.1",
"description": "A Chrome extension that warns you when you write emails using words which undermine your message",
"icons": {
"16": "img/JustNotSorry-16.png",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "just-not-sorry",
"description": "Chrome extension that warns you when you write emails using words which undermine your message",
"version": "2.0.0-beta.14",
"version": "2.1.0-beta.1",
"author": "Steve Brudz, Manish Kakwani, Tami Reiss, and Eric Tillberg of Def Method",
"license": "MIT",
"repository": "git@github.com:defmethodinc/just-not-sorry.git",
Expand Down

0 comments on commit 69b17b2

Please sign in to comment.