Releases: Astrak00/AGDownloader
Releases · Astrak00/AGDownloader
v1.9.0
- Removed the language choosing except for the names of the folders where the files are stored.
- Completed Issue #9 (Adding subfolder classification for courses)
- Completed Issue #8 (Exclusing non-degree related courses like 'Secretaría')
- Completed Issue #6 (Changing the parser from a regex+xml to a json parsing using go-jsonstruct.
- Improved readability of Readme and flags (thanks @rajayonin)
Full Changelog: v1.8.0...v1.9.0
Small improvements to execution
Removed different language strings and merged then all to english.
Fixed downloading no courses would crash the application in windows. (Thanks to @rajayonin for discovering this)
Error when entering a cookie as authentication: no files would be downloaded.
Simplified some logic for cookie asking.
Full Changelog: v1.8.0...v1.8.6
v1.8.0
New file organization when downloading the files to folders, as it appears in AulaGlobal, with modules.
Changed the parsing of files from the xml endpoint to use the json version, that way the file organization became feasible.
Full Changelog: v1.7.0...v1.8.0
Version 1.7 - Token storage
New features:
- New release with new token storage optimization for multiple runs.
- New system for asking for information from the user (cookies and token)
Version 1.6.0 New UI using Bubble
Release v1.4
New course selector implemented:
- If no courses flag is passed, the course selector will be shown
- Select a course by pressing space
- Unselect the course by pressing space
- Select all courses by pressing right
- Select none by pressing left
- If you type, this will be filter the courses.
Release v1.3.0
Fix small bugs in downloading
Release v1.2.62
Merge branch 'main' of github.com:100472175/AGDownloader
Release v1.2.56
Merge pull request #1 from Astrak00/course-selector Add Course Selector in argument an inside program
Release v1.2.55
New Readme