-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Showing
3 changed files
with
15 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
# Intercept Redirect | ||
|
||
## 1.4.0 | ||
## v1.5.0 - 2018-04-24 | ||
- `disq.us` adds some extraneous data to the url, we need to strip it | ||
- Add dates and `v` to changelog | ||
|
||
## v1.4.0 - 2018-04-24 | ||
- Add `disq.us` | ||
|
||
## 1.3.0 | ||
## v1.3.0 - 2018-04-23 | ||
- Add `news.url.google.com` | ||
|
||
## 1.2.0 | ||
## v1.2.0 - 2018-04-22 | ||
- Reorganize list of sites so each site is listed once | ||
- Add gitignore | ||
|
||
## 1.1.0 | ||
## v1.1.0 - 2018-03-22 | ||
- Add plus.url.google.com | ||
- Update CHANGELOG format | ||
|
||
## 1.0.0 | ||
## v1.0.0 - 2018-03-13 | ||
- Initial Release |
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 |
---|---|---|
|
@@ -21,5 +21,5 @@ | |
"https://vk.com/", | ||
"https://www.youtube.com/" | ||
], | ||
"version": "1.4.0" | ||
"version": "1.5.0" | ||
} |