Releases: Aathish04/moodlearchiver
v.1.3.5
This release fixes issue #4 . It also adds Shiv Nadar University, Chennai's LMS to the list of compatible LMS systems.
Kudos to @TotalyEnglizLitrate for submitting the pull request (and making the changes I requested) !
What's Changed
- (Firefox fix) - Remove User Agent header from headers list by @TotalyEnglizLitrate in #5
New Contributors
- @TotalyEnglizLitrate made their first contribution in #5
Full Changelog: v1.3.4...v1.3.5
v1.3.4
Minor Update v1.3.4
This update adds Google Analytics, purely as an exercise for me to figure out how analytics works.
Full Changelog: v1.3.3...v1.3.4
v1.3.3
Bugfix v1.3.3
This update should fix #2.
The bug was caused by files with the exact same name in the same directory overwriting each other in the ZIP archive.
It has been fixed by appending the Unix timestamp of the file upload to the filename within the archive.
Full Changelog: v1.3.2...v1.3.3
v1.3.2
v1.3.1
Minor Bugfix/Update v1.3.1
Okay, so when I was using this in my own time I realised that it would be a lot more comfortable to use if the Course selector showed the courses with the most recently taken courses appearing near the top so you wouldn't have to scroll as far to find them.
All this release does is update the course selector to show you the courses in descending order. If your courses are named with the semester number in them, this very crudely sorts them towards the top of the selector list, so you don't have to scroll as much to find them.
Full Changelog: v1.3.0...v1.3.1
v1.3.0
Update v1.3.0
This release adds a highly useful feature - now, assignments that have attachments will have the attachments archived too.
The previous versions of this app just ignored the assignments which isn't ideal since they can be super useful for revision come exam season.
It also saves the last submission you made to the assignment - I figured it might be useful to have that around too.
Full Changelog: v1.2.1...v1.3.0
v1.2.1
Update+Bugfix v1.2.1
Okay, so a few things have changed.
There is better error handling now - if the server is unreachable or some weird error pops up, the app tells you roughly what went wrong, and if I have seen the error before, it will tell you possible steps to fix it.
If there's some REALLY weird error that I haven't encountered yet, the app tells you that something went wrong and then tells you the error message so you can file an issue here, at the repo.
The rest of the behaviour is much the same.
You might notice that there was no v1.2.0 release. That was because I wasn't happy with the error message I was giving for one of the errors and fixed that soon after I declared the 1.2.0 release. Trust me, that's literally the only thing that I changed.
Full Changelog: v1.1.1...v1.2.1