Skip to content

Commit

Permalink
Merge tag 'v1.0.1' into develop
Browse files Browse the repository at this point in the history
1.0.1
  • Loading branch information
uretgec committed Nov 12, 2022
2 parents 047c60a + 4ad8be2 commit 4eb7f46
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
27 changes: 24 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,38 @@ The "Gitd Start" button is ready for use on every screen you see.
- Microsoft Edge (Manifestv3)

## Installation
### Chrome Store/Firefox Add-Ons
### 1. Chrome Store/Firefox Add-Ons

Go to [Gitd Download Manager](https://chrome.google.com/webstore/detail/gitd-download-manager/cbnplpkljokdodpligcaolkmodfondhl) Chrome Store Page

Go to [Gitd Download Manager](https://addons.mozilla.org/en-US/firefox/addon/gitd-download-manager/) Firefox Add-Ons Page

Go to [Gitd Download Manager](https://microsoftedge.microsoft.com/addons/detail/-/-) Microsoft Edge Add-Ons Page

### Local Development
### 2. Production Build For Chrome Store / Firefox Add-on / Microsoft Edge

- Run `./build.<env>.sh <NEW_VERSION>` (./build.dev.sh 1.0.0) command after go to "build" folder.
- Go to the folder where the `README.md` file is located and run `./build.prod.sh <NEW_VERSION>` (./build.prod.sh 1.0.1) command after go to "build/prod/<NEW_VERSION>/" folder for zip files of all versions.
```
./build/prod/1.0.1/gitd-1.0.1-v2.dev.zip -> Firefox Extension - Development version - Manifest version 2
./build/prod/1.0.1/gitd-1.0.1-v2.zip -> Firefox Extension - Production Version - Manifest version 2
./build/prod/1.0.1/gitd-1.0.1-v3.dev.zip -> Chrome Store Extension - Development version - Manifest version 3
./build/prod/1.0.1/gitd-1.0.1-v3.zip -> Chrome Store Extension - Production Version - Manifest version 3
```

> Your operating system has to supports `pwd`, `cat`, `sed`, `zip`, `mkdir` Linux commands.
### 3.Local Development / Testing

- Run `./build.<env>.sh <NEW_VERSION>` (./build.dev.sh 1.0.1) command after go to "build/dev/<NEW_VERSION>/" folder for zip files of all versions.

```
./build/prod/1.0.1/gitd-1.0.1-v2.dev.zip -> Firefox Extension - Development version - Manifest version 2
./build/prod/1.0.1/gitd-1.0.1-v2.zip -> Firefox Extension - Production Version - Manifest version 2
./build/prod/1.0.1/gitd-1.0.1-v3.dev.zip -> Chrome Store Extension - Development version - Manifest version 3
./build/prod/1.0.1/gitd-1.0.1-v3.zip -> Chrome Store Extension - Production Version - Manifest version 3
```

- or install directly from browser extension page

1. Open Chrome and go to: chrome://extensions/ (same as Firefox)
2. Enable: "Developer mode"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Gitd Download Manager",
"short_name": "Gitd",
"description": "Gitd allows you to download only the files you want without having to download all of the public repository.",
"version": "1.0.0",
"version": "1.0.1",
"homepage_url": "https://github.com/git-download-manager/gitd-extension",
"permissions": [
"webNavigation"
Expand Down

0 comments on commit 4eb7f46

Please sign in to comment.