Skip to content

Commit efe1b1f

Browse files
committed
Bumped v1.0.3 in README docs
1 parent 7d092af commit efe1b1f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ The App is completely portable meaning you don't have to go through an installat
7373
and it can be copied from system to system seamlessly without any dependencies or extra files needed. **Recommended**
7474
- Terminal: Simply download the binary and run it:
7575
```bash
76-
curl -L https://github.com/SlapBot/powir/releases/download/v1.0.2/powir.1.0.2.exe --output powir.exe
76+
curl -L https://github.com/SlapBot/powir/releases/download/v1.0.3/powir.1.0.3.exe --output powir.exe
7777
./powir
7878
```
7979
- Double Click: Again [download](#desktop-app-main-mode) the binary and run it but please read this [note](#browser-and-windows-defender-warnings)
8080

81-
- [Browser Window (Lite Mode)](#browser-window-lite-mode): Installation requires few pre-requisites (node & npm) and firing a command from the command prompt which opens up a tab in your default browser serving file via local server. Actions (Export PDF, JSON) are missing in the lite mode.
81+
- [Browser Window (Lite Mode)](#browser-window-lite-mode): Installation requires few pre-requisites (node & npm) and firing a command from the command prompt which opens up a tab in your default browser serving file via a local server. Actions (Export PDF, JSON) are missing in the lite mode.
8282

8383
## Features
8484
![](demos/processed-screenshots/about.png)
@@ -130,17 +130,17 @@ and it can be copied from system to system seamlessly without any dependencies o
130130
### Desktop App (Main Mode)
131131

132132
- Simply go to [Releases](https://github.com/SlapBot/powir/releases) and pick the latest version to download.
133-
- Download Current Latest Version (Powir v1): [Github](https://github.com/SlapBot/powir/releases/latest/download/powir.1.0.2.exe) or [GDrive](https://drive.google.com/drive/folders/1ntEjEenEzZXMP8L_nXNoHnIFqNSLpwD9): **Please take a note below before downloading the app**
133+
- Download Current Latest Version (Powir v1): [Github](https://github.com/SlapBot/powir/releases/latest/download/powir.1.0.3.exe) or [GDrive](https://drive.google.com/drive/folders/1ntEjEenEzZXMP8L_nXNoHnIFqNSLpwD9): **Please take a note below before downloading the app**
134134

135135
#### Browser And Windows Defender Warnings
136136

137137
<strong>Note: </strong>
138138
Since the application isn't code signed yet ([because all of the certificates require annual fee payment regardless of whether you're non-profit or open-source](https://stackoverflow.com/questions/1177552/code-signing-certificate-for-open-source-projects)). Please refer to the issue: [#1](https://github.com/SlapBot/powir/issues/1), Both (Browser & Windows Defender will raise warnings suggesting that app is not protected).
139139

140140
This doesn't mean that application
141-
is inherently unsafe <strong>infact entire source code is open</strong> and you can build your own distribution following [Build](#build) section but its due to the paperwork and money involved in getting the certificates to sign the applications [which can cost as much as $699 a year or more](https://stackoverflow.com/a/58559506/6303162).
141+
is inherently unsafe <strong>in fact entire source code is open</strong>, and you can build your own distribution following [Build](#build) section but its due to the paperwork and money involved in getting the certificates to sign the applications [which can cost as much as $699 a year or more](https://stackoverflow.com/a/58559506/6303162).
142142

143-
If you're someone who has an experience around self signing certificates with Windows based builds which result in bypassing these warnings, kindly reply in the given thread [#1](https://github.com/SlapBot/powir/issues/1) :)
143+
If you are someone who has an experience around self signing certificates with Windows based builds which result in bypassing these warnings, kindly reply in the given thread [#1](https://github.com/SlapBot/powir/issues/1) :)
144144

145145
#### Solution
146146

@@ -153,7 +153,7 @@ For now the solution is to simply ignore the warnings as shown below and always
153153

154154
### Browser Window (Lite Mode)
155155

156-
Open up the terminal (for non-developers: thats Command Promopt [cmd.exe]) and follow these instructions:
156+
Open up the terminal (for non-developers: that is Command Prompt [cmd.exe]) and follow these instructions:
157157

158158
#### Only one time setup
159159

@@ -197,7 +197,7 @@ Powir runs as an electron app (chromium web engine embedded) while using React t
197197

198198
<strong>Does it share my data anywhere?</strong>
199199

200-
No, Powir will never share your data anywhere outside your local system, the entire source code of the app is online for anyone to check. Infact, it never makes any request to a server since there is none. Its simply a client sided app.
200+
No, Powir will never share your data anywhere outside your local system, the entire source code of the app is online for anyone to check. In fact, it never makes any request to a server since there is none. Its simply a client sided app.
201201

202202
<hr>
203203

0 commit comments

Comments
 (0)