Commit Graph
521 Commits
Author SHA1 Message Date
zoffline 5ce8f99e6f Add dep to Docker container
Seems to already have requests, but make it explicit.
Module not used except for more advanced usage of zoffline.
2021-01-27 11:35:14 -05:00
zoffline 6b52f7cd7b Fix var reference
Thanks for testing @oldnapalm!
2021-01-27 11:22:03 -05:00
zoffline 7aa65ecfa5 Nits 2021-01-27 02:15:46 -05:00
zoffline 5b9ea9f235 Fix call 2021-01-26 22:39:07 -05:00
zoffline b93adb049f Remove leftover import 2021-01-26 20:32:11 -05:00
zoffline 23fb3055c8 Fix typo in README 2021-01-26 20:21:48 -05:00
zoffline d862919c02 Fix typo in var name 2021-01-26 20:18:56 -05:00
zoffline 6b3833bc56 Merge branch 'discord-bot' 2021-01-26 20:13:54 -05:00
zoffline ff810a967f Separate Discord bot a bit more and remove dep on 'discord' 2021-01-26 20:13:43 -05:00
zoffline 5b88afc032 Merge branch 'master' into discord-bot 2021-01-26 20:13:36 -05:00
zofflineandGitHub 25392416a8 Merge pull request #111 from alisanta/garmin-fix
support for linux/mac created garmin textfile
2021-01-26 17:56:33 -05:00
zoffline 5d7a67b03e Add new required dep for Docker container
gevent needs g++ now to build
2021-01-26 17:54:04 -05:00
oldnapalm fbd58f602f Update to Zwift 1.0.61590 zoffline_1.0.61590 2021-01-26 08:25:17 -03:00
oldnapalm 00fe641d86 Allow ghosts on Android 2021-01-25 13:58:47 -03:00
Alisanta Tjia bcc4256c6d support for linux/mac created garmin textfile 2021-01-25 12:12:33 +07:00
oldnapalm 1aeffd1c4d Update to Zwift 1.0.61217 zoffline_1.0.61217 2021-01-21 20:35:37 -03:00
oldnapalm ae2c8f89e0 Update to Zwift 1.0.60640 zoffline_1.0.60640 2021-01-15 08:38:21 -03:00
oldnapalmandGitHub c635d853c4 Update README.md 2021-01-11 15:27:12 -03:00
oldnapalm e21532d319 Add Discord bot 2021-01-11 15:19:17 -03:00
oldnapalmandGitHub 8f7f6a3dda Merge branch 'master' into master 2021-01-03 15:41:46 -03:00
zoffline a25192012a Support pyjwt >= 2.0.0 (Issue #108)
Thanks @oldnapalm
2020-12-30 20:12:36 -05:00
oldnapalm 91c0a31bfc Fix for pyjwt 2.0.0 2020-12-30 12:33:42 -03:00
oldnapalmandGitHub 6daa2908d0 Merge pull request #30 from zoffline/master 2020-12-29 23:08:59 -03:00
oldnapalm 5c7b36c230 Update to Zwift 1.0.60474 zoffline_1.0.60474 2020-12-29 08:11:14 -03:00
zofflineandGitHub 73749f2487 Update LICENSE to GNU AGPL
All zoffline contributor's permission obtained.
2020-12-23 18:45:34 -05:00
oldnapalmandGitHub 4f49e6d3c1 Update README.md 2020-12-22 17:57:28 -03:00
zoffline f5b0b84724 update README.md 2020-12-21 14:41:43 -05:00
oldnapalmandGitHub 5e060fa5ca Merge pull request #29 from zoffline/master 2020-12-19 13:27:57 -03:00
zoffline 7ee8d7d758 Fix indentation in README zoffline_1.0.60239 2020-12-18 20:23:21 -05:00
zoffline 823e13615b Fix link in README 2020-12-18 20:21:53 -05:00
zoffline 627e3271e6 Add packages to docker container for building new python deps 2020-12-18 20:17:37 -05:00
zoffline b7119fa404 Update README.md
Remove Python 2 documentation. It's still supported, but silently.
2020-12-18 19:51:23 -05:00
zoffline ba2c009434 Merge branch 'oldnapalm-master' 2020-12-18 19:37:47 -05:00
zoffline f5f604e72f Update README.md 2020-12-18 19:37:30 -05:00
zoffline b52e73d1d5 Add a changelog for breaking changes 2020-12-18 19:37:15 -05:00
zoffline 5782b089ae Ensure table creation is committed
Fails in check_columns if table gets created, but not committed.
Could be smarter about this and not do it everytime, but this is good enough.
2020-12-18 19:35:30 -05:00
zoffline c2599172dc Merge branch 'master' of https://github.com/oldnapalm/zwift-offline into oldnapalm-master 2020-12-18 19:35:05 -05:00
oldnapalm 7e43112874 Fix ghosts start for new routes
Add check to avoid needing hairpinning
2020-12-18 18:41:34 -03:00
oldnapalm 32326e41a0 Add check to avoid needing hairpinning
Add workout for logout in Zwift client 1.0.60239
2020-12-18 18:38:04 -03:00
oldnapalm 707de1c828 Use cookie for map selection 2020-12-18 11:58:06 -03:00
oldnapalm 5465d4b684 Re-add remember me option 2020-12-18 09:25:46 -03:00
oldnapalm 4f0c92f196 Update to Zwift 1.0.60239 2020-12-17 19:53:43 -03:00
oldnapalm 39ab90bd1c Update to Zwift 1.0.60239 2020-12-17 19:46:32 -03:00
oldnapalm a4262d7484 Fix map selection for single player 2020-12-16 17:41:05 -03:00
oldnapalmandGitHub 87dc428831 Re-add instruction for Mac client
Needed for map selection
2020-12-15 20:03:51 -03:00
oldnapalm 354743b588 Fix map selection for single player 2020-12-15 19:58:51 -03:00
oldnapalmandGitHub 8f9069fa5a Update README.md 2020-12-10 22:23:16 -03:00
oldnapalmandGitHub 2a5fc7d2be Update README.md 2020-12-10 18:24:01 -03:00
oldnapalmandGitHub 2553754298 Update README.md 2020-12-09 09:50:56 -03:00
oldnapalm 8e3b5dbd87 Remember user by default 2020-12-08 11:19:44 -03:00