Jellyfin Mobile 1.2.0
Thank you for using Jellyfin!
This release on the Apple App Store includes some exciting new features!
- Localization support! Thanks to our community translators, the native screens in the app are now available in 23 languages! You can help further improve our support through our Weblate server.
- An in-app setting to keep the screen awake while music is playing.
- An in-app setting to disable rotation locking for iPhones.
iPad is unsupported due to rotation locking interfering with multitasking features https://docs.expo.io/versions/latest/sdk/screen-orientation/#warning
- Several UI enhancements to improve the look and feel of the app.
Changelog
✨ New features
- Localization
- Add localization support #103, by @thornbill
- Add German support #109, by @thornbill
- Add link to weblate #112, by @thornbill
- Enable new languages #111, by @thornbill
- Add support for additional languages #126, by @thornbill
- Add gitattributes to help Weblate merge changes #127, by @thornbill
- Add Hungarian support #145, by @thornbill
- Add Tamil support #151, by @thornbill
- UI enhancements
- Fix huge logo on add server screen #84, by @thornbill
- UI cleanup #85, by @thornbill
- Update settings style #114, by @thornbill
- Add name to delete server alert #115, by @thornbill
- Improve add server screen layout in landscape #123, by @thornbill
- Fix background color of root view #125, by @thornbill
- Use keep awake to avoid suspension of music playback #82, by @rvilarl
- Add settings for keep awake and rotation lock #100, by @thornbill
🐛 Bug fixes
- Allow either landscape direction after initial rotation #88 , by @thornbill
- Add safe area support #91, by @thornbill
- Prevent going back when no servers are added #95, by @thornbill
- Remove add server overlay #97, by @thornbill
- Fix unhandled promise rejection when server offline #113, by @thornbill
- Refactor HomeScreen and fix pull to refresh #119, by @thornbill
- Fix NativeShell for Android #120, by @thornbill
- Fix HTTP error handling #124, by @thornbill
- Fix tab bar not hiding in fullscreen state #130, by @thornbill
- Remove orientation lock setting for iPad #131, by @thornbill
- Fix navigating home on tab press #132, by @thornbill
- Fix book player by allowing about:srcdoc #135, by @thornbill
- Fix extra bottom padding when not in fullscreen #139, by @thornbill
- Wait for store to be ready before starting app #140, by @thornbill
- Fix crash on iOS 10 due to call stack size #143, by @thornbill
- Fix race condition on app initialization #144, by @thornbill
- Fix race condition, but for real this time #147, by @thornbill
- Fix resetting rotation lock setting and update name to be accurate #149, by @thornbill
🎨 Code quality
- Cleanup App component #89, by @thornbill
- Migrate to mobx for global app state #93, by @thornbill
- Refactor settings screen #99, by @thornbill
- Use utility function for icon names #102, by @thornbill
- Remove usage of mobx decorators #105, by @thornbill
- Update lint rules #118, by @thornbill
⬆️ Dependency upgrades
- Update dependencies #107, by @thornbill
🔧 Build changes
- Bump version number #133, by @thornbill
- Bump build number #141, by @thornbill
- Bump build number #146, by @thornbill
- Bump build number #150, by @thornbill
📖 Documentation
- Update readme with badges and faq #96, by @thornbill
- Fix broken App Store badge in readme #108, by @thornbill
- Add translations info to readme #110, by @thornbill