What's Changed
- fix: automatically export on changes (#2209) by @Nishantsingh11 in #2218
- Update hu.json by @summoner001 in #2211
- Catalan translation by @Cambrells in #2223
- By @ImranR98 in #2225
- NOTE: The bugfix for #1973 may break some HTML source configurations.
- This is because, for source URLs that lead to redirected pages, Obtainium was incorrectly sending a "Dart" user-agent header to the redirect page (instead of the headers set in the "additional options" section of the app configuration).
- To fix this, delete the default "User-Agent" header for your broken app configuration.
- You may also need to add this new one (unlikely). Try:
User-Agent: Dart/3.7 (dart:io)
- You may also need to add this new one (unlikely). Try:
New Contributors
- @Nishantsingh11 made their first contribution in #2218
- @Cambrells made their first contribution in #2223
Full Changelog: v1.1.48...v1.1.49