Skip to content

Commit

Permalink
r2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhenghao Ke committed Apr 1, 2019
1 parent 976b525 commit 969456e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This repository contains both source code of uploaded extension and screenshot b
# Release Note

## r2.0
This is a milestone! Download this extension at [Release 2.0](https://github.com/imkzh/WechatScreenshotHelper/releases/tag/r2.0).
This is a milestone! Download this extension at [Release 2.0.1](https://github.com/imkzh/WechatScreenshotHelper/releases/tag/r2.0.1).

### Improvements:
* Added support for "edit, confirm and send".
Expand All @@ -31,7 +31,7 @@ This is a milestone! Download this extension at [Release 2.0](https://github.com
# Howto

## Step 1. Download and Install Firefox Extension
Download Firefox extension file(.xpi) here: [Release 2.0](https://github.com/imkzh/WechatScreenshotHelper/releases/tag/r2.0)
Download Firefox extension file(.xpi) here: [Release 2.0.1](https://github.com/imkzh/WechatScreenshotHelper/releases/tag/r2.0.1)

Drag-and-drop the `.xpi` file you downloaded into Firefox, and select `Add` when it prompts.

Expand All @@ -46,10 +46,10 @@ clone this repository to get the backend:

### Step 2.2 Install It

When you finally decided to install WechatScreenshotHelper, `install` the backend with:
`install` the WechatScreenshotHelper backend with:

cd WechatScreenshotHelper
sudo python3 ./config.py install
python3 ./config.py install

(After enabling the backend, it will automatically start with system.)

Expand All @@ -64,7 +64,7 @@ When you finally decided to install WechatScreenshotHelper, `install` the backen

To uninstall the backend:

cd /path/to/store/the/WechatScreenshotHelper
cd /path/to/the/WechatScreenshotHelper
sudo python3 ./config.py uninstall

Remember to remove the extension from Firefox if you are not using this anymore.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "imkzh",
"homepage_url": "https://github.com/imkzh/WechatScreenshotHelper",
"name": "Wechat Screenshot Capture Helper(Ubuntu)",
"version": "2.0",
"version": "2.0.1",

"description": "Make screenshot button on tool bar functional under ubuntu.",
"icons": {
Expand Down

0 comments on commit 969456e

Please sign in to comment.