Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

changelog.md 6.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. ## v0.13.4 (Tue, Jul 7 2020)
  2. * `08406b28` fix: preserve existing getInstallations output
  3. * `f3669f45` perf: check default paths first when running on Mac (#209)
  4. * `aef94948` docs: update defaultFlags() example for new API (#205)
  5. ## v0.13.3 (Thu, Jun 4 2020)
  6. * `6a5d0c72` flags: disable background tracing (#203)
  7. * `d9154291` chore(deps): update typescript and types (#202)
  8. * `88e49686` test: use strict version of assert functions (#201)
  9. ## v0.13.2 (Thu, May 7 2020)
  10. * `7c1ea547` deps: bump to is-wsl@2.2.0 (#187)
  11. * `2ae5591d` fix: sanitize environment variables used in RegExp (#197)
  12. ## v0.13.1 (Wed, Apr 1 2020)
  13. * `bf2957ac` deps: update various dependencies (#192)
  14. ## v0.13.0 (Thu, Feb 27 2020)
  15. * `83da1e41` feat: add killAll function (#186)
  16. * `b8c89f84` flags: disable the default browser check (#181) (#182)
  17. * `6112555c` fix: log taskkill error based on logging opts (#178) (#179)
  18. * `7c935efa` docs: add missing quote in README.md example (#180)
  19. * `2e829c7d` Skip --disable-setuid-sandbox flag when ignoreDefaultFlags = true (#171)
  20. ## v0.12.0 (Wed, Oct 30 2019)
  21. * `66a5e226` flags: add new --disable flags to reduce noise and disable backgrounding (#170)
  22. - --disable-component-extensions-with-background-pages
  23. - --disable-backgrounding-occluded-windows
  24. - --disable-renderer-backgrounding
  25. - --disable-background-timer-throttling
  26. * `c4890ee3` feat: expose public interface for locating Chrome installations (#177)
  27. - `Launcher.getInstallations()` returns an array of paths to available Chrome binaries
  28. * `a5ccaa4e` deps: update assorted dependencies (#175)
  29. * `e67a10df` --disable-translation is now --disable-features=TranslateUI (#167)
  30. ## v0.11.2 (Mon, Jul 29 2019)
  31. * `1928187` fix: prevent mutation of default flags (#162)
  32. * `02a23c2` docs: fix launcher example in README (#160)
  33. * `90dc0e4` update manual-chrome-launcher with fixes from LH
  34. ## v0.11.1 (Tue, Jul 09 2019)
  35. * `ec80f0ca` tests: drop support for node 9. continue supporting node 8 LTS (#159)
  36. * `4865f3af` deps(security): bump mocha to latest (#158)
  37. * `e0d2b09b` deps(security): bump handlebars from 4.0.11 to 4.1.2 (#157)
  38. * `982be53f` update changelog for v0.10.7 and v0.11.0
  39. ## v0.11.0 (Tue, Jul 09 2019)
  40. * `a860504f` [Breaking change] remove enableExtensions. add ignoreDefaultFlags & defaultFlags() (#124)
  41. * `448a1d48` chrome-finder: Add support for MacOS Catalina (#149)
  42. * `55b891bb` deps(is-wsl): add support for WSL 2; drop Node 6 (#152)
  43. * `57e18181` deps: upgrade typescript and ts-node (#155)
  44. * `a8848116` deps(security): bump lodash from 4.17.4 to 4.17.11 (#147)
  45. * `0a775dab` Document that --enable-automation disables automatic page reloads (#140)
  46. * `c9f653e2` Removing dead --safebrowsing-disable-auto-update flag. (#139)
  47. * `be12d564` yarn.lock add integrity
  48. * `e361aa43` Update changelog.md (#137)
  49. ## v0.10.7 (Wed, May 01 2019)
  50. * `55397e0c` deps: update yarn.lock from #142
  51. * `179a3f33` silence grep (#138)
  52. * `d2f6037a` fix: move unneeded ts types to devDeps (#142)
  53. * `984d61ce` docs(flags): remove a few flags that are gone.
  54. * `6316362c` docs: fix link to chrome-launcher's flags (#128)
  55. * `f1f6d162` Update chrome-flags-for-tools.md
  56. ## v0.10.5 (Tue, Sep 25 2018)
  57. * `1328319b` fix: set the `which` command's stdio to pipe (#125)
  58. ## v0.10.4 (Mon, Sep 17 2018)
  59. * `35842ba4` fix: ignore stdio on `which` call (#121)
  60. * `f126c3a0` fix: reject promise on failed kill() (#112)
  61. * `5ee0fde2` Set custom error codes for all errors.
  62. * `841bdf3f` Fix picking CHROME_PATH priority over other matches.
  63. * `6b10d748` Fix Travis CI build: GCE for chrome bug (#87)
  64. * `d4aa8295` Fix readme's default logLevel (#85)
  65. * `5be71243` Type improvements (#102)
  66. * `dd5fdd49` Stricter typing for logLevel (#105)
  67. * `c9394cf7` Fix README typo: booelan ==> boolean (#104)
  68. * Update chrome-flags-for-tools.md
  69. ## v0.10.3 (Mon, Sep 17 2018)
  70. Bad release. Had a breaking change (#70). Unpublished.
  71. ## v0.10.2 (Mon, Jan 8 2018)
  72. * `ef91605f` Fix TS typing (#82)
  73. * `baf2205f` tests(travis): test on Node 9, drop testing on Node 7 (#80)
  74. ## v0.10.1 (Fri, Jan 5 2018)
  75. * `a5bc8180` Fix getLocalAppDataPath for wsl (#75)
  76. * `70a91885` readme: recommend use of cri with chrome-launcher (#78)
  77. * `d3ee63bd` folder refactor: ts in /src, js in /dist (#69)
  78. ## 0.10.0 (Fri, Dec 8 2017)
  79. * `449c5238` Expose launched chrome child process object. (#67)
  80. * `0978891c` Enable users to pass env vars into spawned chrome. (#66)
  81. * `0261f43b` Add document covering the various chrome flags
  82. * `5617473c` Make launcher the default export. (#63)
  83. * `483acff5` fix: support alpine linux by retrying grep with -r (#61)
  84. * `eaa0bb87` docs: update maxConnectionRetries default to 50 (#58)
  85. ## 0.9.0 (Mon, 27 Nov 2017)
  86. * `4cc9c075` New: Add `userDataDir` flag to use default user profile instead (#48)
  87. * `94137051` Avoid selecting google-emacs (#35)
  88. ## 0.8.0 (Wed, 20 Sept 2017)
  89. * `256399c` Add support for Windows Subsystem for Linux / BashOnWindows (#27)
  90. ## 0.7.0 (Thu, 14 Sept 2017)
  91. * Project moved to its own repo: https://github.com/GoogleChrome/chrome-launcher
  92. * `8d0766eb` Retry connection for longer (#21)
  93. * `52cb50af` only include PROGRAMFILES(X86) if present (#20)
  94. * `530822b9` log pid to kill (#22)
  95. * `1d617ab3` add support for `connectionPollInterval ` and `maxConnectionRetries` (#19)
  96. * `7474971f` Fix errors inside spawnPromise being ignored (https://github.com/GoogleChrome/lighthouse/pull/2939)
  97. ## 0.6.0 (Thu, 17 Aug 2017)
  98. * `43baee69` mute any audio (#3028)
  99. * `ae6e9551` Better SIGINT handling (#2959)
  100. * `3ab3a117` docs: add changelog to launcher (#2987)
  101. ## 0.5.0 (Mon, 14 Aug 2017)
  102. * `494f9911` clarify priority of chromePath options
  103. * `1c11021a` add support for finding Chromium on Linux (#2950)
  104. * `391e2043` Publish type definitions instead of source TypeScript files (#2898)
  105. * `de408ad3` readme: update example using deprecated `LIGHTHOUSE_CHROMIUM_PATH` (#2929)
  106. * `8bc6d18e` add license file to launcher package. (#2849)
  107. ## 0.4.0 (Tue, 1 Aug 2017)
  108. * `37fd38ce` pass --enable-extensions on from manual-chrome-launcher (#2735)
  109. * `c942d17e` support enabling extension loading (#2650)
  110. ## 0.3.2 (Wed, 19 Jul 2017)
  111. * `112c2c7f` Fix chrome finder on linux/osx when process.env isn't populated (#2687)
  112. * `5728695f` Added CHROME_PATH to readme (#2694)
  113. * `fedc76a3` test: fix clang-format error (#2691)
  114. * `a6bbcaba` nuke 'as string'
  115. * `41df647f` cli: remove --select-chrome,--skip-autolaunch. Support CHROME_PATH env (#2659)
  116. * `8c9724e2` fix launcher w/ arbitrary flags (#2670)
  117. * `9c0c0788` Expose LHR to modules consuming cli/run.ts (#2654)
  118. * `6df6b0e2` support custom port via chrome-debug binary (#2644)
  119. * `3f143b19` log the specific chrome spawn command.
  120. ## 0.3.1 (Wed, 5 Jul 2017)
  121. * `ef081063` upgrade rimraf to latest (#2641)
  122. ## 0.3.0 (Fri, 30 Jun 2017)
  123. * `edbb40d9` fix(driver): move performance observer registration to setupDriver (#2611)