Skip to content

Commit

Permalink
1.9.3 released
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Sep 14, 2016
1 parent 464e5e1 commit 2c165ee
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v1.9.3 (15 September 2016)
+ command line arguments
+ output debug strings on error
- updated PPAPI to 23.0.0.162
- updated to the latest sdk
- fixed localization

v1.9.2 (16 Juny 2016)
- removed update checking when Chromium is running (issue #16)
- fixed working under proxy (issue #17)
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Small and very fast portable launcher and updater for Chromium.
To set as default internet browser run SetDefaultBrowser.bat (as admin).
```

### Command line:
```
/f - forced update checking
/q - no error messages visible (quiet)
```
#### Supported browser
- Launcher - Chromium and their clones (like Google Chrome, Yandex Browser and other legitimate trojans!).
- Updater - Chromium only.
Expand Down
7 changes: 7 additions & 0 deletions bin/History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v1.9.3 (15 September 2016)
+ command line arguments
+ output debug strings on error
- updated PPAPI to 23.0.0.162
- updated to the latest sdk
- fixed localization

v1.9.2 (16 Juny 2016)
- removed update checking when Chromium is running (issue #16)
- fixed working under proxy (issue #17)
Expand Down
4 changes: 4 additions & 0 deletions bin/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ chrlauncher
Small and very fast portable launcher and updater for Chromium.
To set as default internet browser run SetDefaultBrowser.bat (as admin).

Command line:
/f - forced update checking
/q - no error messages visible (quiet)

Supported browser:
- Launcher - Chromium and their clones (like Google Chrome, Yandex Browser and other legitimate trojans!).
- Updater - Chromium only.
Expand Down
Binary file modified src/main.cpp
Binary file not shown.
Binary file modified src/main.h
Binary file not shown.
Binary file modified src/resource.rc
Binary file not shown.

0 comments on commit 2c165ee

Please sign in to comment.