Skip to content

Latest commit

 

History

History
163 lines (137 loc) · 5.03 KB

CHANGELOG.md

File metadata and controls

163 lines (137 loc) · 5.03 KB

v2.5.5 (10 February 2019)

  • added more file formats recognition
  • fixed cache file can still available after unpacking (issue #123)
  • fixed passing arguments to browser (issue #125)
  • fixed window blinking on startup
  • updated project sdk
  • updated lzma sdk
  • cosmetics fixes
  • fixed bugs

v2.5.4 (20 December 2018)

  • added 7zip packages support (issue #120)
  • activate browser window when browser is running
  • fixed bugs

v2.5.3 (27 November 2018)

  • fixed loading custom configuration (issue #114)
  • fixed opening new Chromium window

v2.5.2 (22 November 2018)

  • fixed unpacking some zip packages (issue #113)
  • updated locale

v2.5.1 (18 November 2018)

  • added custom configuration settings and removed mutex (issue #59)
  • fixed destroying main window when error occurs
  • fixed proxy credentials parsing (issue #110)
  • fixed proxy support for win81+ (issue #110)
  • updated chromium types description (issue #109)
  • updated install script

v2.5 (3 November 2018)

  • added localization support (please use example.txt, not chrlauncher.lng file)
  • added proxy support (issue #108)
  • fixed unpacking some zip packages (issue #107 & #100)
  • fixed wow64 related bugs
  • updated windows sdk
  • cosmetics fixes
  • fixed bugs

v2.4.3 (2 March 2018)

  • fixed tls 1.2 certificates recognition (issue #95)
  • fixed downloading files
  • updated project sdk

v2.4.1 (28 Juny 2017)

  • fixed always 32-bit downloading (issue #74)

v2.4 (27 Juny 2017)

  • added ChromiumWaitForDownloadEnd config (issue #68 & #65)
  • added ChromiumUpdateUrl config (issue #69)
  • added set of old configuration (v1.9.4)
  • replaced wininet with winhttp library
  • removed errors messages
  • changed http to https (issue #69)
  • updated documentation
  • fixed classic ui
  • fixed bugs
  • ui fixes

v2.3 (14 February 2017)

  • added "ungoogled-chromium" support (issue #33)
  • added forced update checking state into the "ChromiumCheckPeriod" param
  • increased startup speed
  • removed "--disable-component-update" from arguments (issue #35)
  • updated documentation
  • updated localization
  • fixed opening incorrect urls (issue #52 and #56)
  • fixed bugs

v2.2 (21 January 2017)

  • fixed OpenZip failure

v2.1 (18 January 2017)

  • fixed PPAPI arguments

v2.0 (12 January 2017)

  • now download and install update is working in background
  • added tray icon and show it when new version found
  • added download control option
  • added "ChromiumBinary" option to set custom Chromium binary file name
  • increased download buffer size
  • fixed run Chromium when directory contain spaces
  • fixed race conditions on download
  • fixed relative/environment path generation
  • fixed open links if chrlauncher set as default browser
  • removed PPAPI from package
  • updated readme
  • code cleanup

v1.9.4 (16 September 2016)

  • output debug strings on silent mode
  • fixed localization (issue #32)

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)
  • changed default browser type to "dev-codecs-sync"
  • updated PPAPI to 21.0.0.242

v1.9.1 (23 April 2016)

  • now you can pass environment variables via command line
  • update checking time don't saved sometimes

v1.9 (19 April 2016)

  • now you can pass arguments to Chromium through launcher command line
  • fixed parsing arguments ("blank tab" bug)
  • fixed custom builds cleanup
  • updated "SetDefaultBrowser" script
  • updated PPAPI to 21.0.0.213
  • minor bug fixes

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)
  • removed std::regex (saved about 100kb)
  • stability improvements

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
  • added command line for run specified browser
  • fixed CreateProcess current directory parameter

v1.4 (4 December 2015)

  • added "ChromiumDirectory" setting
  • fixed statusbar flickering

v1.3 (1 December 2015)

  • fixed incorrect version checking

v1.2 (30 November 2015)

  • added checking for installation package is really Chromium archive
  • added exit confirmation when downloading/installing
  • fixed architecture detection on various systems
  • changed settings description (see chrlauncher.ini)

v1.1 (29 November 2015)

  • code rewritten on c++
  • added select for downloading architecture
  • added new settings (see chrlauncher.ini)
  • more information about update

v1.0 (26 November 2015)

  • first public version