diff --git a/README.md b/README.md index 36dec664..3810f724 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ Streamyfin includes some exciting experimental features like media downloading a Downloading works by using ffmpeg to convert a HLS stream into a video file on the device. This means that you can download and view any file you can stream! The file is converted by Jellyfin on the server in real time as it is downloaded. This means a **bit longer download times** but supports any file that your server can transcode. +## Roadmap for V1 + +Check out our [Roadmap](https://github.com/users/fredrikburmester/projects/5) to see what we're working on next. We are always open for feedback and suggestions, so please let us know if you have any ideas or feature requests. + ## Get it now
@@ -108,7 +112,6 @@ If you have questions or need support, feel free to reach out: - GitHub Issues: Report bugs or request features here. - Email: [fredrik.burmester@gmail.com](mailto:fredrik.burmester@gmail.com) -- ## Support diff --git a/bun.lockb b/bun.lockb index 05d1cf9e..fea3b829 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index fff15664..e22b8c20 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/lodash": "^4.17.7", "@types/uuid": "^10.0.0", "axios": "^1.7.3", - "expo": "~51.0.27", + "expo": "~51.0.28", "expo-blur": "~13.0.2", "expo-build-properties": "~0.12.5", "expo-constants": "~16.0.2", @@ -42,7 +42,7 @@ "expo-keep-awake": "~13.0.2", "expo-linking": "~6.3.1", "expo-navigation-bar": "~3.0.7", - "expo-router": "~3.5.21", + "expo-router": "~3.5.23", "expo-screen-orientation": "~7.0.5", "expo-sensors": "~13.0.9", "expo-splash-screen": "~0.27.5",