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 518B

12345678910111213141516171819202122
  1. # Changelog
  2. - 0.0.6 (2018/09/11)
  3. - Fix `localAddress` not working (#25)
  4. - Fix `Host:` header for CONNECT method by @tmurakam (#29, #30)
  5. - Fix default port for https (#32)
  6. - Fix error handling when the proxy send illegal response body (#33)
  7. - 0.0.5 (2017/06/12)
  8. - Fix socket leak.
  9. - 0.0.4 (2016/01/23)
  10. - supported Node v0.12 or later.
  11. - 0.0.3 (2014/01/20)
  12. - fixed package.json
  13. - 0.0.1 (2012/02/18)
  14. - supported Node v0.6.x (0.6.11 or later).
  15. - 0.0.0 (2012/02/11)
  16. - first release.