Skip to content

Commit

Permalink
Bump v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowFish085 committed Nov 12, 2024
1 parent 69f0089 commit f3874f3
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v2.0.1 (12/11/2024)

### Changes

- [Fix] Fixed popup height issue
- [Fix] Re-added add-on shortcut on Firefox

## v2.0.0 (11/11/2024)

Note: This is mostly a backend update because of code rewrite, but it contains a few minor changes listed below.

- Code rewrite + manifest v3 support.
- Removed web integration for unavailable websites and fixed web web integration for those still up.
- More accurate data displayed by search results.
- Slight changes in UI (font sizes, spacing, ...) due to rewrite.
- More notifications for important actions + all notifications are now browser notifications.


## v1.3.7 (19/03/2022)

### Changes
Expand Down
2 changes: 1 addition & 1 deletion manifest_chrome.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 3,
"version": "2.0.0",
"version": "2.0.1",
"author": "Theo Costantini",
"name": "__MSG_APP_Name__",
"description": "__MSG_APP_Description__",
Expand Down
2 changes: 1 addition & 1 deletion manifest_firefox.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 3,
"version": "2.0.0",
"version": "2.0.1",
"author": "Theo Costantini",
"name": "__MSG_APP_Name__",
"description": "__MSG_APP_Description__",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "al-search",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"description": "AniList quick search in your browser.",
"author": {
Expand Down

0 comments on commit f3874f3

Please sign in to comment.