-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f4d8ac
commit 0775438
Showing
3 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## v0.1.0 (2022-05-24) | ||
|
||
### Feat | ||
|
||
- **pre-commit**: ensure no commits are made directly to master branch | ||
- **pre-commit**: ensure no commits are made directly to master branch | ||
- **eslint**: add eslint configuration to project | ||
- **vscode**: include recommended vscode extensions and settings | ||
- **convert**: allow users ability to convert a webpage to bionic reading | ||
- **background**: implement loading selected text as a bionic | ||
- **bionic-reading-api**: new function created `autoRequestBionic()` | ||
- **background**: implement loading selected text as a bionic in a new tab | ||
- **background**: implement loading selected text as a bionic in a new tab | ||
- **options**: change button to reflect users current settings | ||
- **git**: add `.gitignore` and pre-commit hooks | ||
- **response**: create response html page for displaying user requests | ||
- **bionic-reading-api**: implementing core functionality for extension | ||
|
||
### Refactor | ||
|
||
- **axios**: remove external axios depedency files | ||
|
||
### Fix | ||
|
||
- **options**: stop preview text being requested on page load | ||
- **options**: stop preview text being requested on page load |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters