CHANGELOG 1.8 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # Only breaking changes in releases will be documented here.
  2. Update to Zwift_1.0.100317:
  3. * The Windows client launcher now uses Edge instead of Internet Explorer and the zoffline SSL
  4. certificate is no longer accepted. The certificate has been replaced and as a consequence
  5. you will need to configure the client again using the new certificate (Step 2 in README.md)
  6. after updating zoffline.
  7. See https://github.com/zoffline/zwift-offline/issues/154 for details.
  8. Update to Zwift_1.0.100133:
  9. * Changes were made to Zwift's cacert.pem. You will need to re-append cert-zwift-com.pem
  10. to Zwift's cacert.pem.
  11. Update to Zwift_1.0.60239:
  12. * With the update to this Zwift release, zoffline has included significant changes
  13. to fully support a multiplayer mode, pace partners, and more.
  14. * New dependencies required if running from source: pyJWT, flask-login, FlaskSQLAlchemy, gevent
  15. * Install these with ``pip install pyjwt flask-login flask_sqlalchemy gevent``
  16. * Multi-profile support has been deprecated in favor of full multiplayer support.
  17. * See Step 6 in README.md for how to enable multiplayer support.
  18. * Create an account for each profile you had and upload their profile.bin
  19. and credential files via the new Zwift launcher.
  20. * Do not "upgrade" from an existing single player installation to multiplayer and then
  21. "downgrade" back to single player without backing up your original storage directory.
  22. You will lose your activities, segment results, and goals if you do this and don't
  23. have a backup to restore from.
  24. Update to Zwift_1.0.51959:
  25. * Changes were made to Zwift's cacert.pem. You will likely need to re-append
  26. cert-zwift-com.pem to Zwift's cacert.pem in a specific way.
  27. See https://github.com/zoffline/zwift-offline/issues/62 for details.