Skip to content

Commit cafd60a

Browse files
2.0.0 (#40)
* 2.0.0 * docs: update changelog
1 parent 236ed61 commit cafd60a

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-5
lines changed

changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [v2.0.0] - 2024-04-11
4+
5+
### Added
6+
7+
- feat: support Firefox for Android ([#38](https://github.com/Robot-Inventor/hide-view-count/pull/38))
8+
- feat: support new TweetDeck URL ([#39](https://github.com/Robot-Inventor/hide-view-count/pull/39))
9+
10+
### Fixed
11+
12+
- Performance is now more stable than ever
13+
14+
## [v1.5.0] - 2023-02-26
15+
16+
### Fixed
17+
18+
- Support for Twitter specification changes [3c45ae7](https://github.com/Robot-Inventor/hide-view-count/commit/3c45ae7b560b9c1961c92c1f9f6ff23d9ffdc7df)
19+
- Fixed a bug that hid the time displayed in the upper right corner of tweets [3c45ae7](https://github.com/Robot-Inventor/hide-view-count/commit/3c45ae7b560b9c1961c92c1f9f6ff23d9ffdc7df)
20+
321
## [v1.4.0] - 2023-01-12
422

523
### Fixed

index.user.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hide-impression",
3-
"version": "1.5.0",
3+
"version": "2.0.0",
44
"description": "Browser extension to hide the number of Twitter impressions",
55
"main": "index.js",
66
"scripts": {
@@ -35,4 +35,4 @@
3535
"webpack": "^5.91.0",
3636
"webpack-cli": "^5.1.4"
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)