Skip to content

Releases: jampez77/Ryanair

2024.9.1: Tackling memory leaks (hopefully once and for all)

10 Sep 13:40
Compare
Choose a tag to compare

Removed reliance on static json files and I think these could be the cause of the memory leaks. They also weren't a very good idea anyway.

2024.7.1: Addressing Memory Leaks

31 Jul 11:20
Compare
Choose a tag to compare

This release attempts to fix some memory leaks I observed. Hoping it works.

2024.7.0: Bug fixes

30 Jul 13:15
Compare
Choose a tag to compare

Various bug fixes that should address #27

2023.12.0: Bug fixxes and Slovak language support added

12 Dec 10:43
918ba86
Compare
Choose a tag to compare

2023.10.2: Fixing Upcoming Flights

24 Oct 07:42
Compare
Choose a tag to compare

Moved upcoming flights logic out of for loop as it is not updated when no flights are returned.

2023.10.1: Implement Re-authentication

04 Oct 08:27
Compare
Choose a tag to compare

Session will now automatically re-authenticate when refreshing a token doesn't work.

2023.10.0: Bug fixes / Improvements

03 Oct 08:08
Compare
Choose a tag to compare

Better JSON saving / loading interactions.

2023.9.11: Multiple account fix

02 Oct 15:44
Compare
Choose a tag to compare
Multiple account fix

2023.9.10: Support for Multiple Account

02 Oct 09:43
Compare
Choose a tag to compare
Multiple accounts support

2023.9.9: Extended Boarding Pass Support

29 Sep 14:46
Compare
Choose a tag to compare

Add addition call to so we can fetch boarding passes for users who aren't the main passenger.

Started support for multiple instances.

Fix for user profiles with minimal data.