Skip to content

Commit

Permalink
v1.6 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Jan 22, 2016
1 parent 58e5cab commit d40ae5c
Show file tree
Hide file tree
Showing 26 changed files with 141 additions and 6,267 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Desktop.ini
*.user
*.iobj
*.ipdb
*.ilk
*.ilk
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.6 (22 January 2016)
+ added script to set chrlauncher as default browser
- cleanup Chromium package on extract
- removed Mozilla Firefox support (because his have native autoupdater)
- minor bug fixes

v1.5 (17 December 2015)
+ added "Mozilla Firefox" support
+ added new settings
Expand Down
53 changes: 7 additions & 46 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
# chrlauncher

Small and very fast portable launcher and updater for Chromium and Mozilla Firefox.
Small and very fast portable launcher and updater for Chromium.

#### Supported browser
- Launcher - Chromium, Mozilla Firefox and their clones (hi Google Chrome!).
- Updater - Chromium, Mozilla Firefox.
- Launcher - Chromium and their clones (hi Google Chrome!).
- Updater - Chromium only.

#### Folder structure
- chromium\bin - Chromium binaries directory.
- firefox\bin - Mozilla Firefox binaries directory.

#### Command line
- /browser chromium - run Chromium
- /browser firefox - run Mozilla Firefox
- \bin - binaries directory.
- \profile - profile directory.

#### Settings
~~~
[chrlauncher]
# Set binary architecture:
# Set browser architecture:
#
# 0 -> autodetect (default)
# 64 -> 64-bit
Expand All @@ -37,13 +33,6 @@ BrowserCheckDate=0
#
BrowserCheckPeriod=1
# Select internet browser:
#
# chromium -> Chromium (default)
# firefox -> Firefox
#
BrowserName=chromium
# Command line for Chromium
#
# See here:
Expand All @@ -53,35 +42,7 @@ ChromiumCommandLine=--user-data-dir=..\profile --no-default-browser-check
# Chromium binaries directory
#
ChromiumDirectory=.\chromium\bin
# Command line for Firefox
#
# See here:
# https://developer.mozilla.org/docs/Mozilla/Command_Line_Options
#
FirefoxCommandLine=-profile "..\profile" -no-remote
# Firefox binaries directory
#
FirefoxDirectory=.\firefox\bin
# Firefox update channel
#
# release -> Release channel (default)
# esr -> ESR (Extended Support Release)
#
FirefoxChannel=release
# Localization:
#
# en-US -> english (default)
# ru -> russian
#
# See here:
# https://ftp.mozilla.org/pub/firefox/releases/latest/README.txt
#
FirefoxLocalization=en-US
ChromiumDirectory=.\bin
~~~
Website: www.henrypp.org<br />
Support: [email protected]<br />
Expand Down
6 changes: 6 additions & 0 deletions bin/History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.6 (22 January 2016)
+ added script to set chrlauncher as default browser
- cleanup Chromium package on extract
- removed Mozilla Firefox support (because his have native autoupdater)
- minor bug fixes

v1.5 (17 December 2015)
+ added "Mozilla Firefox" support
+ added new settings
Expand Down
58 changes: 11 additions & 47 deletions bin/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
chrlauncher

Small and very fast portable launcher and updater for Chromium and Mozilla Firefox.
Small and very fast portable launcher and updater for Chromium.

Set as default internet browser:
run SetDefaultBrowser.bat (as admin)

Supported browser:
- Launcher - Chromium, Mozilla Firefox and their clones (hi Google Chrome!).
- Updater - Chromium, Mozilla Firefox.
- Launcher - Chromium and their clones (hi Google Chrome!).
- Updater - Chromium only.

Folder structure:
- chromium\bin - Chromium binaries directory.
- firefox\bin - Mozilla Firefox binaries directory.

Command line:
- /browser chromium - run Chromium
- /browser firefox - run Mozilla Firefox
- \bin - binaries directory.
- \profile - profile directory.

Settings:
[chrlauncher]

# Set binary architecture:
# Set browser architecture:
#
# 0 -> autodetect (default)
# 64 -> 64-bit
Expand All @@ -36,13 +35,6 @@ BrowserCheckDate=0
#
BrowserCheckPeriod=1

# Select internet browser:
#
# chromium -> Chromium (default)
# firefox -> Firefox
#
BrowserName=chromium

# Command line for Chromium
#
# See here:
Expand All @@ -52,37 +44,9 @@ ChromiumCommandLine=--user-data-dir=..\profile --no-default-browser-check

# Chromium binaries directory
#
ChromiumDirectory=.\chromium\bin

# Command line for Firefox
#
# See here:
# https://developer.mozilla.org/docs/Mozilla/Command_Line_Options
#
FirefoxCommandLine=-profile "..\profile" -no-remote

# Firefox binaries directory
#
FirefoxDirectory=.\firefox\bin

# Firefox update channel
#
# release -> Release channel (default)
# esr -> ESR (Extended Support Release)
#
FirefoxChannel=release

# Localization:
#
# en-US -> english (default)
# ru -> russian
#
# See here:
# https://ftp.mozilla.org/pub/firefox/releases/latest/README.txt
#
FirefoxLocalization=en-US
ChromiumDirectory=.\bin

Website: www.henrypp.org
Support: [email protected]

(c) 2015 Henry++
(c) 2016 Henry++
Binary file added bin/bin.rar
Binary file not shown.
66 changes: 0 additions & 66 deletions bin/chrlauncher.ini

This file was deleted.

Loading

0 comments on commit d40ae5c

Please sign in to comment.