Skip to content

Commit

Permalink
Release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aceberg committed Sep 17, 2024
1 parent 1309e71 commit ff1c209
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# Change Log
All notable changes to this project will be documented in this file.

## [0.4.3] - 2024-09-16
## [0.4.3] - 2024-09-17
### Added
- Download from Firefox Add-ons: [link](https://addons.mozilla.org/en-US/firefox/addon/wormhole-proxy/)
- URL parse when adding host

## [0.4.2] - 2024-09-16
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WormholeProxy
# Wormhole Proxy

Firefox Addon - single-list proxy manager. Made to be as simple as possible for non-tech users.
Features:
Expand All @@ -7,8 +7,12 @@ Features:
- Local backup
- `Add this page` button

[Download](https://github.com/aceberg/WormholeProxy/releases/latest)
### Download

<a href="https://addons.mozilla.org/en-US/firefox/addon/wormhole-proxy/"><img src="./assets/firefox.png" height="50"></a>&nbsp;&nbsp;
<a href="https://github.com/aceberg/WormholeProxy/releases/latest"><img src="./assets/github.png" height="50"></a>

### Screenshots

Menu | Options page
:-------------------------:|:-------------------------:
Expand Down
Binary file added assets/firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"browser_specific_settings": {
"gecko": {
"strict_min_version": "91.1.0",
"id": "Wormhole-Proxy@aceberg.github.io"
"id": "WormholeProxy@aceberg.github.io"
}
},

Expand All @@ -25,7 +25,7 @@

"browser_action": {
"default_icon": "icons/wormhole0.png",
"default_title": "Wormhole-Proxy",
"default_title": "Wormhole Proxy",
"default_popup": "popup/proxy_config.html"
},

Expand Down

0 comments on commit ff1c209

Please sign in to comment.