Skip to content

Releases: Aathish04/moodlearchiver

v1.3.4

14 Dec 06:09
Compare
Choose a tag to compare

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

30 Jun 09:49
Compare
Choose a tag to compare

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

04 Mar 12:53
Compare
Choose a tag to compare

Bugfix v1.3.2

This update should fix #1 .

Full Changelog: v1.3.1...v1.3.2

v1.3.1

28 Feb 12:06
Compare
Choose a tag to compare

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

28 Feb 10:43
Compare
Choose a tag to compare

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

27 Feb 09:28
Compare
Choose a tag to compare

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

v1.1.1

26 Feb 13:18
Compare
Choose a tag to compare

Bugfix v1.1.1

This release fixes a bug where the username would not be used to fill out the corresponding form input even when a cookie for the username was set.

v1.1.0

26 Feb 13:06
Compare
Choose a tag to compare

Update v1.1.0

Implement storing and retrieval of data like username, custom moodle backend and selected courses using cookies.

Now you don't have to enter the same things every time you visit the site!

v1.0.0

26 Feb 06:48
Compare
Choose a tag to compare

Major Release v1.0.0

Effective, clean, and relatively bug free!