-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix group and indie votes. Disable comment voting.
- Loading branch information
Showing
7 changed files
with
47 additions
and
39 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,22 +1,10 @@ | ||
# New release 🎉 🎉 | ||
|
||
Hotfix for V2.2.3 | ||
|
||
I did not test the version before release.... fuk, now the chrome extension store will have to wait twice as long. | ||
|
||
--- | ||
|
||
New update aims to ACTUALLY fix error when executing `atob()`. | ||
|
||
New function to vote comments. | ||
Hotfix for V2.2.5 | ||
|
||
## Changes | ||
|
||
- Resolve #4: Fails when convert base64 to string. | ||
- New feature: Up vote for comments | ||
- Small change in coloring | ||
- Fixed CORS request. | ||
- Disable up vote comments due to limited request. | ||
|
||
## Todo | ||
|
||
- [x] Automation for publishing to Chrome Store. | ||
- [ ] Show alert telling user to send email if there is some critical error. |
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 |
---|---|---|
|
@@ -19,5 +19,5 @@ | |
"@babel/core": "^7.21.8", | ||
"@babel/preset-env": "^7.21.5" | ||
}, | ||
"version": "2.2.5" | ||
"version": "2.2.6" | ||
} |
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
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
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