Skip to content

Commit

Permalink
1.8 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Mar 19, 2016
1 parent c67a487 commit 77b2e60
Show file tree
Hide file tree
Showing 11 changed files with 93 additions and 692 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v1.8 (19 March 2016)
+ now distributed under MIT license
+ support to download unofficial build with codecs (see chrlauncher.ini)
- updated PPAPI to 21.0.0.182

v1.7 (23 February 2016)
+ support to use portable version of PPAPI (see "FlashPlayerPath" config)
- fixed "SetDefaultBrowser" script (now used internal win7 feature to set as default browser)
Expand Down
360 changes: 20 additions & 340 deletions LICENSE

Large diffs are not rendered by default.

16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To set as default internet browser run SetDefaultBrowser.bat (as admin).
```

#### Supported browser
- Launcher - Chromium and their clones (hi Google Chrome!).
- Launcher - Chromium and their clones (like Google Chrome, Yandex Browser and other legitimate trojans!).
- Updater - Chromium only.

#### Folder structure
Expand All @@ -25,7 +25,7 @@ To set as default internet browser run SetDefaultBrowser.bat (as admin).
# See here:
# http://peter.sh/experiments/chromium-command-line-switches/
#
ChromiumCommandLine=--user-data-dir=..\profile --no-default-browser-check --allow-outdated-plugins
ChromiumCommandLine=--user-data-dir=..\profile --no-default-browser-check --allow-outdated-plugins --disable-component-update
# Chromium binaries directory:
#
Expand All @@ -46,6 +46,16 @@ FlashPlayerPath=.\plugins\pepflashplayer.dll
#
ChromiumArchitecture=0
# Type of Chromium builds:
#
# dev-official -> official development builds from continuous repository (default)
# dev-codecs-sync -> unofficial development builds with codecs from "github.com/henrypp/chromium"
# stable-codecs-sync -> unofficial stable builds with codecs from "github.com/henrypp/chromium"
# dev-codecs-nosync -> unofficial development builds with codecs and without the profile button from "github.com/henrypp/chromium"
# stable-codecs-nosync -> unofficial stable builds with codecs and without the profile button from "github.com/henrypp/chromium"
#
ChromiumType=dev-official
# Check for new Chromium version once in X days:
#
# 0 -> disable update checking
Expand All @@ -60,4 +70,4 @@ ChromiumCheckPeriodLast=0
Website: www.henrypp.org<br />
Support: [email protected]<br />
<br />
(c) 2015, 2016 Henry++
(c) 2016 Henry++
5 changes: 5 additions & 0 deletions bin/History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v1.8 (19 March 2016)
+ now distributed under MIT license
+ support to download unofficial build with codecs (see chrlauncher.ini)
- updated PPAPI to 21.0.0.182

v1.7 (23 February 2016)
+ support to use portable version of PPAPI (see "FlashPlayerPath" config)
- fixed "SetDefaultBrowser" script (now used internal win7 feature to set as default browser)
Expand Down
360 changes: 20 additions & 340 deletions bin/License.txt

Large diffs are not rendered by default.

16 changes: 13 additions & 3 deletions bin/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Small and very fast portable launcher and updater for Chromium.
To set as default internet browser run SetDefaultBrowser.bat (as admin).

Supported browser:
- Launcher - Chromium and their clones (hi Google Chrome!).
- Launcher - Chromium and their clones (like Google Chrome, Yandex Browser and other legitimate trojans!).
- Updater - Chromium only.

Folder structure:
Expand All @@ -19,7 +19,7 @@ Settings:
# See here:
# http://peter.sh/experiments/chromium-command-line-switches/
#
ChromiumCommandLine=--user-data-dir=..\profile --no-default-browser-check --allow-outdated-plugins
ChromiumCommandLine=--user-data-dir=..\profile --no-default-browser-check --allow-outdated-plugins --disable-component-update

# Chromium binaries directory:
#
Expand All @@ -40,6 +40,16 @@ FlashPlayerPath=.\plugins\pepflashplayer.dll
#
ChromiumArchitecture=0

# Type of Chromium builds:
#
# dev-official -> official development builds from continuous repository (default)
# dev-codecs-sync -> unofficial development builds with codecs from "github.com/henrypp/chromium"
# stable-codecs-sync -> unofficial stable builds with codecs from "github.com/henrypp/chromium"
# dev-codecs-nosync -> unofficial development builds with codecs and without the profile button from "github.com/henrypp/chromium"
# stable-codecs-nosync -> unofficial stable builds with codecs and without the profile button from "github.com/henrypp/chromium"
#
ChromiumType=dev-official

# Check for new Chromium version once in X days:
#
# 0 -> disable update checking
Expand All @@ -54,4 +64,4 @@ ChromiumCheckPeriodLast=0
Website: www.henrypp.org
Support: [email protected]

(c) 2015, 2016 Henry++
(c) 2016 Henry++
12 changes: 11 additions & 1 deletion bin/chrlauncher.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# See here:
# http://peter.sh/experiments/chromium-command-line-switches/
#
ChromiumCommandLine=--user-data-dir=..\profile --no-default-browser-check --allow-outdated-plugins
ChromiumCommandLine=--user-data-dir=..\profile --no-default-browser-check --allow-outdated-plugins --disable-component-update

# Chromium binaries directory:
#
Expand All @@ -26,6 +26,16 @@ FlashPlayerPath=.\plugins\pepflashplayer.dll
#
ChromiumArchitecture=0

# Type of Chromium builds:
#
# dev-official -> official development builds from continuous repository (default)
# dev-codecs-sync -> unofficial development builds with codecs from "github.com/henrypp/chromium"
# stable-codecs-sync -> unofficial stable builds with codecs from "github.com/henrypp/chromium"
# dev-codecs-nosync -> unofficial development builds with codecs and without the profile button from "github.com/henrypp/chromium"
# stable-codecs-nosync -> unofficial stable builds with codecs and without the profile button from "github.com/henrypp/chromium"
#
ChromiumType=dev-official

# Check for new Chromium version once in X days:
#
# 0 -> disable update checking
Expand Down
Binary file modified src/main.cpp
Binary file not shown.
Binary file modified src/main.h
Binary file not shown.
11 changes: 6 additions & 5 deletions src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@
#define IDS_VERSION 1003
#define IDS_DATE 1004

#define IDS_STATUS_DOWNLOAD 1006
#define IDS_STATUS_INSTALL 1007
#define IDS_STATUS_ERROR 1009
#define IDS_STATUS_CLOSEBROWSER 1010
#define IDS_STATUS_DOWNLOAD 1005
#define IDS_STATUS_INSTALL 1006
#define IDS_STATUS_ERROR 1007
#define IDS_STATUS_CLOSEBROWSER 1008
#define IDS_STATUS_NOTFOUND 1009

#define IDS_QUESTION_BUSY 1011
#define IDS_QUESTION_BUSY 1010

#endif // __RESOURCE_H__
Binary file modified src/resource.rc
Binary file not shown.

0 comments on commit 77b2e60

Please sign in to comment.