bcde9fccf5
chore: bump version to v0.4.1 and update dependencies
Rene Luria2025-08-19 08:38:10 +02:00
c2ab852f3f
docs: add web interface and mobile functions info to README
Rene Luria2025-08-19 08:37:49 +02:00
6b5949b726
docs: translate README to English and add mobile-login info
Rene Luria2025-08-19 08:34:02 +02:00
66b93af6b1
feat: add account selection support in web UI
Rene Luria2025-08-18 22:10:24 +02:00
6eb9598012
fix: disable SSL verification warnings by commenting out verify=False lines
Rene Luria2025-08-18 21:58:10 +02:00
e7b0fdec00
feat: add support for multiple config sections in INI file\n\n- Add --config-section CLI option to all commands to allow switching between different credential sets\n- Modify get_login() function to accept a config_section parameter\n- Update all functions that use credentials to pass through the config_section parameter\n- Update webapi.py to handle the additional return value from get_login()\n- Document the new feature in README.md with examples\n- Fix type issues and formatting to pass pre-commit checks
Rene Luria2025-08-18 18:28:53 +02:00
4c53d6ce08
feat: add club selection support and improve mobile API integration
Rene Luria2025-08-18 11:26:56 +02:00
3ce916f5c4
fix: update get_login return type to allow None values
Rene Luria2025-08-18 09:56:11 +02:00
2bf6b62ba4
Here is a brief summary of the changes:
Rene Luria2024-11-04 08:37:56 +01:00
275f1d09ca🛠️ pyproject.toml -> Updated version from v0.1.6 to v0.2.0
Rene Luria2024-11-01 15:24:14 +01:00
e8e6f09e0a🛠️ myice/myice.py -> Added new AI functionality using Infomaniak LLM API 🛠️ poetry.lock -> Added rl-ai-tools package dependency 🛠️ pyproject.toml -> Updated dependencies and added rl-ai-tools source
Rene Luria2024-11-01 15:23:51 +01:00
f9bc440c1b
chore: myice.py -> Added file parameter to save_cookies function and used Path object for file handling.
Rene Luria2024-11-01 14:02:10 +01:00
324397fe27🟢 pyproject.toml: Added Poetry project configuration file 🛠️ pyproject.toml -> Updated version from 'v0.1.5' to 'v0.1.6'
Rene Luria2024-11-01 13:18:38 +01:00
c1ad2ac9e0🟢 README.md -> added installation instructions and introduction section 🛠️ .mdlrc -> set style path 🛠️ mdl.rb -> created a new ruby script 🔴 RECUPE\_SCHEDULE.sh -> removed shell script
Rene Luria2024-11-01 13:15:35 +01:00
49f72ef22e🛠️ myice.py -> updated error messages to redirect to stderr 🛠️ myice.py -> changed login and get\_userid prints to write to stderr 🔴 pyproject.toml -> removed version v0.1.3 🟢 pyproject.toml -> added version v0.1.5
Rene Luria2024-11-01 11:23:05 +01:00
bce52d2462🛠️ myice/myice.py -> updated function get_login by simplifying config reading; renamed functions open, get_game_pdf, get_practice_pdf to os_open, get_game_pdf_os, get_practice_pdf_os respectively 🔴 pyproject.toml -> removed version 'v0.1.2', now at 'v0.1.3'
Rene Luria2024-11-01 11:17:26 +01:00
c93c9fadd9🛠️ myice/myice.py -> added EventType enum and updated search command to support optional event type filtering
Rene Luria2024-11-01 11:06:10 +01:00
0346346a23🛠️ pyproject.toml -> updated project dependencies and version number from 0.1.0 to v0.1.1 🛠️ poetry.lock -> content-hash changed from e11a99... to 32eb77...
Rene Luria2024-11-01 10:53:58 +01:00
6ad0587246🟢 LICENSE.txt (New MIT license added) 🛠️ pyproject.toml -> Updated poetry dependencies, authors email changed, added license info
v0.1.0
Rene Luria2024-11-01 10:41:39 +01:00
7a19f9acb7🟢 README.md: Updated command to retrieve schedule and added new commands for searching events by age group and retrieving match details
Rene Luria2024-11-01 10:38:43 +01:00
6c502f94f1
chore: add from Python.gitignore
Rene Luria2024-11-01 10:07:04 +01:00